Customer - Stores
Create a new store
post/v2/user/customer/stores
Request body
Example request
{
"id": "64f43358-63a1-47f7-97ec-0301fc39956b",
"name": "My Store",
"url": "http://www.mystore.com",
"countryIsoCodeAlpha3": "DEU",
"sectors": [
"ANIMALERIE",
"AUTOMOTO"
]
}Response
The store has been created successfully. The http header Location contains the new resource url. The body contains the link to the new resource.
Example response
{
"href": "/v2/user/customer/stores/51afae05-277e-4902-8b17-5a811a23a2c6",
"method": "GET"
}