Update pricing for a product attribute

Updates pricing on an existing product attribute. If creditBenefits is provided, it fully replaces existing benefits. If omitted, existing benefits are preserved.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

productAttributeIdstringRequiredformat: "uuid"

Request

Body
pricingobjectRequired
creditBenefitslist of objectsOptional

Response

200
productAttributeIdstring
namestring
pricingobject
creditBenefitslist of objects

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error