v1

OpenAPI 3.0.32026-07-13180201815.5 KB
Stores

Create a new store.

Creates a new store owned by the authenticated account. Requires a paying subscription with at least 24 hours since first payment. Limited to 5 store creations per account per day. Returns the new store API credentials.

post/store/setup.json

Request body

Example request

{
  "store": {
    "country": "CL",
    "theme": "flavor"
  }
}

Response

Store created successfully.