Store Status
Update store status
Retrieve or update a store’s online/offline status on connected food aggregators. Grubtech will use GET to read the current status and PUT to toggle status (e.g., temporarily go offline during outages).
put/stores/{storeId}/status
Path parameters
storeIdstring required
Unique identifier of the store in Grubtech. This may be the Grubtech store ID or your external mapping ID.
Request body
Example request
{
"status": "online"
}Response
Store status updated