Skip to content

Get pickings for order

GET
/picking/rest/v1/picklist/list/{orderNumber}

Returns pickings for specified order

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

orderNumber*
Typestring
Required

Responses

List of pickings

application/json
JSON
[
{
"id": 0,
"orderNumber": "string",
"position": 0,
"charge_number": 0,
"quantity": 0,
"pickedQuantity": 0,
"status": "string"
}
]

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev- Version: dev-
Commit: bb7e53af
Deployed at: 2026-03-03T16:11:11Z