v1
latestOpenAPI 3.1.02026-07-222392081.7 MBPrice configurations
Create price configuration
Create a new price configuration on an existing product.
post/v1/price-configurations
Request body
Example request
{
"currency": "EUR",
"country": "FR"
}Response
The newly created price configuration
Example response
{
"status": "active",
"currency": "EUR",
"country": "FR"
}