Glossary - Channel Orders
ⓘ Required Data
Please note that all the fields marked with (
Please note that all the fields marked with (
| Parameters | Meaning | Type |
|---|---|---|
channelOrderId* | The full unique ID from the ordering channel, cannot be reused within 48hr after pickup (across all accounts). | string |
channelOrderDisplayId* | A more human-readable order reference to provide | string |
validationId | Returned from the dispatch availability endpoint, cannot be reused and is valid for 10 minutes from generation. If expired validationId is sent, the request fails with error 417 | string |
orderType* | Order Types are described here. | integer |
deliveryIsAsap* | Boolean indicating whether delivery is ASAP. If the pickupTime is within 30 minutes, this should be true. | boolean |
pickupTime | Timestamp is in UTC yyyy-MM-ddTHH:mm:ssZ — all time values in our API are in UTC per ISO8601.* (for delivery, pickup and any non-ASAP order) | string |
deliveryTime | Timestamp is in UTC yyyy-MM-ddTHH:mm:ssZ — all time values in our API are in UTC per ISO8601.(required for non-ASAP delivery orders) | string |
placedTime | Time when the order was placed. Timestamp is in UTC yyyy-MM-ddTHH:mm:ssZ per ISO8601. | string |
estimatedPickupTime | Timestamp is in UTC yyyy-MM-ddTHH:mm:ssZ per ISO8601.If your channel doesn't use an estimate for the pickup time, reuse pickupTime and send the same value for estimatedPickupTime.LEGACY PARAMETER | string |
courier | This specifies who is delivering an order. There are only two possible variations: • A channel handling delivery for the restaurant * must specify their channel name as "courier" • If the channel is not set, the assumption is the restaurant are arranging their own delivery, and "restaurant" is set and is needed where orders are fulfilled by an integrated 'Dispatch' partner (see guide here). | string |
ageCheck | Boolean indicating whether the driver should verify customer's age. | boolean |
| deliveryAddress | object | |
deliveryAddress.street | The full street address in a single-line string * required if delivery is done by restaurant or a dispatch provider via Deliverect | string |
deliveryAddress.streetNumber | Numerical address assigned to the property * required if delivery is done by restaurant or a dispatch provider via Deliverect | string |
deliveryAddress.postalCode | The postal or zip code * required if delivery is done by restaurant or a dispatch provider via Deliverect | string |
deliveryAddress.area | The name of a geographic area or locality that groups a number of addressable objects for addressing purposes, without being an administrative unit | string |
deliveryAddress.city | City * required if delivery is done by restaurant or a dispatch provider via Deliverect | string |
deliveryAddress.country | Country * required if delivery is done by restaurant or a dispatch provider via Deliverect | string |
deliveryAddress.extraAddressInfo | Additional instructions for locating the customer's location | string |
deliveryAddress.coordinates | | array |
deliveryAddress.verification.pincode | | object |
| deliveryInfo | Delivery information | object |
deliveryInfo.packageSize | Size of the package | string |
deliveryInfo.transportType | e.g. Bicycle, Car, Motorbike etc | string |
| payment* | object | |
payment.amount* | The total amount paid should be sent as an integer with 2 decimal digits; for example, 1 euro would be sent as 100. payment amount = sum of prices of all products in the order + deliveryCost + serviceCharge + deliveryCostTax + serviceChargeTax + sum of all tax amounts in the taxes array | integer |
payment.type* | Type of payment (cash, card). See section here. | integer |
payment.due | Outstanding amount due | integer |
| taxes | A consumption tax imposed by the government on the sale of goods and services. | array (object) |
taxes.taxClassId | An ID corresponding to this tax class (not currently needed) | integer |
taxes.name | The display name for this category of taxes (not currently needed) | string |
taxes.total* |
* for Tax Exclusive Locations. See section here for more details.
It should be sent as an integer with 2 decimal digits; e.g. 1 dollar would be sent as 100.
| integer | |
|---|---|
taxRemitted | In regions where the channel has responsibility for charging tax (e.g., where they are “Marketplace Facilitator”) this is the total tax remitted. This value should be sent outside the taxes array. |
| items* | |
items.plu* | Stands for Price Look Up. The unique code of a product. |
items.name* | Name of the product or modifier |
items.price* | Price for each of the items. It should be sent as an integer with 2 decimal digits; e.g. 1 dollar would be sent as 100. |
items.quantity* | Number of items |
items.remark | Item-level notes |
items.itemUnavailableActions | For ordering platforms in retail, customers can specify a preference for actions when items are unavailable (see guide here). |
items.subItems | (where applicable) |
items.discountReferenceIds | Array referencing the discount(s) to be applied to that specific item. The discount must also appear in the discounts array (see guide here). |
includeCutlery | Whether cutlery/utensils have been requested. |
table | For ‘Eat-in’ orders, a table number can be provided |
orderIsAlreadyPaid* | Has the order already been paid? |
note | Order-level note |
numberOfCustomer | Number of customers for the order |
| customer | |
customer.name | The name of the customer |
customer.companyName | A company name where the order is placed from |
customer.phoneNumber | Contact phone number |
customer.phoneAccessCode | Where a contact centre routes calls using a unique code |
customer.email | Contact email of the customer |
customer.tin | Tax Identification Number |
customer.note | Additional note on the customer |
decimalDigits* | Number of decimal digits (typically 2) |
deliveryCost | Cost of delivery applied. It should be sent as an integer with 2 decimal digits; e.g. 1 euro would be sent as 100. |
deliveryCostTax | Cost of delivery tax. It should be sent as an integer with 2 decimal digits; e.g. 1 euro would be sent as 100. |
serviceCharge | Cost of any service charges. It should be sent as an integer with 2 decimal digits; e.g. 1 euro would be sent as 100. |
serviceChargeTax | Tax on service charge |
tip | Tip intended for the restaurant |
driverTip | Tip intended for the courier |
bagFee | Bag fee applied |
discountTotal | Total discount as a negative value |
| discounts | When generating a discount, sending discountTotal is required. Optionally, more detailed information can be provided via a discounts array (see complete guide here). |
discounts.type | Mapped channel discount type from the list of Discount Types in Deliverect |
discounts.provider | The issuer of the discount i.e. the one who bears the discounted amount. |
discounts.amount | Actual discounted amount |
discounts.name | The name that was given to the discount. |
discounts.channelDiscountCode | The unique discount code used by the channel. |