grubhub · Example Payload

Grubhub Merchantmapping Example

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

Top-level fields

merchant_idexternal_idnamestatus

Example Payload

Raw ↑
{
  "merchant_id": "ghm-1234567890",
  "external_id": "id-1234567890",
  "name": "Margherita Pizza",
  "status": "OFFLINE"
}