v1

latestOpenAPI 3.1.02026-07-222392081.7 MB
Price configurations

Create price configuration

Create a new price configuration on an existing product.

post/v1/price-configurations

Request body

OR
OR
OR
OR
OR

Example request

{
  "currency": "EUR",
  "country": "FR"
}

Response

The newly created price configuration

OR
OR
OR
OR
OR

Example response

{
  "status": "active",
  "currency": "EUR",
  "country": "FR"
}