Deliveroo · Example Payload

Picking Api Item Amendments Example

Food DeliveryGroceryMarketplaceLogisticsRestaurants

Picking Api Item Amendments Example is an example object payload from Deliveroo, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

item_amendments

Example Payload

Raw ↑
{
  "item_amendments": [
    {
      "item_id": "gb-123456",
      "quantity": 0
    }
  ]
}