Shops

Create Shop

Creates a new shop.

post/v1/shops/create

Response

The created shop

idinteger
namestring
subdomainstring
owner_idinteger

Example response

{
  "id": 1,
  "name": "My Shop",
  "subdomain": "my-shop",
  "owner_id": 1
}

Changes