Otter · JSON Structure

Public Api Pick Up Info Structure

Pick up information for delivery.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

readyAtTime

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-pick-up-info-structure.json",
  "name": "PickUpInfo",
  "description": "Pick up information for delivery.",
  "type": "object",
  "properties": {
    "readyAtTime": {
      "type": "datetime",
      "description": "The timestamp the order(s) became ready for pick up by a courier. If not provided, the order is not yet ready to be picked up.",
      "example": "2007-12-03T10:15:30+01:00"
    }
  }
}