Picking Configuration (Operations)

Endpoints to create, update and read pick jobs.

Get cutoff time

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Cutoff time configuration was found & you were allowed to access it. The result is in the body.

application/json

CutoffTimeConfiguration

get
/api/configurations/cutofftime

Update cutoff time

put

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

CutoffTimeConfiguration

Responses
chevron-right
200

Cutoff time configuration was written successfully

application/json

CutoffTimeConfiguration

put
/api/configurations/cutofftime

Get fulfillment process buffer

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Configuration was found & you were allowed to access it. The result is in the body.

application/json

FulfillmentProcessBufferConfiguration

get
/api/configurations/fulfillmentprocessbuffer

Update fulfillment process buffer

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

FulfillmentProcessBufferConfiguration

Responses
chevron-right
200

Configuration was written successfully

application/json

FulfillmentProcessBufferConfiguration

put
/api/configurations/fulfillmentprocessbuffer

Get load unit config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

The load unit configuration can be found in the body.

application/json

LoadUnitConfiguration

get
/api/configurations/loadunit

Update load unit config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

LoadUnitConfiguration

Responses
chevron-right
200

The load unit configuration was successfully updated.

application/json

LoadUnitConfiguration

put
/api/configurations/loadunit

Get picking config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Central Configuration of all picking related things

application/json

PickingConfigurations

get
/api/configurations/picking

Update picking config

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

PickingConfigurations

Responses
chevron-right
200

The picking central configuration was successfully updated.

application/json

PickingConfigurations

patch
/api/configurations/picking

Get picking times

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Picking Times config found.

application/json

DefaultPickingTimesConfiguration

get
/api/configurations/pickingtimes

Update picking times

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

DefaultPickingTimesConfiguration

Responses
chevron-right
200

The default picking times configuration was successfully updated.

application/json

DefaultPickingTimesConfiguration

put
/api/configurations/pickingtimes

Get substitution config

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Substitution config found.

application/json

Substitution Configuration

get
/api/configurations/substitution

Update substitution config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

Substitution Configuration

Responses
chevron-right
200

The substitution configuration was successfully updated.

application/json

Substitution Configuration

put
/api/configurations/substitution

Get pick job tag config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

pickjob tag config is in response body.

application/json

PickJobTagConfiguration

get
/api/configurations/tags/pickjob

Update pick job tag config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

PickJobTagConfiguration

Responses
chevron-right
200

The packing configuration was successfully updated.

application/json

PickJobTagConfiguration

put
/api/configurations/tags/pickjob

Get pick job document handling

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pickJobIdstringRequired

ID of the pick job you want to get document handling information

Responses
chevron-right
200

Pick job document handling was found & you were allowed to access it. The result is in the body.

application/json

DocumentHandling

get
/api/pickjobs/{pickJobId}/documenthandling

Last updated