Retrieves all prices for a product variant within a specific store group across all its markets.
A valid request URL is required to generate request examples
{ "data": { "created_at": "<string>", "id": "<string>", "name": "<string>", "prices": [ { "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", "updated_at": "<string>" } ], "slug": "<string>", "store_type": "<string>", "updated_at": "<string>" }, "details": [ "<string>" ], "success": true }
Product ID
Variant ID
App slug
Team slug
Store group slug
Store group with all its prices and associated markets
Show child attributes
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes