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/generateLast updated
Was this helpful?

