Skip to main content
POST
This endpoint calculates final prices for products by applying all applicable pricing rules based on customer, quantity, and other conditions.

Authentication

This endpoint requires a valid API key with pricing:read permissions.

Request Body

string
Customer ID for customer-specific pricing
string
Customer segment if customer_id not provided
string
Sales channel: “web”, “pos”, “b2b”, “marketplace”
array
required
Products to calculate pricing for
string
Currency code (default: account currency)
string
Date for time-based pricing (ISO 8601)

Response

Returns calculated prices with applied rules breakdown.