Designed to save order split packaging after a manual override
Name | Type | Description |
---|---|---|
request | CalcOrderHeader | Request object with data to be saved in the database |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/SetOrderSplitPackagingManualOverwrite
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.
request={
"pkOrderID": "c587a3c3-c45e-4bac-9b37-568245765450",
"nOrderId": 2,
"fkPostalServiceId": "7383b146-22c5-46e5-ac7b-5071578f4ab4",
"fkCountryId": "7ddbbfc1-594a-4420-aaae-0e2f7c18b038",
"cCountry": "sample string 5",
"ItemWeight": 6.0,
"fkPackagingGroupId": "be46a6f6-0d5a-4d0e-9a45-0e73d65fe039",
"fkPackagingTypeId": "fcfe7b91-4ef7-43b7-b343-7b055af22882",
"IsSplitPackaging": false,
"PackagingWeight": 9.0,
"TotalWeight": 10.0,
"TotalWidth": 1.0,
"TotalHeight": 1.0,
"TotalDepth": 1.0,
"ManualAdjust": true,
"CanAutoSplit": false,
"IsAutoSplit": false,
"SplitPackageCount": 13,
"LabelPrinted": true,
"CalculationHints": [
"sample string 1"
],
"Items": [
{
"fkStockItemId": "20b16e50-4206-483c-a776-352384f93f7f",
"fkOrderItemId": "d1245e5c-d6da-464a-980b-0ab7bce63e45",
"StockItemIntId": 3,
"SKU": "sample string 4",
"nQty": 5,
"ItemWeight": 6.0,
"DimHeight": 7.0,
"DimWidth": 8.0,
"DimDepth": 9.0,
"PackageGroup": "c65a858d-72fd-4a1b-9436-231b5698f935",
"fkCompositeParentRowId": "233a08de-ab57-46f2-ac04-506278bd1b84",
"IsCompositeChild": true,
"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": "9713b99d-59cd-403c-ba05-b9a58445d7be",
"LogicalDelete": true
}
]
}
],
"Bins": [
{
"pkBinId": "cf78a71e-e573-4e01-a3c0-04543dc8b300",
"TrackingNumber": "sample string 2",
"LabelId": "sample string 3",
"Weight": 1.0,
"PrintDate": "2023-01-10T13:49:45.7707759+00:00",
"Cost": 1.0,
"fkPackagingTypeId": "01860f70-fcdd-44e7-b01b-39853ba84574",
"Width": 1.0,
"Height": 1.0,
"Depth": 1.0,
"PackagingWeight": 1.0,
"ItemWeight": 1.0,
"ManualAdjust": true,
"Items": [
{
"ShippingOrderItemId": 1,
"BinId": "0402de4a-31b9-4636-b373-7e96bd5c2211",
"fkOrderItemId": "d8eb2f92-37e6-4572-af29-ac32ff58cc01",
"BoxId": 1,
"Quantity": 4
}
]
}
],
"ThreeDimPackaging": {
"TotalPackages": 1,
"Packages": [
{
"PackagingId": "38f954b5-a408-4d51-b3c1-d83fd3c5c188",
"Width": 2.1,
"Height": 3.1,
"Depth": 4.1,
"ItemWeight": 5.0,
"PackagingWeight": 6.0,
"Faces": [
{
"TopLeft": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"BottomLeft": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"TopRight": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"BottomRight": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
}
}
],
"Items": [
{
"ID": "91b6a934-0ce3-4f9e-96bd-0d9fc50a7475",
"PkStockItemId": "4744b0d7-0301-49ed-b86b-95909ae94a27",
"SKU": "sample string 2",
"Width": 3.1,
"Height": 4.1,
"Depth": 5.1,
"Weight": 6.0,
"X": 7.1,
"Y": 8.1,
"Z": 9.1,
"Layer": 10,
"Faces": [
{
"TopLeft": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"BottomLeft": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"TopRight": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"BottomRight": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
}
}
]
}
],
"LayerCount": 7,
"LayerFace": {
"1": {
"TopLeft": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"BottomLeft": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"TopRight": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"BottomRight": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
}
}
},
"IsManualPackage": true
}
],
"UnpackedItems": {
"68fe3525-956b-484f-b2b3-517218540aed": 2
}
},
"DimMethod": 0
}
This is an example of the response JSON. Results will vary depending on your data.
{
"pkOrderID": "b88e644e-3532-4927-95b1-be3cab4e0987",
"nOrderId": 2,
"fkPostalServiceId": "fbba7a8c-9cba-4e0e-8bef-ac915d5bb3d9",
"fkCountryId": "20ff4824-7957-40e9-81ea-01dd29f4da44",
"cCountry": "sample string 5",
"ItemWeight": 6.0,
"fkPackagingGroupId": "7b1bfd4f-e49b-4ef9-951c-a2dd34e08611",
"fkPackagingTypeId": "f0c5c48f-c77e-463a-9c0e-7f16d57881c6",
"IsSplitPackaging": false,
"PackagingWeight": 9.0,
"TotalWeight": 10.0,
"TotalWidth": 1.0,
"TotalHeight": 1.0,
"TotalDepth": 1.0,
"ManualAdjust": true,
"CanAutoSplit": false,
"IsAutoSplit": false,
"SplitPackageCount": 13,
"LabelPrinted": true,
"CalculationHints": [
"sample string 1"
],
"Items": [
{
"fkStockItemId": "ec0ecf15-ac6f-45c1-a490-f1622a7ca5c0",
"fkOrderItemId": "45d9549e-9ebe-446c-95c2-6afe740b2597",
"StockItemIntId": 3,
"SKU": "sample string 4",
"nQty": 5,
"ItemWeight": 6.0,
"DimHeight": 7.0,
"DimWidth": 8.0,
"DimDepth": 9.0,
"PackageGroup": "e9f27ff7-67b2-4423-8ac2-cf49e85cfa3c",
"fkCompositeParentRowId": "aa75cbe5-6302-4a6d-aa5e-4b27cf1d2503",
"IsCompositeChild": true,
"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": "0b3989bf-102d-4121-959a-17ab52ff419e",
"LogicalDelete": true
}
]
}
],
"Bins": [
{
"pkBinId": "e82fd36b-0c3e-433d-b874-6d11fb04f967",
"TrackingNumber": "sample string 2",
"LabelId": "sample string 3",
"Weight": 1.0,
"PrintDate": "2023-01-10T13:49:54.2134301+00:00",
"Cost": 1.0,
"fkPackagingTypeId": "33f6a6e6-2e8a-48a6-94e8-dee29530ed42",
"Width": 1.0,
"Height": 1.0,
"Depth": 1.0,
"PackagingWeight": 1.0,
"ItemWeight": 1.0,
"ManualAdjust": true,
"Items": [
{
"ShippingOrderItemId": 1,
"BinId": "68cda817-2371-4083-8db6-5033fe6e634b",
"fkOrderItemId": "41b3c4d1-cd7b-4bfb-b099-a487dc58bb1e",
"BoxId": 1,
"Quantity": 4
}
]
}
],
"ThreeDimPackaging": {
"TotalPackages": 1,
"Packages": [
{
"PackagingId": "1d5d5a97-c605-480b-a049-8f8b710a9ea7",
"Width": 2.1,
"Height": 3.1,
"Depth": 4.1,
"ItemWeight": 5.0,
"PackagingWeight": 6.0,
"Faces": [
{
"TopLeft": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"BottomLeft": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"TopRight": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
},
"BottomRight": {
"IsEmpty": false,
"X": 1.1,
"Y": 2.1
}
}
],
"Items": [
{
"ID": "cd0a8dbc-4683-4e3d-8ba4-8a323b9e0b11",
"PkStockItemId": "4d50fe42-2b33-4377-b9ab-bdabd44f3546",
"SKU": "sample string 2",
"Width": 3.1,
"Height": 4.1,
"Depth": 5.1,
"Weight": 6.0,
"X": 7.1,
"Y": 8.1,
"Z": 9.1,
"Layer": 10,
"Faces": [
{
}
]
}
],
"LayerCount": 7,
"LayerFace": {
"1": {
}
},
"IsManualPackage": true
}
],
"UnpackedItems": {
"c27ee4b5-0316-4df6-90d7-0cb1513244ff": 2
}
},
"DimMethod": 0
}