Get order items
Name | Type | Description |
---|---|---|
orderId | Guid | Order id |
fulfilmentCenter | Guid | Current fulfilment center |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/GetOrderItems
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.
orderId=27f6e63b-2187-4d60-8aba-e368386f00e7&fulfilmentCenter=2126156e-31d8-4ba3-b229-5ac04110edee
This is an example of the response JSON. Results will vary depending on your data.
[
{
"ItemId": "fc1b77e2-e02a-406e-b248-6d9b670d4b11",
"ItemNumber": "sample string 2",
"SKU": "sample string 3",
"ItemSource": "sample string 4",
"Title": "sample string 5",
"Quantity": 6,
"CategoryName": "sample string 8",
"CompositeAvailablity": 1,
"StockLevelsSpecified": true,
"OnOrder": 10,
"OnPurchaseOrder": {
"pkPurchaseItemId": "d7e6301b-d280-44a4-bbcd-ea2c5ab7898f",
"Rowid": "050af215-a802-45dd-81b4-d5b73f678efa",
"pkPurchaseId": "718b641d-45b9-4323-8f6b-a7ff31baf438",
"ExternalInvoiceNumber": "sample string 4",
"fkSupplierId": "41ee88ef-ea9e-4212-9143-0dd8329c21f9",
"DateOfDelivery": "2023-01-10T13:49:54.2981143+00:00",
"QuotedDeliveryDate": "2023-01-10T13:49:54.2981143+00:00",
"SupplierName": "sample string 8",
"fkLocationId": "0fd01dcf-3da2-482d-b5b1-a50e4bc47443"
},
"InOrderBook": 1,
"Level": 11,
"MinimumLevel": 1,
"AvailableStock": 12,
"PricePerUnit": 13.1,
"UnitCost": 14.1,
"DespatchStockUnitCost": 15.1,
"Discount": 16.1,
"Tax": 21.1,
"TaxRate": 17.1,
"Cost": 18.1,
"CostIncTax": 19.1,
"CompositeSubItems": [
{
}
],
"IsService": true,
"SalesTax": 21.1,
"TaxCostInclusive": true,
"PartShipped": true,
"Weight": 24.1,
"BarcodeNumber": "sample string 25",
"Market": 26,
"ChannelSKU": "sample string 27",
"ChannelTitle": "sample string 28",
"DiscountValue": 10.806660973526899,
"HasImage": true,
"ImageId": "08faadc5-0c84-465d-b348-ef87952db4e6",
"AdditionalInfo": [
{
"pkOptionId": "7d289522-a91a-4322-a93c-403d06323b4f",
"Property": "sample string 2",
"Value": "sample string 3"
}
],
"StockLevelIndicator": 29,
"ShippingCost": 30.1,
"PartShippedQty": 31,
"ItemName": "sample string 32",
"BatchNumberScanRequired": true,
"SerialNumberScanRequired": true,
"BinRack": "sample string 35",
"BinRacks": [
{
"Quantity": 1,
"BinRack": "sample string 2",
"Location": "130d0168-b11f-46e1-8e8d-99c7535f0b38",
"BatchId": 1,
"OrderItemBatchId": 1
}
],
"InventoryTrackingType": 36,
"isBatchedStockItem": false,
"IsWarehouseManaged": true,
"IsUnlinked": false,
"StockItemIntId": 39,
"Boxes": [
{
"BoxId": 1,
"StockItemIntId": 2,
"BoxName": "sample string 3",
"Width": 4.0,
"Height": 5.0,
"Length": 6.0,
"Weight": 7.0,
"ValuePercentage": 8.0,
"Barcode": "sample string 9",
"PackagingTypeId": "aef8e02f-3cd3-4c4c-ba60-e50f379ae285",
"LogicalDelete": true
}
],
"RowId": "1261daf4-f9b6-462f-814b-a0703961d4fc",
"OrderId": "335d2000-a8f8-4bce-9e82-c6de229a259c",
"StockItemId": "2fefcaa7-0ffb-463c-ace0-fd239187ddcc"
}
]