Store
Store settings and configuration
📄️ Get own store
Get authenticated user's store
📄️ Update store
Update store settings
📄️ List supported countries
Get list of countries with access and checkout settings
📄️ Add or update country
Add or update a country rule
📄️ Edit country rule
Update access or checkout flag for a country
📄️ Remove country rule
Remove a country from store
📄️ Get marketing settings
Retrieve store marketing configuration
📄️ Update marketing settings
Update store marketing configuration
📄️ Create an additional store
Creates another store owned by the authenticated vendor, seeded with the default premade theme, pages and message templates, and with all countries enabled.
📄️ Bulk update country rules
Sets the `access` and/or `checkout` flags for up to 250 countries at once, identified by ISO 3166-1 alpha-3 codes. At least one of `access` or `checkout` must be provided.
📄️ Toggle a country flag
Flips the `access` or `checkout` flag (selected via the `field` query parameter) for one active country and returns its new value.