Deliverect · Example Payload

Commerce Api Post Commerce Account Id Checkouts 1 Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Commerce Api Post Commerce Account Id Checkouts 1 Example is an example object payload from Deliverect, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

basketnotepaymentsorder

Example Payload

Raw ↑
{
  "basket": {
    "id": "609a1b2c3d4e5f6a7b8c9d0e"
  },
  "note": "No salad",
  "payments": [
    {
      "type": "dpay",
      "externalId": "609a1b2c3d4e5f6a7b8c9d0e",
      "isPrepaid": "true",
      "amount": 1250,
      "metadata": {}
    }
  ],
  "order": {
    "channelOrderId": "609a1b2c3d4e5f6a7b8c9d0e",
    "channelOrderDisplayId": "609a1b2c3d4e5f6a7b8c9d0e",
    "validationId": "609a1b2c3d4e5f6a7b8c9d0e",
    "courier": "string"
  }
}