v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
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

status'online' | 'offline'

Online stores accept orders; offline stores are hidden or unavailable to customers.

Example request

{
  "status": "online"
}

Response

Store status updated