Point de terminaison pour définir/mettre à jour les informations du magasin.
PUT /v1/stores?access_token=<accessToken> Point de terminaison pour mettre à jour les informations concernant le magasin.
{
"storeName": string,
"storeCompanyName": string,
"storeCompanyID": string,
"storePhoneNumber": string,
"storeAddress": string,
"storeCity": string,
"storeState": string,
"storeCountryCode": string,
"storePostalCode": string,
}