Skip to main content
POST
Compute the price for a product configuration (no order created)

Body

application/json
productSku
string
required

SKU of the product to quote.

Example:

"mc-java-17"

planId
string

ID of the billing Plan to quote. If omitted, the first (cheapest) active plan is used.

configSelections
object

Selected config options, keyed by configOptionId → chosen value (matching a choice value in the option's choices JSON array).

Example:

Response

201 - undefined