Skip to content

Product Customer-Group Prices — List

Lists every tier-price row attached to a product.

Fresh sub-resource under src/Admin/

This is the fresh sub-resource that replaces the legacy admin operations on the storefront ProductCustomerGroupPrice resource. The legacy operations are scheduled for removal in Phase 6 — see the package CLAUDE.md "Legacy admin endpoints" section.

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.