Delivery Cycles
Generate delivery cycles
Generates a delivery cycle.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
- : Needed to manage shipping settings.
- : Needed to read shipping settings.
Path parameters
tenantstringRequired
Body
Object which encapsulates all the fields needed to generate delivery cycle.
deliveryTimeIdstringRequired
A unique identifier for the overall delivery time period or range.
slotIdstringRequired
A unique identifier that represents a specific delivery slot within the delivery time.
deliveryDatestringRequired
The selected delivery date.
Responses
201
CREATED
application/json
401
Unauthorized
application/json
403
Given authorization scopes are not sufficient and do not match required scopes.
application/json
404
The requested resource does not exist.
application/json
500
Some server side error occurred.
application/json
post
/shipping/{tenant}/delivery-cycles/generatePOST /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"
}textLast updated
Was this helpful?

