Admin
Create a shop profile
Create a shop profile with the provided address, email, and phone number.
POST
Create a shop profile
Body
application/json
Properties required to create a shop profile.
The shop's email address.
Required string length:
6 - 255Pattern:
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$The shop's phone number.
Required string length:
6 - 20Pattern:
^\+?[0-9]{1,3}?[ -]?\(?[0-9]{1,4}?\)?[ -]?[0-9]{1,4}?[ -]?[0-9]{1,4}?[ -]?[0-9]{1,9}$The postal address of the shop location.
Response
Created.
A representation of a shop profile.
The unique identifier of the shop profile.
The shop's email address.
Required string length:
6 - 255Pattern:
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$The shop's phone number.
Required string length:
6 - 20Pattern:
^\+?[0-9]{1,3}?[ -]?\(?[0-9]{1,4}?\)?[ -]?[0-9]{1,4}?[ -]?[0-9]{1,4}?[ -]?[0-9]{1,9}$The postal address of the shop location.
Create a shop profile