Creates or updates multiple prices for a product variant across different markets within a store group in a single request.
A valid request URL is required to generate request examples
{ "data": [ { "amount_cents_with_tax": 123, "created_at": "<string>", "id": "<string>", "market": { "active": true, "country_codes": [ "<string>" ], "created_at": "<string>", "currency_code": "<string>", "id": "<string>", "locale": "<string>", "name": "<string>", "slug": "<string>", "updated_at": "<string>" }, "on_sale": true, "reference_price_with_tax": 123, "sale_end_timestamp": "<string>", "sale_price_with_tax": 123, "sale_start_timestamp": "<string>", "status": "active", "store_group": { "country_of_sale": "<string>", "created_at": "<string>", "description": "<string>", "id": "<string>", "name": "<string>", "slug": "<string>", "store_type": "<string>", "updated_at": "<string>" }, "updated_at": "<string>" } ], "details": [ "<string>" ], "success": true }
Variant ID
App slug
Team slug
Batch price data with store group and array of market prices
Show child attributes
List of created or updated prices with store group and market details
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes