stores
Refresh store
Initiates a store refresh. If storeId is not specified, a store refresh will be initiated for all refreshable stores on that account.
post/stores/refreshstore
Request body
Example request
{
"storeId": 12345,
"refreshDate": "2020-05-29T15:05:02Z"
}Response
Store refresh initiated successfully
Example response
{
"success": true,
"message": "Store refresh initiated"
}