Deliverect · JSON Structure

Channel Api Post Channelname Courierupdate Channellinkid Structure

Deliverect Update Courier Status

Type: object Properties: 2 Required: 2
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PostChannelnameCourierupdateChannellinkid is a JSON Structure definition published by Deliverect, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

channelOrderId courierUpdate

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-post-channelname-courierupdate-channellinkid-structure.json",
  "name": "PostChannelnameCourierupdateChannellinkid",
  "description": "Deliverect Update Courier Status",
  "type": "object",
  "properties": {
    "channelOrderId": {
      "type": "string",
      "example": "609a1b2c3d4e5f6a7b8c9d0e"
    },
    "courierUpdate": {
      "type": "object",
      "properties": {
        "status": {
          "type": "int32",
          "example": 20
        },
        "arrivalTime": {
          "type": "datetime",
          "example": "2026-03-15T14:30:00Z"
        },
        "deliveryTime": {
          "type": "datetime",
          "example": "2026-03-15T14:30:00Z"
        },
        "courier": {
          "type": "object",
          "properties": {
            "firstName": {
              "type": "string",
              "example": "Deliverect's Pizza Place"
            },
            "lastName": {
              "type": "string",
              "example": "Deliverect's Pizza Place"
            },
            "phoneNumber": {
              "type": "string",
              "example": "+15555550123"
            }
          }
        }
      },
      "required": [
        "status"
      ]
    }
  },
  "required": [
    "channelOrderId",
    "courierUpdate"
  ]
}