Update Store Status
POST
https://api.staging.deliverect.com
/{channelName}/updateStoreStatus/{channelLinkId}
Staging Environment
{var_value}
Update Store Status
For any number of reasons, your platform may close one of your customer's stores e.g. after too many failed orders. When doing so, it is possible to sync the new status of the store to Deliverect via a channel status update.
For the payload, we always expect a JSON that contains:
* status: expeсted values would be open or closed.
* reason: reason for the status changes.
POST /{channelName}/updateStoreStatus/{channelLinkId}
Loading...
Response
Waiting for a request to be sent.