Order cycles
Manage pick-pack order cycles
Authorizations
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant's name.
Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$
Query parameters
siteCodestring · min: 3 · max: 16RequiredPattern:
site code for the tenant
[a-zA-Z0-9_-]+
Responses
200
Orders delivery dates
application/json
Responsestring · date[]Example:
2020-11-13
401
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
application/json
403
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
application/json
500
Internal Service Error occurred.
application/json
get
GET /pick-pack/{tenant}/orderCycles HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
"2020-11-13"
]
Was this helpful?