Skip to content

Product Customer-Group Prices — List

Lists every tier-price row attached to a product.

Endpoint

EndpointMethod
/api/admin/catalog/products/{productId}/customer-group-pricesGET

Response

200 OK{ data, meta } envelope, one row per product_customer_group_prices.

FieldTypeNotes
data[].idintegerRow ID.
data[].qtyintegerMinimum quantity at which the tier applies.
data[].valueTypestringfixed or discount.
data[].valuefloatFixed price or percent discount.
data[].customerGroupIdinteger|nullnull = applies to every group.
data[].customerGroupNamestringGroup label.
data[].productIdintegerParent product.

Released under the MIT License.