Skip to content

Product Customer-Group Prices — Update

Updates a tier-price row. Partial: only send the fields you want to change.

Endpoint

EndpointMethod
/api/admin/catalog/products/{productId}/customer-group-prices/{id}PUT

Request body

Same field set as Create — qty, value_type, value, customer_group_id.

Errors

HTTPCause
404 Not FoundProduct or row not found, or row does not belong to product.
422 Unprocessable EntityValidation failed (uniqueness, unknown group, etc.).

Released under the MIT License.