Skip to main content
POST
Calculer le prix d’une configuration produit (sans commande)

Corps

application/json
productSku
string
requis

SKU of the product to quote.

Exemple:

"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).

Exemple:

Réponse

201 - undefined