Delivery Cycles

Generate delivery cycles

Generating a delivery cycle

post

Generates a delivery cycle.

Required scopes

  • shipping.shipping_manage

Authorizations
Path parameters
tenantstringRequired
Body

Object which encapsulates all the fields needed to generate delivery cycle.

deliveryTimeIdstringRequired

Id of the delivery time.

slotIdstringRequired

Id of the slot.

deliveryDatestringRequired

The selected delivery date

Responses
201
CREATED
application/json
Responsestring
post
POST /shipping/{tenant}/delivery-cycles/generate HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 135

{
  "deliveryTimeId": "64a80cf4c123c90e6c263789",
  "slotId": "bdf61ee4-25f4-48af-94c3-ccea8612aefa",
  "deliveryDate": "2020-12-08T12:00:00.000Z"
}
text

Was this helpful?