Order cycles

Manage pick-pack order cycles

Retrieving all order cycles

get

Extracts all order delivery dates from the current time onwards.


Required scopes

  • pickpack.pickpack_view

Authorizations
Path parameters
tenantstring · min: 3 · max: 16Required

Your Emporix tenant's name.

Note: The tenant name should always be written in lowercase.

Pattern: ^[a-z][a-z0-9]+$
Query parameters
siteCodestring · min: 3 · max: 16Required

site code for the tenant

Pattern: [a-zA-Z0-9_-]+
Responses
200
Orders delivery dates
application/json
Responsestring · date[]Example: 2020-11-13
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?