Deliverect · Example Payload

Store Api Post Post Locations Openinghours Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Store Api Post Post Locations Openinghours Example is an example object payload from Deliverect, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

locations

Example Payload

Raw ↑
{
  "locations": [
    {
      "id": "609a1b2c3d4e5f6a7b8c9d0e",
      "triggerUpdate": true,
      "openingHours": [
        {}
      ],
      "channels": [
        {}
      ]
    }
  ]
}