Shops
Create Shop
Creates a new shop.
post/v1/shops/create
Response
The created shop
Example response
{
"id": 1,
"name": "My Shop",
"subdomain": "my-shop",
"owner_id": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.