grubhub · Example Payload

Grubhub Merchantpropertiesupdaterequest Example

Grubhub Merchantpropertiesupdaterequest 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",
      "tax_rate": 2.15,
      "fulfillment_settings": {
        "delivery_enabled": true,
        "pickup_enabled": true,
        "estimated_prep_time_minutes": 15
      }
    }
  ]
}