Creates a new market with the specified configuration including name, slug, locale, currency code, and associated country codes.
A valid request URL is required to generate request examples
{ "data": { "active": true, "country_codes": [ "<string>" ], "created_at": "<string>", "currency_code": "<string>", "id": "<string>", "locale": "<string>", "name": "<string>", "slug": "<string>", "updated_at": "<string>" }, "details": [ "<string>" ], "success": true }
App slug
Team slug
Market data
1
Market created successfully
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