Deliverect · JSON Structure

Channel Api Channel Prep Time Structure

Deliverect Preparation Time Update

Type: object Properties: 5
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

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

Properties

channelOrderId orderId location status pickupTime

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/deliverect/refs/heads/main/json-structure/channel-api-channel-prep-time-structure.json",
  "name": "ChannelPrepTime",
  "description": "Deliverect Preparation Time Update",
  "type": "object",
  "properties": {
    "channelOrderId": {
      "type": "string",
      "example": "X7CESD"
    },
    "orderId": {
      "type": "string",
      "example": "5e****abc11dec0001****9b"
    },
    "location": {
      "type": "string",
      "example": "5e****abc11dec0001****0b"
    },
    "status": {
      "type": "int32",
      "example": 20
    },
    "pickupTime": {
      "type": "datetime",
      "example": "2021-04-20T16:20:00Z"
    }
  }
}