Deliveroo · JSON Structure

Signature Api Quote Structure

A delivery estimate and fee.

Type: object Properties: 2
Food DeliveryGroceryMarketplaceLogisticsRestaurants

Quote is a JSON Structure definition published by Deliveroo, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

quote_id fee

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliveroo/refs/heads/main/json-structure/signature-api-quote-structure.json",
  "name": "Quote",
  "description": "A delivery estimate and fee.",
  "type": "object",
  "properties": {
    "quote_id": {
      "type": "string",
      "description": "The identifier of the quote, valid for 5 minutes.",
      "example": "gb-12345"
    },
    "fee": {
      "type": "int32",
      "description": "The delivery fee in minor currency units.",
      "example": 299
    }
  }
}