Customer - Stores
Update some store's information.
Update some store's information. FYI, you cannot change the country.
patch/v2/user/customer/stores/{storeId}
Path parameters
storeIdstring guid required
Your store identifier
Request body
Example request
{
"name": "My Store",
"url": "http://www.mystore.com",
"sectors": [
"ANIMALERIE",
"AUTOMOTO"
]
}Response
Store updated