Skip to content

Get order positions

GET
/picking/rest/v1/picklist/order-pos/{orderNumber}

Returns order positions for specified order

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

orderNumber*
Typestring
Required
Example"ORD-2024-001"

Responses

Order positions

application/json
JSON
[
{
"id": 0,
"orderId": 0,
"position": 0,
"articleNr": 0,
"quantity": 0,
"unit": "string",
"price": 0
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0