Otter · JSON Structure

Public Api Delivery Status Structure

The status of the delivery.

Type: string Properties: 0
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

DeliveryStatus is a JSON Structure definition published by Otter. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/otter/refs/heads/main/json-structure/public-api-delivery-status-structure.json",
  "name": "DeliveryStatus",
  "description": "The status of the delivery.",
  "type": "string",
  "enum": [
    "REQUESTED",
    "ALLOCATED",
    "PICKED_UP",
    "COMPLETED",
    "CANCELED",
    "ARRIVED_AT_PICKUP",
    "ARRIVED_AT_DROP_OFF"
  ]
}