Pricing
Endpoints
GET /api/v1/pricing/resolve
GET /api/v1/pricing/resolveResolve the effective price for a product given customer context (segment, locale, partner, quantity). Returns the resolved price with a breakdown of pricing rules applied.
get
/pricing/resolve
Authorizations
X-API-KeystringRequired
Scoped API key. Scopes: read, commerce, admin.
Query parameters
productIdstringRequired
segmentstringOptional
localestringOptional
partnerstringOptional
quantityintegerOptionalDefault:
1Responses
200
Resolved pricing
application/json
Resolved effective price after applying pricing tiers, quantity, and offer discounts
productIdstringOptional
productNamestringOptional
basePriceCentsintegerOptional
Price before offer discounts
resolvedPriceCentsintegerOptional
Final price after all rules and discounts
currencystringOptional
quantityintegerOptional
contextobjectOptional
Customer context used for resolution
availableOffersobject[]Optional
404
Product not found
get/pricing/resolve
Last updated
Was this helpful?
