doordash · Example Payload

Doordash Substitution Example

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

Top-level fields

original_item_idsubstitute_item_idsubstitute_item_namesubstitute_item_price

Example Payload

Raw ↑
{
  "original_item_id": "D-12345",
  "substitute_item_id": "D-12345",
  "substitute_item_name": "Acme Pickup Store",
  "substitute_item_price": 42
}