grubhub · Example Payload

Grubhub Merchantstatusupdaterequest Example

Grubhub Merchantstatusupdaterequest Example is an example object payload from grubhub, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

merchants

Example Payload

Raw ↑
{
  "merchants": [
    {
      "merchant_id": "ghm-1234567890",
      "status": "ONLINE",
      "pause_type": "SOFT"
    }
  ]
}