Get charges for position
GET
/picking/rest/v1/picklist/pos-charge/{orderNumber}/{pos}
Returns charges available for picking at specified order position
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
orderNumber*
Typestring
RequiredExample
"ORD-2024-001"pos*
Typeinteger
RequiredExample
1Responses
Available charges for position
application/json
JSON
[
{
"chargeId": 0,
"chargeNumber": "string",
"availableQuantity": 0,
"unit": "string",
"storageLocation": "string"
}
]