Account - store level
Update a store
Updates the store identified in the path. You can only update some store parameters.
To make this request, your API credential must have the following role:
- Management API—Stores read and write
In the live environment, requests to this endpoint are subject to rate limits.
patch/merchants/{merchantId}/stores/{storeId}
Path parameters
merchantIdstring required
The unique identifier of the merchant account.
storeIdstring required
The unique identifier of the store.
Request body
Response
OK - the request has succeeded.
Changes
Changed in 1 of the 50 revisions of this API.1
- ○
added the optional property
localizedInformationto the response with the200statusresponse-optional-property-added
- ○