Deliveroo · Example Payload

Catalogue Api Site Price Overrides Example

Food DeliveryGroceryMarketplaceLogisticsRestaurants

Catalogue Api Site Price Overrides 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

prices

Example Payload

Raw ↑
{
  "prices": [
    {
      "item_id": "gb-123456",
      "price": 499
    }
  ]
}