Create Shop
POST/api/v1/shops
Creates a new shop, should be called as the final step of an integration's setup flow, and associates the access_token with a specific shop.
Request
Responses
- 200
- 401
- 403
- 422
Successful Response
`unauthorized`: Invalid or no credentials where supplied.
`access_token_already_created_store`: This access token has already been used to create a store.
<br>`could_not_validate_credentials`: Could not validate credentials.
<br>`invalid_persmission`: The user does not have the required permissions.
Validation Error