doordash · Example Payload

Doordash Promotions Request Example

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

Top-level fields

promotions

Example Payload

Raw ↑
{
  "promotions": [
    {
      "merchant_supplied_id": "D-12345",
      "promotional_price": 42,
      "start_date": "2026-06-02T14:30:00Z",
      "end_date": "2026-06-02T14:30:00Z",
      "description": "Leave at the front desk."
    }
  ]
}