Use this call to get split packaging information for an order
Name | Type | Description |
---|---|---|
pkOrderId | Guid | The order id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/ProcessedOrders/GetPackageSplit
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
pkOrderId=8403a333-c872-4580-93b8-e881c30f997f
This is an example of the response JSON. Results will vary depending on your data.
[
{
"BinIndex": 1,
"ItemTitle": "sample string 2",
"PackageTitle": "sample string 3",
"pkBinId": "17547278-5475-4a3a-82fe-9c2cccd80e8f",
"fkOrderItemRowId": "5f98cf75-aebe-4888-9d6e-eb80ceada7fe",
"Quantity": 6,
"SKU": "sample string 7",
"TrackingNumber": "sample string 8",
"Weight": 9.1
}
]