Get Store Status
vGrubs calls youPOST
{your_base_url}/merchants/get-store-statusvGrubs calls this endpoint to query the current availability status of a store.
Request body
merchant_idstringrequired
The partner's store ID to query.
Responses
200OK
statusstring
Current store status: online or offline.
400Bad Request
Missing or invalid fields in the request body.
401Unauthorized
Invalid or missing API key.