From 0b38e681e88cbab0254714671fac4eda76da6d0c Mon Sep 17 00:00:00 2001 From: Neeraj Pratap Singh Date: Sat, 22 Jan 2022 16:16:58 +0530 Subject: [PATCH 1/2] function.js --- Function.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Function.js diff --git a/Function.js b/Function.js new file mode 100644 index 0000000..51a1a3a --- /dev/null +++ b/Function.js @@ -0,0 +1,5 @@ +let person = { + name: '', + age: 15, + std: 'yu' +} From 05d88e18243d6502b9b5a038ddcdab0944380dc0 Mon Sep 17 00:00:00 2001 From: Neeraj Pratap Singh Date: Sat, 22 Jan 2022 16:21:02 +0530 Subject: [PATCH 2/2] pulled today repo --- Function.js | 66 +- Numbers.js | 0 Object.js | 23 + SampleJSONObject.json | 2295 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2380 insertions(+), 4 deletions(-) create mode 100644 Numbers.js create mode 100644 Object.js create mode 100644 SampleJSONObject.json diff --git a/Function.js b/Function.js index 51a1a3a..fd0a452 100644 --- a/Function.js +++ b/Function.js @@ -1,5 +1,63 @@ -let person = { - name: '', - age: 15, - std: 'yu' +// //Declaring a function + +// function newFunction(Name) { +// console.log('Their name is', Name); +// } + +// let aFunction = function() { +// console.log('Inside A function'); +// }; + +// let isAdult = function (Name, age) { +// if (age >= 18) { +// console.log(Name, 'is adult because his age is', age); +// } +// else if (age < 18) { +// console.log(Name, 'is a child because his age is', age); +// } +// } + +// let newArray = [5, true, 'Snehil', isAdult]; + +// console.log(newArray); + +// let newName1 = 'Devansh'; +// let newAge1 = 22; + +let newName = ['Devansh','Abhaya']; +let newAge = [22, 21, 20]; + +let nameGenerator = function(name, age) { + return { + name: name, + age: age + } } + +let newObject = { + key: 'value' +}; + +let personArray = [ + { + name: 'Sarvagya', + age: 21 + }, + { + name: 'Devansh', + age: 23 + } +] + +result['code'] + +for(let i = 0; i<2; i++) { + console.log(personArray[i]['name'], personArray[i]['age']); +} + +// person['name'] ----> person.name + +// isAdult('Snehil',23); +// isAdult('Nishithaarsh',21); +// isAdult('Sample Child', 5); +// aFunction(); diff --git a/Numbers.js b/Numbers.js new file mode 100644 index 0000000..e69de29 diff --git a/Object.js b/Object.js new file mode 100644 index 0000000..bc595e0 --- /dev/null +++ b/Object.js @@ -0,0 +1,23 @@ +let obj = require('./SampleJSONObject.json'); + +let temporaryOrderId = 0; + +for(let i = 0; i<5;i++) { + temporaryOrderId = obj['result']['data'][i]['batch']; + console.log(temporaryOrderId); +} + +// an array of objects inside which each object is an order + +// Number +// String +// Array +// Object +// Function +// Boolean +// null +// undefined + +// if else +// for loop +// while loop diff --git a/SampleJSONObject.json b/SampleJSONObject.json new file mode 100644 index 0000000..5c87496 --- /dev/null +++ b/SampleJSONObject.json @@ -0,0 +1,2295 @@ +{ + "result": { + "data": [ + { + "userChannelId": 2, + "orderId": 234256, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2442", + "channelOrderId": "Web-2442", + "shippingDetailsEmail": "drd42@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar42 Dey42", + "billingDetailsEmail": "drd42@zxt.com", + "billingDetailsName": "Deepankar42 Dey42", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:03.249027Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "6612167d-51f8-49e2-851e-d756a0181bd7", + "is_cancelled": false, + "subOrderId": 300794, + "product": [ + { + "quantity": 2, + "description": "Fashion", + "name": "Package 42", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 42", + "itemId": "CH45760" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 30, + "breadth": 30, + "height": 30, + "codAmount": 543, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:03.249027Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234255, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2440", + "channelOrderId": "Web-2440", + "shippingDetailsEmail": "drd40@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar40 Dey40", + "billingDetailsEmail": "drd40@zxt.com", + "billingDetailsName": "Deepankar40 Dey40", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:03.209543Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "1c4f7b8f-5403-4fd3-a615-e3909ac712b2", + "is_cancelled": false, + "subOrderId": 300793, + "product": [ + { + "quantity": 4, + "description": "Fashion", + "name": "Package 40", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 40", + "itemId": "Him142" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:03.209543Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234253, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2437", + "channelOrderId": "Web-2437", + "shippingDetailsEmail": "drd37@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar37 Dey37", + "billingDetailsEmail": "drd37@zxt.com", + "billingDetailsName": "Deepankar37 Dey37", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:03.127744Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "ed8a22ff-c0ec-4277-a82b-a903d6f26c25", + "is_cancelled": false, + "subOrderId": 300791, + "product": [ + { + "quantity": 1, + "description": "Clothes", + "name": "Package 37", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 37", + "itemId": "CH39496" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 20, + "breadth": 20, + "height": 20, + "codAmount": 50, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:03.127744Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234252, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2436", + "channelOrderId": "Web-2436", + "shippingDetailsEmail": "drd36@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar36 Dey36", + "billingDetailsEmail": "drd36@zxt.com", + "billingDetailsName": "Deepankar36 Dey36", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:03.083784Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "9f34ae2e-81db-4e7e-9374-2c0a119562d1", + "is_cancelled": false, + "subOrderId": 300790, + "product": [ + { + "quantity": 4, + "description": "Fashion", + "name": "Package 36", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 36", + "itemId": "Him140" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:03.083784Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234248, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2431", + "channelOrderId": "Web-2431", + "shippingDetailsEmail": "drd31@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar31 Dey31", + "billingDetailsEmail": "drd31@zxt.com", + "billingDetailsName": "Deepankar31 Dey31", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.925267Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "2ee90445-c662-4aeb-bae5-d10a9d00fa0a", + "is_cancelled": false, + "subOrderId": 300786, + "product": [ + { + "quantity": 3, + "description": "Clothes", + "name": "Package 31", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 31", + "itemId": "Him137" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.925267Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234247, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2430", + "channelOrderId": "Web-2430", + "shippingDetailsEmail": "drd30@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar30 Dey30", + "billingDetailsEmail": "drd30@zxt.com", + "billingDetailsName": "Deepankar30 Dey30", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.891820Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "744a5edc-0273-42a8-8ff3-7ad1f0764178", + "is_cancelled": false, + "subOrderId": 300785, + "product": [ + { + "quantity": 2, + "description": "Fashion", + "name": "Package 30", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 30", + "itemId": "CH33232" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 30, + "breadth": 30, + "height": 30, + "codAmount": 543, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.891820Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234246, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2429", + "channelOrderId": "Web-2429", + "shippingDetailsEmail": "drd29@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar29 Dey29", + "billingDetailsEmail": "drd29@zxt.com", + "billingDetailsName": "Deepankar29 Dey29", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.852254Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "779306a9-b262-4131-b56b-3f131e3d3a25", + "is_cancelled": false, + "subOrderId": 300784, + "product": [ + { + "quantity": 1, + "description": "Clothes", + "name": "Package 29", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 29", + "itemId": "CH31144" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 20, + "breadth": 20, + "height": 20, + "codAmount": 50, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.852254Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234245, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2428", + "channelOrderId": "Web-2428", + "shippingDetailsEmail": "drd28@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar28 Dey28", + "billingDetailsEmail": "drd28@zxt.com", + "billingDetailsName": "Deepankar28 Dey28", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.817781Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "145b69fe-cbb1-4e61-aad8-b33f94436890", + "is_cancelled": false, + "subOrderId": 300783, + "product": [ + { + "quantity": 4, + "description": "Fashion", + "name": "Package 28", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 28", + "itemId": "Him136" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.817781Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234244, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2427", + "channelOrderId": "Web-2427", + "shippingDetailsEmail": "drd27@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar27 Dey27", + "billingDetailsEmail": "drd27@zxt.com", + "billingDetailsName": "Deepankar27 Dey27", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.782808Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "1a970e67-332c-449a-bcd6-19a0c81411ec", + "is_cancelled": false, + "subOrderId": 300782, + "product": [ + { + "quantity": 3, + "description": "Clothes", + "name": "Package 27", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 27", + "itemId": "Him135" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.782808Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234243, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2426", + "channelOrderId": "Web-2426", + "shippingDetailsEmail": "drd26@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar26 Dey26", + "billingDetailsEmail": "drd26@zxt.com", + "billingDetailsName": "Deepankar26 Dey26", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.737467Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "52c5102c-98b8-4eaa-b853-bd09d94a7b87", + "is_cancelled": false, + "subOrderId": 300781, + "product": [ + { + "quantity": 2, + "description": "Fashion", + "name": "Package 26", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 26", + "itemId": "CH29056" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 30, + "breadth": 30, + "height": 30, + "codAmount": 543, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.737467Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234242, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2425", + "channelOrderId": "Web-2425", + "shippingDetailsEmail": "drd25@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar25 Dey25", + "billingDetailsEmail": "drd25@zxt.com", + "billingDetailsName": "Deepankar25 Dey25", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.530434Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "b198caad-8776-4493-a05b-cc6e49721efb", + "is_cancelled": false, + "subOrderId": 300780, + "product": [ + { + "quantity": 1, + "description": "Clothes", + "name": "Package 25", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 25", + "itemId": "CH26968" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 20, + "breadth": 20, + "height": 20, + "codAmount": 50, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.530434Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234241, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2424", + "channelOrderId": "Web-2424", + "shippingDetailsEmail": "drd24@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar24 Dey24", + "billingDetailsEmail": "drd24@zxt.com", + "billingDetailsName": "Deepankar24 Dey24", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.496445Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "a8dc9440-5e64-4c1a-9436-bf08d1eb02ef", + "is_cancelled": false, + "subOrderId": 300779, + "product": [ + { + "quantity": 4, + "description": "Fashion", + "name": "Package 24", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 24", + "itemId": "Him134" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.496445Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234240, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2423", + "channelOrderId": "Web-2423", + "shippingDetailsEmail": "drd23@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar23 Dey23", + "billingDetailsEmail": "drd23@zxt.com", + "billingDetailsName": "Deepankar23 Dey23", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.461184Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "cfa5c405-2d66-4045-9fba-24f52cc2aeb2", + "is_cancelled": false, + "subOrderId": 300778, + "product": [ + { + "quantity": 3, + "description": "Clothes", + "name": "Package 23", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 23", + "itemId": "Him133" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.461184Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234239, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2422", + "channelOrderId": "Web-2422", + "shippingDetailsEmail": "drd22@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar22 Dey22", + "billingDetailsEmail": "drd22@zxt.com", + "billingDetailsName": "Deepankar22 Dey22", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.426869Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "888ca0f1-94dc-48ff-a39d-82cc7cffd777", + "is_cancelled": false, + "subOrderId": 300777, + "product": [ + { + "quantity": 2, + "description": "Fashion", + "name": "Package 22", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 22", + "itemId": "CH24880" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 30, + "breadth": 30, + "height": 30, + "codAmount": 543, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.426869Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234238, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2421", + "channelOrderId": "Web-2421", + "shippingDetailsEmail": "drd21@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar21 Dey21", + "billingDetailsEmail": "drd21@zxt.com", + "billingDetailsName": "Deepankar21 Dey21", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.391126Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "d67de9db-4cf1-4d4c-a3ae-6a0f06a0c203", + "is_cancelled": false, + "subOrderId": 300776, + "product": [ + { + "quantity": 1, + "description": "Clothes", + "name": "Package 21", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 21", + "itemId": "CH22792" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 20, + "breadth": 20, + "height": 20, + "codAmount": 50, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.391126Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234237, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2420", + "channelOrderId": "Web-2420", + "shippingDetailsEmail": "drd20@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar20 Dey20", + "billingDetailsEmail": "drd20@zxt.com", + "billingDetailsName": "Deepankar20 Dey20", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.357401Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "3f387de5-6a89-46ea-acfa-ffb986148df8", + "is_cancelled": false, + "subOrderId": 300775, + "product": [ + { + "quantity": 4, + "description": "Fashion", + "name": "Package 20", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 20", + "itemId": "Him132" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.357401Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234236, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2419", + "channelOrderId": "Web-2419", + "shippingDetailsEmail": "drd19@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar19 Dey19", + "billingDetailsEmail": "drd19@zxt.com", + "billingDetailsName": "Deepankar19 Dey19", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.322902Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "260578d0-128d-4e57-8552-b1eb3e1cd11c", + "is_cancelled": false, + "subOrderId": 300774, + "product": [ + { + "quantity": 3, + "description": "Clothes", + "name": "Package 19", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 19", + "itemId": "Him131" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.322902Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234235, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2418", + "channelOrderId": "Web-2418", + "shippingDetailsEmail": "drd18@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar18 Dey18", + "billingDetailsEmail": "drd18@zxt.com", + "billingDetailsName": "Deepankar18 Dey18", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.287358Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "5c5eada8-caa4-404f-9e28-179754ffa483", + "is_cancelled": false, + "subOrderId": 300773, + "product": [ + { + "quantity": 2, + "description": "Fashion", + "name": "Package 18", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 18", + "itemId": "CH20704" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 30, + "breadth": 30, + "height": 30, + "codAmount": 543, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.287358Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234234, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2417", + "channelOrderId": "Web-2417", + "shippingDetailsEmail": "drd17@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar17 Dey17", + "billingDetailsEmail": "drd17@zxt.com", + "billingDetailsName": "Deepankar17 Dey17", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.253051Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "bde6fba1-227a-4070-a395-1c13ff4cb3b7", + "is_cancelled": false, + "subOrderId": 300772, + "product": [ + { + "quantity": 1, + "description": "Clothes", + "name": "Package 17", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 17", + "itemId": "CH18616" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 20, + "breadth": 20, + "height": 20, + "codAmount": 50, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.253051Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234233, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2416", + "channelOrderId": "Web-2416", + "shippingDetailsEmail": "drd16@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar16 Dey16", + "billingDetailsEmail": "drd16@zxt.com", + "billingDetailsName": "Deepankar16 Dey16", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.218194Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "a1204092-030a-45f0-a489-6c6d811b88aa", + "is_cancelled": false, + "subOrderId": 300771, + "product": [ + { + "quantity": 4, + "description": "Fashion", + "name": "Package 16", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 16", + "itemId": "Him130" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.218194Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234232, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2415", + "channelOrderId": "Web-2415", + "shippingDetailsEmail": "drd15@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar15 Dey15", + "billingDetailsEmail": "drd15@zxt.com", + "billingDetailsName": "Deepankar15 Dey15", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.184586Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "8673914e-8551-4b40-88c7-73eb22b5baa7", + "is_cancelled": false, + "subOrderId": 300770, + "product": [ + { + "quantity": 3, + "description": "Clothes", + "name": "Package 15", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 15", + "itemId": "Him129" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.184586Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234231, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2414", + "channelOrderId": "Web-2414", + "shippingDetailsEmail": "drd14@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar14 Dey14", + "billingDetailsEmail": "drd14@zxt.com", + "billingDetailsName": "Deepankar14 Dey14", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.150378Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "866e144e-bacd-4b04-9dcd-3c75f41972b4", + "is_cancelled": false, + "subOrderId": 300769, + "product": [ + { + "quantity": 2, + "description": "Fashion", + "name": "Package 14", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 14", + "itemId": "CH16528" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 30, + "breadth": 30, + "height": 30, + "codAmount": 543, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.150378Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234230, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "COD", + "shopOrderNumber": "Web-2413", + "channelOrderId": "Web-2413", + "shippingDetailsEmail": "drd13@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar13 Dey13", + "billingDetailsEmail": "drd13@zxt.com", + "billingDetailsName": "Deepankar13 Dey13", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.115107Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "cf329722-cbc9-4019-ba12-51c7fc4bc716", + "is_cancelled": false, + "subOrderId": 300768, + "product": [ + { + "quantity": 1, + "description": "Clothes", + "name": "Package 13", + "standardPrice": "550", + "skuCode": null, + "itemValue": "Package 13", + "itemId": "CH14440" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "550.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 20, + "breadth": 20, + "height": 20, + "codAmount": 50, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.115107Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234229, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2412", + "channelOrderId": "Web-2412", + "shippingDetailsEmail": "drd12@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar12 Dey12", + "billingDetailsEmail": "drd12@zxt.com", + "billingDetailsName": "Deepankar12 Dey12", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.080039Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "72f06a70-b41e-418e-a970-797599e97aeb", + "is_cancelled": false, + "subOrderId": 300767, + "product": [ + { + "quantity": 4, + "description": "Fashion", + "name": "Package 12", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 12", + "itemId": "Him128" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.080039Z" + } + ] + }, + { + "userChannelId": 2, + "orderId": 234228, + "userId": 1, + "isWarehousing": false, + "isShipping": true, + "paymentType": "Prepaid", + "shopOrderNumber": "Web-2411", + "channelOrderId": "Web-2411", + "shippingDetailsEmail": "drd11@zxt.com", + "shippingDetailsPincode": "560047", + "shippingDetailsMsisdn": "7892758014", + "shippingDetailsCity": "Bangalore", + "shippingDetailsState": "Karnataka", + "shippingDetailsAddress2": " Bangalore", + "shippingDetailsAddress1": "ejipura", + "shippingDetailsName": "Deepankar11 Dey11", + "billingDetailsEmail": "drd11@zxt.com", + "billingDetailsName": "Deepankar11 Dey11", + "billingDetailsPincode": "560047", + "billingDetailsMsisdn": "7892758014", + "billingDetailsCity": "Bangalore", + "billingDetailsState": "Karnataka", + "billingDetailsAddress2": "", + "billingDetailsAddress1": "ejipura", + "orderCreationDate": "2022-01-22T08:46:02.046197Z", + "channelId": "manual", + "tab": [ + "L1", + "L7" + ], + "shipmentLogs": [ + { + "shipmentId": 0, + "logs": [] + } + ], + "subOrder": [ + { + "cancellationDate": null, + "cancellationType": null, + "channelSuborderId": "48d5aa20-48be-4924-89dc-cc2a07507cf6", + "is_cancelled": false, + "subOrderId": 300766, + "product": [ + { + "quantity": 3, + "description": "Clothes", + "name": "Package 11", + "standardPrice": "2350", + "skuCode": null, + "itemValue": "Package 11", + "itemId": "Him127" + } + ], + "leftWarehouse": false, + "fulfillmentStatus": null, + "shipmentStatus": "new_order", + "shipmentId": 0, + "shipperName": null, + "shipperId": 0, + "warehouseId": -1, + "shipmentModificationDate": null, + "shipmentCreationDate": null, + "esitimatedDateOfDelivery": null, + "estimatedShippingCost": null, + "labelUrl": null, + "invoiceUrl": null, + "awb": null, + "value": "2350.000", + "meta_data": null, + "isFragile": false, + "deadWeight": "1000.000", + "skuId": "Shipment", + "length": 25, + "breadth": 25, + "height": 25, + "codAmount": 0, + "allocationInfo": null, + "warehouseName": null, + "costPolicy": null, + "shippingZone": null, + "shipmentCosting": 0, + "shipmentComment": null, + "shipmentSuccess": false, + "warehousePinCode": 0, + "zone": null, + "channelOrderCreationDatetime": "2022-01-22T08:46:02.046197Z" + } + ] + } + ], + "counts": { + "NA": 1630, + "L1": 1825, + "L2": 82, + "L3": 1139, + "L4": 237, + "L5": 1, + "L6": 42, + "L7": 5345, + "L8": 892 + }, + "total": 1825 + }, + "message": "Success", + "code": "GS001" +} \ No newline at end of file