/
FLIPKART_PACKAGING_IN_PROGRESS ERRORS RCA

FLIPKART_PACKAGING_IN_PROGRESS ERRORS RCA

Case 1: weekly count : 50
Error message :

{"Response":{"errors":["shipments[0].subShipments[0].dimensions.breadth Package Breadth should be greater than 0","shipments[0].subShipments[0].dimensions.height Package Height should be greater than 0","shipments[0].subShipments[0].dimensions.length Package Length should be greater than 0"]}}

few orders:
1d1fb280-a9ed-4053-8e66-25df8ff87c59,
0c0e6700-e262-4334-ae5a-0d2ccfaf99ca,
b8dd42c2-8415-416e-80fd-f6d649cf4dbf

1. During Order Creation: Details we received from Flipkart

{ "shipmentDetail": { "mps": false, "shipmentId": "0c0e6700-e262-4334-ae5a-0d2ccfaf99ca", "locationId": "LOC01189f32db684bde949e36a36361d181", "dispatchByDate": "2024-04-18T16:00:00.000+05:30", "packagingPolicy": "TRANSPARENT_PACKAGE", "orderItems": [ { "fsn": "PTLDZ2MSVDDEAFPS", "hsn": "62041200", "quantity": 1.0, "orderId": "OD331014107814131100", "orderItemId": "331014107814131100", "listingId": "LSTPTLDZ2MSVDDEAFPSSYPIDT", "title": "Aurelia Cotton Blend Solid Patiala Free CRK60011-25674", "priceComponents": { "sellingPrice": 644.0, "totalPrice": 650.0, "shippingCharge": 0.0, "customerPrice": 644.0, "flipkartDiscount": 6.0 }, "packageIds": [ "PKGPTLDZ2MSVDDEAFPSSYPIDT" ], "paymentType": "PREPAID", "is_replacement": false, "serviceProfile": "Seller_Fulfilment", "cancellationGroupId": "grp331014107814131100", "sku": "8903017385684", "orderDate": "2024-04-16T22:12:43.141+05:30", "status": "APPROVED" } ], "dispatchAfterDate": "2024-04-16T22:18:08.000+05:30", "subShipments": [ { "subShipmentId": "SS-1", "packages": [ { "packageId": "PKGPTLDZ2MSVDDEAFPSSYPIDT", "packageSku": "8903017385684", "dimensions": { "breadth": 10.0, "length": 12.0, "weight": 0.5, "height": 2.5 } } ] } ], "forms": [], "updatedAt": "2024-04-16T22:13:29.000+05:30", "hold": false, "shipmentType": "NORMAL" }, "eachShipment": { "shipments": [ { "orderId": "OD331014107814131100", "deliveryAddress": { "firstName": "Richa", "lastName": "Chaturvedi", "city": "New Delhi", "pinCode": "110070", "addressLine1": "6/3, tarapore enclave, near vasant kunj.", "stateCode": "IN-DL", "addressLine2": "Nangal devat village", "state": "Delhi", "landmark": "" }, "shipmentId": "0c0e6700-e262-4334-ae5a-0d2ccfaf99ca", "locationId": "LOC01189f32db684bde949e36a36361d181", "sellerAddress": { "city": "BHIWANDI", "pinCode": "421305", "sellerName": "EshopboxPlus", "addressLine1": " Global Complex GODOWN No. A/6, Village Kukse Borivali, ", "addressLine2": "Near Shangrila Resort, Taluka Thane", "state": "MAHARASHTRA" }, "billingAddress": { "firstName": "Richa", "lastName": "Chaturvedi", "city": "New Delhi", "pinCode": "110070", "addressLine1": "6/3, tarapore enclave, near vasant kunj.", "stateCode": "IN-DL", "addressLine2": "Nangal devat village", "state": "Delhi", "landmark": "" }, "buyerDetails": { "firstName": "Richa", "lastName": "Chaturvedi" }, "orderItems": [ { "large": false, "dangerous": false, "id": "331014107814131100", "fragile": false } ], "subShipments": [ { "shipmentDimensions": {}, "courierDetails": { "pickupDetails": {}, "deliveryDetails": {} }, "subShipmentId": "SS-1" } ], "returnAddress": {} } ] } }
  1. Details we save in wms create order request Body

{ "externalChannelID": "CH1238", "customerOrderNumber": "0c0e6700-e262-4334-ae5a-0d2ccfaf99ca", "shipMethod": "STD", "orderDate": "2024-04-16 22:12:43", "expectedShipDate": "2024-04-18T16:00:00.000+05:30", "promiseDeliveryDate": "2024-04-18 22:12:43", "isCOD": "0", "paymentType": "PREPAID", "taxAmount": 0, "shipChargeAmount": 0, "subtotal": 644.0, "orderTotal": 644.0, "balanceDue": 0, "thirdPartyShipping": true, "onHold": "0", "vendorOrderNumber": "OD331014107814131100", "orderStatus": null, "dimension_length": null, "dimension_width": null, "dimension_height": null, "weight": null, "packageID": "SS-1", "externalWarehouseID": "Eshopbox_Mumbai", "dispatchAfterDate": "2024-04-16T22:18:08.000+05:30", "suggestedTrackingNumber": null, "suggestedCourierName": null, "shippingAddress": { "customerName": "Richa", "addressLine1": "6/3, tarapore enclave, near vasant kunj.", "addressLine2": "Nangal devat village", "city": "New Delhi", "postalCode": "110070", "countryCode": "IN", "countryName": "India", "contactPhone": "9999999999", "email": "xyz@gmail.com", "state": "Delhi" }, "billingAddress": { "customerName": "Richa", "addressLine1": "6/3, tarapore enclave, near vasant kunj.", "addressLine2": "Nangal devat village", "city": "New Delhi", "postalCode": "110070", "countryCode": "IN", "countryName": "India", "contactPhone": "9999999999", "email": "xyz@gmail.com", "state": "Delhi" }, "items": [ { "lineItemSequenceNumber": "331014107814131100", "status": "CREATED", "quantity": 1, "asin": null, "sku": null, "itemID": "PTLDZ2MSVDDEAFPS", "productName": "Aurelia Cotton Blend Solid Patiala Free CRK60011-25674", "dispatchAfterDate": "2024-04-16T22:18:08.000+05:30", "lineItemOrderStatus": "CREATED", "productAdditionalInfo": { "breadth": 10.0, "length": 12.0, "weight": 0.5, "height": 2.5 }, "mrp": 644.0, "lineItemTotal": 644.0, "shippingCharges": 0.0, "customerPrice": 644.0, "discount": 0.0, "externalWarehouseID": "Eshopbox_Mumbai" } ] }

As checked the code, we are not saving dimension details in order level:

image-20240423-082826.png

Note : While order creation, we are saving dimension on “productAdditionalInfo” keu

  1. We have recieved event from WMS

{ "resource": "shipment", "eventType": "PUT", "eventSubType": "picked", "accountSlug": "eshop", "actor": "SYSTEM", "version": "v1", "request_data": [], "response_data": { "customerOrderNumber": "0c0e6700-e262-4334-ae5a-0d2ccfaf99ca", "orderSiteID": "", "vendorOrderNumber": "OD331014107814131100", "externalShipmentID": "OD331014107814131100-1238-686", "externalWarehouseID": "MH_ESB_01", "externalChannelID": "CH1238", "externalWmsChannelName": "FLIPKART_TCNS_ESHOP_ZMUM_3395", "external_wms_channel_id": 3395.0, "channelLabel": "Flipkart", "integrationType": "6", "defaultWarehouseCode": "MH_ESB_01", "facilityLabel": "Mumbai (BMUM)", "flexStatus": "0", "facilityType": "unicommerce", "orderDate": "2024-04-16 22:12:43", "portal_id": 1.0, "paymentType": "PREPAID", "expectedShipDate": "2024-04-18 16:00:00", "dispatchAfterDate": "2024-04-16 22:18:08", "order_id": 5.3540992E7, "channel_id": 1238.0, "warehouse_id": 197.0, "channel_account_id": 0.0, "account_id": 5.0, "connectionId": 403.0, "locationId": "LOC01189f32db684bde949e36a36361d181", "region": "", "isMetro": "0", "isSpecialplace": "0", "invoiceNumber": "", "boxType": "UNKNOWN", "isPriorityShipment": "0", "isGift": "0", "invoice_url": "", "label_url": "", "labels": "", "shippingInfo": [], "boxAdditionalRecommendation": [], "dimension_length": 0.0, "dimension_width": 0.0, "dimension_height": 0.0, "weight": "0.5", "chargeableWeight": "0.5", "trackingID": "", "trackingDomain": "", "packageID": "", "barcode": "", "barcodeType": "item", "taxAmount": 0.0, "shipChargeAmount": 0.0, "courierName": "", "cp_id": 0.0, "created_at": "2024-04-16 22:25:29", "updated_at": "2024-04-16 22:25:29", "status": "created", "remarks": "", "warehousePincode": "421302", "thirdPartyShipping": true, "customerName": "Richa", "customerContactNumber": "9999999999", "email": "xyz@gmail.com", "status_updated_at": "2024-04-16 22:25:29", "status_log": { "created": "2024-04-16 22:25:29" }, "status_log_first_occurrence": { "created": "2024-04-16 22:25:29" }, "status_log_count": { "created": 1.0 }, "status_log_id": "154582976", "orderExternalCreatedAt": "2024-04-16 22:25:26", "riskScoreReasons": "", "orderAdditionalInfo": "", "shippingAddress": { "customerName": "Richa", "addressLine1": "6/3, tarapore enclave, near vasant kunj.", "addressLine2": "Nangal devat village", "city": "South West Delhi", "state": "Delhi", "postalCode": "110070", "countryCode": "IN", "countryName": "India", "contactPhone": "9999999999", "email": "xyz@gmail.com" }, "billingAddress": { "customerName": "Richa", "email": "xyz@gmail.com", "contactPhone": "9999999999" }, "warehouseAddress": { "addressLine1": "Survey no 20/1, Global complex, Godown no. A/6, Village-Kukse Borivali", "addressLine2": "Near Shangrila Resort, Taluka Bhiwandi, Dist Thane", "city": "Thane", "state": "Maharashtra", "postalCode": "421302", "gstin": "27AAFCB0498R1ZZ " }, "id": 2.1658554E7, "orderTotal": 644.0, "subTotal": 644.0, "isCOD": "0", "track_payload": [], "items": [ { "order_item_id": 3.6838975E7, "lineItemSequenceNumber": "331014107814131100", "orderItemID": "331014107814131100-36838975", "itemID": "PTLDZ2MSVDDEAFPS", "sku": "8903017385684", "asin": "", "productName": "Aurelia Cotton Blend Solid Patiala Free CRK60011-25674", "quantity": 1.0, "orderItemCreatedAt": "2024-04-16 22:25:25", "customerPrice": 644.0, "lineItemTotal": 644.0, "invoiceTotal": 644.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "CREATED", "orderItemIDs": [ "331014107814131100-36838975" ], "productImageUrl": "https://buywclothes.com/promotions/Old%20seasons/Low_Res_Grey/CRK60011-25674/CRK60011-25674_1.JPG", "productAdditionalInfo": { "breadth": 10.0, "length": 12.0, "weight": 0.5, "height": 2.5, "productDetails": { "unitPrice": 699.0, "hsnCode": "62041200", "dimensionHeight": 2.5, "dimensionLength": 12.0, "dimensionUnit": "cm", "description": "CRK60011-25674", "weight": 500.0, "mrp": 699.0, "dimensionWidth": 10.0, "type": "BASE", "verticalName": "Apparels", "imageUrl": "https://buywclothes.com/promotions/Old%20seasons/Low_Res_Grey/CRK60011-25674/CRK60011-25674_1.JPG", "accountSlug": "tcns", "sku": "8903017385684", "esin": "8903017385684", "brand": "A", "additionalNames": { "ean": "8903017385684", "others": [] }, "groupCode": "CRK60011-25674", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" } ], "balanceDue": 0.0, "calledFrom": "call_from_log_7" }, "previous_data": [], "resource_type": "shipment.update", "account_slug": "eshop", "custom": [] }


1st Request Body added:

{ "shipments": [ { "taxItems": [ { "taxRate": 18, "quantity": 1, "orderItemId": "431004335076796400" } ], "invoices": [ { "orderId": "OD431004335076796400", "invoiceDate": "2024-04-15" } ], "locationId": "LOC21b921dfd2ff42fb9267182724e37f1e", "shipmentId": "1d1fb280-a9ed-4053-8e66-25df8ff87c59", "subShipments": [ { "subShipmentId": "SS-1", "dimensions": { "breadth": 0.0, "length": 0.0, "weight": 0.001, "height": 0.0 } } ] } ] }

we got error from Flipkart

{"Response":{"errors":["shipments[0].subShipments[0].dimensions.breadth Package Breadth should be greater than 0","shipments[0].subShipments[0].dimensions.height Package Height should be greater than 0","shipments[0].subShipments[0].dimensions.length Package Length should be greater than 0"]}}

Note: I have Idenified the issue here on order level we are getting dimension as 0.0 but in the code we were expecting orderLevel Dimension as 0 not 0.0, Thats why error occurred.
Approach:
Adding the check for 0.0 also immediately, i.e if 0.0 details recieved as order Level dimension, we will fetch non zero dimension of items label.

Then we have retried with,

{ "shipments": [ { "taxItems": [ { "taxRate": 18, "quantity": 1, "orderItemId": "431004335076796400" } ], "invoices": [ { "orderId": "OD431004335076796400", "invoiceDate": "2024-04-15" } ], "locationId": "LOC21b921dfd2ff42fb9267182724e37f1e", "shipmentId": "1d1fb280-a9ed-4053-8e66-25df8ff87c59", "subShipments": [ { "subShipmentId": "SS-1", "dimensions": { "breadth": 10.0, "length": 12.0, "weight": 0.5, "height": 2.5 } } ] } ] }

Response :

{"shipments":[{"shipmentId":"1d1fb280-a9ed-4053-8e66-25df8ff87c59","status":"SUCCESS"}]}


For Comparison :
Checked an SuccessFull Order: 00208f59-5b4b-4bd1-a719-d70efacabf2b

1. Details received from Flipkart during order creation:

"dimensions": { "breadth": 29.2, "length": 38.4, "weight": 0.4, "height": 2.5 }
{ "shipmentDetail": { "mps": false, "shipmentId": "00208f59-5b4b-4bd1-a719-d70efacabf2b", "locationId": "LOC50dd02318df14e2ab34809de63c580a2", "dispatchByDate": "2024-04-19T16:00:00.000+05:30", "packagingPolicy": "DEFAULT", "orderItems": [ { "fsn": "SHTGMDEZKFXUSTFX", "hsn": "62052000", "quantity": 1.0, "orderId": "OD431029144972023100", "orderItemId": "431029144972023100", "listingId": "LSTSHTGMDEZKFXUSTFXH8E7VO", "title": "PARK AVENUE Men Checkered Formal Beige Shirt 40 PMSX16410-F3", "priceComponents": { "sellingPrice": 1349.0, "totalPrice": 1349.0, "shippingCharge": 0.0, "customerPrice": 1349.0, "flipkartDiscount": 0.0 }, "packageIds": [ "PKGSHTGMDEZKFXUSTFXH8E7VO" ], "paymentType": "COD", "is_replacement": false, "serviceProfile": "Seller_Fulfilment", "cancellationGroupId": "grp431029144972023100", "sku": "PMSX16410-F381F040", "orderDate": "2024-04-18T15:58:54.720+05:30", "status": "APPROVED" } ], "dispatchAfterDate": "2024-04-18T16:06:55.000+05:30", "subShipments": [ { "subShipmentId": "SS-1", "packages": [ { "packageId": "PKGSHTGMDEZKFXUSTFXH8E7VO", "packageSku": "PMSX16410-F381F040", "dimensions": { "breadth": 29.2, "length": 38.4, "weight": 0.4, "height": 2.5 } } ] } ], "forms": [], "updatedAt": "2024-04-18T16:22:49.000+05:30", "hold": false, "shipmentType": "NORMAL" }, "eachShipment": { "shipments": [ { "orderId": "OD431029144972023100", "deliveryAddress": { "firstName": "Roushan", "lastName": "Mallick", "city": "NAWADA", "pinCode": "805123", "addressLine1": "Sonsihari", "stateCode": "IN-BR", "addressLine2": "Library", "state": "Bihar", "landmark": "" }, "shipmentId": "00208f59-5b4b-4bd1-a719-d70efacabf2b", "locationId": "LOC50dd02318df14e2ab34809de63c580a2", "sellerAddress": { "city": "PATAUDI", "pinCode": "122503", "sellerName": "RaymondLimited", "addressLine1": "ESHOPBOX E-COMMERCE PRIVATE LIMITED, Pataudi Road", "addressLine2": "Near Adani Logistic Park, Village Babra Bakipur,ICD Patli", "state": "HARYANA" }, "billingAddress": { "firstName": "Roushan", "lastName": "Mallick", "city": "NAWADA", "pinCode": "805123", "addressLine1": "Sonsihari", "stateCode": "IN-BR", "addressLine2": "Library", "state": "Bihar", "landmark": "" }, "buyerDetails": { "firstName": "Roushan", "lastName": "Mallick" }, "orderItems": [ { "large": false, "dangerous": false, "id": "431029144972023100", "fragile": false } ], "subShipments": [ { "shipmentDimensions": {}, "courierDetails": { "pickupDetails": {}, "deliveryDetails": {} }, "subShipmentId": "SS-1" } ], "returnAddress": {} } ] } }
  1. Details we push in wms during order creation:

    "productAdditionalInfo": { "breadth": 29.2, "length": 38.4, "weight": 0.4, "height": 2.5 }
    { "externalChannelID": "CH1943", "customerOrderNumber": "00208f59-5b4b-4bd1-a719-d70efacabf2b", "shipMethod": "STD", "orderDate": "2024-04-18 15:58:54", "expectedShipDate": "2024-04-19T16:00:00.000+05:30", "promiseDeliveryDate": "2024-04-20 15:58:54", "isCOD": "1", "paymentType": "COD", "taxAmount": 0, "shipChargeAmount": 0, "subtotal": 1349.0, "orderTotal": 1349.0, "balanceDue": 1349.0, "thirdPartyShipping": true, "onHold": "0", "vendorOrderNumber": "OD431029144972023100", "orderStatus": null, "dimension_length": null, "dimension_width": null, "dimension_height": null, "weight": null, "packageID": "SS-1", "externalWarehouseID": "Gurgaon_FC", "dispatchAfterDate": "2024-04-18T16:06:55.000+05:30", "suggestedTrackingNumber": null, "suggestedCourierName": null, "shippingAddress": { "customerName": "Roushan", "addressLine1": "Sonsihari", "addressLine2": "Library", "city": "NAWADA", "postalCode": "805123", "countryCode": "IN", "countryName": "India", "contactPhone": "9999999999", "email": "xyz@gmail.com", "state": "Bihar" }, "billingAddress": { "customerName": "Roushan", "addressLine1": "Sonsihari", "addressLine2": "Library", "city": "NAWADA", "postalCode": "805123", "countryCode": "IN", "countryName": "India", "contactPhone": "9999999999", "email": "xyz@gmail.com", "state": "Bihar" }, "items": [ { "lineItemSequenceNumber": "431029144972023100", "status": "CREATED", "quantity": 1, "asin": null, "sku": null, "itemID": "SHTGMDEZKFXUSTFX", "productName": "PARK AVENUE Men Checkered Formal Beige Shirt 40 PMSX16410-F3", "dispatchAfterDate": "2024-04-18T16:06:55.000+05:30", "lineItemOrderStatus": "CREATED", "productAdditionalInfo": { "breadth": 29.2, "length": 38.4, "weight": 0.4, "height": 2.5 }, "mrp": 1349.0, "lineItemTotal": 1349.0, "shippingCharges": 0.0, "customerPrice": 1349.0, "discount": 0.0, "externalWarehouseID": "Gurgaon_FC" } ] }
  2. Product details saved in workspace:

    image-20240425-065508.png
  3. Details we recieved from picked Event :
    In item level:

    "productAdditionalInfo": { "breadth": 29.2, "length": 38.4, "weight": 0.4, "height": 2.5,


    In order level:

    "dimension_length": "38.354", "dimension_width": "29.21", "dimension_height": "2.54", "weight": "400",
    { "resource": "shipment", "eventType": "PUT", "eventSubType": "picked", "accountSlug": "raymond", "actor": "SYSTEM", "version": "v1", "request_data": [], "response_data": { "customerOrderNumber": "00208f59-5b4b-4bd1-a719-d70efacabf2b", "orderSiteID": "", "vendorOrderNumber": "OD431029144972023100", "externalShipmentID": "OD431029144972023100-1943-555", "externalWarehouseID": "Gurgaon_FC", "externalChannelID": "CH1943", "externalWmsChannelName": "RAYMOND_FLIPKART_NEW_RAYMOND_AGGN_2113", "external_wms_channel_id": 2113.0, "channelLabel": "Raymond Flipkart New", "integrationType": "6", "defaultWarehouseCode": "Gurgaon_FC", "facilityLabel": "Gurgaon (AGGN)", "flexStatus": "0", "facilityType": "auperator", "orderDate": "2024-04-18 15:58:54", "portal_id": 1.0, "paymentType": "COD", "expectedShipDate": "2024-04-19 16:00:00", "dispatchAfterDate": "2024-04-18 16:06:55", "order_id": 5.3561435E7, "channel_id": 1943.0, "warehouse_id": 650.0, "channel_account_id": 0.0, "account_id": 126.0, "connectionId": 948.0, "locationId": "LOC50dd02318df14e2ab34809de63c580a2", "region": "National", "isMetro": "0", "isSpecialplace": "0", "invoiceNumber": "", "boxType": "UNKNOWN", "isPriorityShipment": "0", "isGift": "0", "invoice_url": "", "label_url": "", "labels": "", "shippingInfo": [], "boxAdditionalRecommendation": [], "dimension_length": "38.354", "dimension_width": "29.21", "dimension_height": "2.54", "weight": "400", "chargeableWeight": "569.12273272", "trackingID": "", "trackingDomain": "", "packageID": "", "barcode": "", "barcodeType": "item", "taxAmount": 0.0, "shipChargeAmount": 0.0, "courierName": "", "cp_id": 0.0, "created_at": "2024-04-18 16:25:44", "updated_at": "2024-04-18 16:26:08", "status": "accepted", "remarks": "", "warehousePincode": "122503", "thirdPartyShipping": true, "customerName": "Roushan", "customerContactNumber": "9999999999", "email": "xyz@gmail.com", "status_updated_at": "2024-04-18 16:26:08", "status_log": { "created": "2024-04-18 16:25:44", "accepted": "2024-04-18 16:26:08" }, "status_log_first_occurrence": { "accepted": "2024-04-18 16:26:08", "created": "2024-04-18 16:25:44" }, "status_log_count": { "created": 1.0, "accepted": 1.0 }, "status_log_id": "154736117", "orderExternalCreatedAt": "2024-04-18 16:25:40", "riskScoreReasons": "", "orderAdditionalInfo": "", "shippingAddress": { "customerName": "Roushan", "addressLine1": "Sonsihari", "addressLine2": "Library", "city": "Nawada", "state": "Bihar", "postalCode": "805123", "countryCode": "IN", "countryName": "India", "contactPhone": "9999999999", "email": "xyz@gmail.com" }, "billingAddress": { "customerName": "Roushan", "email": "xyz@gmail.com", "contactPhone": "9999999999" }, "warehouseAddress": { "addressLine1": "MJ Logistics Private Limited, Seabird Marine Services Pvt Ltd", "addressLine2": "Village Babra Bakirpur, Pataudi Road Near Adani Logistic Park, ICD Patli, Gurgaon, Haryana(122503)", "city": "Gurgaon", "state": "Haryana", "postalCode": "122503", "gstin": "06AAFCB0498R2Z2" }, "id": 2.1679167E7, "orderTotal": 1349.0, "subTotal": 1349.0, "isCOD": "1", "track_payload": [], "items": [ { "order_item_id": 3.6862414E7, "lineItemSequenceNumber": "431029144972023100", "orderItemID": "431029144972023100-36862414", "itemID": "SHTGMDEZKFXUSTFX", "sku": "40T5M3H5VXJ", "asin": "", "productName": "PARK AVENUE Men Checkered Formal Beige Shirt 40 PMSX16410-F3", "quantity": 1.0, "orderItemCreatedAt": "2024-04-18 16:25:40", "customerPrice": 1349.0, "lineItemTotal": 1349.0, "invoiceTotal": 1349.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "CREATED", "orderItemIDs": [ "431029144972023100-36862414" ], "productImageUrl": "https://i.ibb.co/K2y2xZ9/PMSX16410-F3-1.jpg", "productAdditionalInfo": { "breadth": 29.2, "length": 38.4, "weight": 0.4, "height": 2.5, "productDetails": { "unitPrice": 1199.6, "hsnCode": "62052000", "dimensionHeight": 2.54, "dimensionLength": 38.354, "dimensionUnit": "cm", "description": "Park Avenue Medium Fawn Shirt", "weight": 400.0, "mrp": 2999.0, "dimensionWidth": 29.21, "type": "BASE", "verticalName": "Apparels", "imageUrl": "https://i.ibb.co/K2y2xZ9/PMSX16410-F3-1.jpg", "accountSlug": "raymond", "sku": "PMSX16410-F381F040", "esin": "40T5M3H5VXJ", "brand": "Park Avenue", "additionalNames": { "ean": "8905572325938", "upc": "PMSX16410-F381F040", "others": [ "8905572325938", "PARKA00028901" ] }, "groupCode": "PMSX16410-F3", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" } ], "balanceDue": 1349.0 }, "previous_data": [], "resource_type": "shipment.update", "account_slug": "raymond", "custom": [] }
  4. we sent Packaging in progress request to Flipkart

    { "shipments": [ { "taxItems": [ { "taxRate": 5, "quantity": 1, "orderItemId": "431029144972023100" } ], "invoices": [ { "orderId": "OD431029144972023100", "invoiceDate": "2024-04-18" } ], "locationId": "LOC50dd02318df14e2ab34809de63c580a2", "shipmentId": "00208f59-5b4b-4bd1-a719-d70efacabf2b", "subShipments": [ { "subShipmentId": "SS-1", "dimensions": { "breadth": 29.21, "length": 38.354, "weight": 0.4, "height": 2.54 } } ] } ] }
  5. Response:

    {"shipments":[{"shipmentId":"1d1fb280-a9ed-4053-8e66-25df8ff87c59","status":"SUCCESS"}]}


Case 2: Error Type: INVALID_PACK_REQUEST
meaning as per Flipkart

INVALID_PACK_REQUEST

If all the order items inside shipment are not in approved state


weekly count : 200
Request Body:

{"shipments":[{"taxItems":[{"taxRate":18,"quantity":2,"orderItemId":"331195252468719100"}],"invoices":[{"orderId":"OD331195252468719100","invoiceDate":"2024-05-08"}], "locationId":"LOC21b921dfd2ff42fb9267182724e37f1e","shipmentId":"4b85ad1b-4344-497c-84a8-19bac65cdaba","subShipments":[{"subShipmentId":"SS-1","dimensions":{"breadth":30.8,"length":39.0,"weight":10.0,"height":61.6}}]}]}

Response:

{"Response":{"shipments":[{"shipmentId":"001d7512-b74c-4470-b41f-3260995eba55", "errorMessage":"Shipment id 001d7512-b74c-4470-b41f-3260995eba55 has incorrect quantity. This can happen due to cancellations. Please try again.","errorCode":"INVALID_PACK_REQUEST","status":"failure"}]}}

Note: This happens if some quantity is cancelled from an order and still we received the events for cancelled quantity


Case 3: Error Type: DUPLICATE_PACK_REQUEST
meaning as per Flipkart:

DUPLICATE_PACK_REQUEST

When Earlier Pack Request Still in Processing


weekly count: 4
Request:

{"shipments":[{"taxItems":[{"taxRate":5,"quantity":1,"orderItemId":"431183558604659100"}],"invoices":[{"orderId":"OD431183558604659100","invoiceDate":"2024-05-07"}],"locationId":"LOCa78b05e0018849c3a7b0c440f811514c","shipmentId":"39a84331-c13c-4548-a9a2-7b6ecc1f8e3d","subShipments":[{"subShipmentId":"SS-1","dimensions":{"breadth":30.0,"length":36.0,"weight":0.5,"height":10.0}}]}]}

Response:

{"Response":{"shipments":[{"shipmentId":"39a84331-c13c-4548-a9a2-7b6ecc1f8e3d","errorMessage": "Earlier pack request in processing.","errorCode":"DUPLICATE_PACK_REQUEST","status":"failure"}]}}

Note: This happens if already order is marked packed and in processing the pack request in Flipkart and again we try to hit the pack API.


Case 4: Error Type: DEPENDENT_SYSTEM_CALL_FAILED
weekly count: 200
Request:

{"shipments":[{"taxItems":[{"taxRate":5,"quantity":1,"orderItemId":"331205040459274100"}],"invoices":[{"orderId":"OD331205040459274100","invoiceDate":"2024-05-09"}],"locationId":"LOC53460292dde64867835b03680f2c5f8c","shipmentId":"c9d1f4f5-5455-498c-9b20-f9a2862e959f","subShipments":[{"subShipmentId":"SS-1","dimensions":{"breadth":27.0,"length":34.0,"weight":0.5,"height":2.5}}]}]}

Response :

{"Response":{"shipments":[{"shipmentId":"c9d1f4f5-5455-498c-9b20-f9a2862e959f","errorMessage":"A call to dependent system failed. Please retry after some time","errorCode":"DEPENDENT_SYSTEM_CALL_FAILED","status":"FAILURE"}]}}

This happens due to Flipkart internal server error Error, can’t handle properly


Case 5: Error Type: SERVICEABILITY_NOT_ALLOWED
weekly count: 50:
event Received :

{ "resource": "shipment", "eventType": "PUT", "eventSubType": "picked", "accountSlug": "pidilite", "actor": "SYSTEM", "version": "v1", "request_data": [], "response_data": { "customerOrderNumber": "6a016914-65e0-4465-9c38-909e5b9f1b02", "orderSiteID": "", "vendorOrderNumber": "OD331201202496870100", "externalShipmentID": "OD331201202496870100-1055-746", "externalWarehouseID": "Gurgaon_FC", "externalChannelID": "CH1055", "externalWmsChannelName": "FLIPKART_PIDILITE_AGGN_2235", "external_wms_channel_id": 2235.0, "channelLabel": "Flipkart", "integrationType": "6", "defaultWarehouseCode": "Gurgaon_FC", "facilityLabel": "Gurgaon (AGGN)", "flexStatus": "0", "facilityType": "auperator", "orderDate": "2024-05-08 13:55:09", "portal_id": 1.0, "paymentType": "PREPAID", "expectedShipDate": "2024-05-09 16:00:00", "dispatchAfterDate": "2024-05-08 16:01:00", "order_id": 5.3832615E7, "channel_id": 1055.0, "warehouse_id": 650.0, "channel_account_id": 0.0, "account_id": 439.0, "connectionId": 144.0, "locationId": "LOC21b921dfd2ff42fb9267182724e37f1e", "region": "Zonal", "isMetro": "0", "isSpecialplace": "0", "invoiceNumber": "", "boxType": "UNKNOWN", "isPriorityShipment": "0", "isGift": "0", "invoice_url": "", "label_url": "", "labels": "", "shippingInfo": [], "boxAdditionalRecommendation": [], "dimension_length": "40.3", "dimension_width": "30.3", "dimension_height": "205", "weight": "20000", "chargeableWeight": "50064.69", "trackingID": "", "trackingDomain": "", "packageID": "", "barcode": "", "barcodeType": "item", "taxAmount": 0.0, "shipChargeAmount": 0.0, "courierName": "", "cp_id": 0.0, "created_at": "2024-05-08 14:05:27", "updated_at": "2024-05-08 19:04:11", "status": "picked", "remarks": "", "warehousePincode": "122503", "thirdPartyShipping": true, "customerName": "Priyanshu", "customerContactNumber": "9999999999", "email": "xyz@gmail.com", "status_updated_at": "2024-05-08 19:04:11", "status_log": { "created": "2024-05-08 14:05:27", "accepted": "2024-05-08 14:06:17", "picked": "2024-05-08 19:04:11" }, "status_log_first_occurrence": { "picked": "2024-05-08 19:04:11", "accepted": "2024-05-08 14:06:17", "created": "2024-05-08 14:05:27" }, "status_log_count": { "created": 1.0, "accepted": 1.0, "picked": 1.0 }, "status_log_id": "156663231", "orderExternalCreatedAt": "2024-05-08 14:05:20", "riskScoreReasons": "", "orderAdditionalInfo": "", "shippingAddress": { "customerName": "Priyanshu", "addressLine1": "Sunil hardware and plywood", "addressLine2": "Subhash chowk bayana", "city": "Bharatpur", "state": "Rajasthan", "postalCode": "321401", "countryCode": "IN", "countryName": "India", "contactPhone": "9999999999", "email": "xyz@gmail.com" }, "billingAddress": { "customerName": "Priyanshu", "email": "xyz@gmail.com", "contactPhone": "9999999999" }, "warehouseAddress": { "addressLine1": "MJ Logistics Private Limited, Seabird Marine Services Pvt Ltd", "addressLine2": "Village Babra Bakirpur, Pataudi Road Near Adani Logistic Park, ICD Patli, Gurgaon, Haryana(122503)", "city": "Gurgaon", "state": "Haryana", "postalCode": "122503", "gstin": "06AAFCB0498R2Z2" }, "id": 2.1950435E7, "orderTotal": 4610.0, "subTotal": 4610.0, "isCOD": "0", "track_payload": [], "items": [ { "order_item_id": 3.7176388E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176388", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176388" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.7176389E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176389", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176389" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.717639E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176390", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176390" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.7176391E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176391", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176391" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.7176392E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176392", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176392" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.7176393E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176393", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176393" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.7176394E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176394", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176394" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.7176395E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176395", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176395" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.7176396E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176396", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176396" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" }, { "order_item_id": 3.7176397E7, "lineItemSequenceNumber": "331201202496870100", "orderItemID": "331201202496870100-37176397", "itemID": "ADHG4BGVQ7HHCM8E", "sku": "00LRQ3GXEKU", "asin": "", "productName": "fevicol Marine - Waterproof Best in Class, Plywood, Laminates Adhesive 2 kg", "quantity": 1.0, "orderItemCreatedAt": "2024-05-08 14:05:20", "customerPrice": 461.0, "lineItemTotal": 461.0, "invoiceTotal": 461.0, "cashOnDeliveryCharges": 0.0, "discount": 0.0, "taxRate": 0.0, "taxAmount": 0.0, "inventoryItemCode": "", "giftMessage": "", "isGift": "0", "giftLabelContent": "", "lineItemOrderStatus": "created", "orderItemIDs": [ "331201202496870100-37176397" ], "productImageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "productAdditionalInfo": { "breadth": 30.3, "length": 40.3, "weight": 2.0, "height": 20.5, "productDetails": { "unitPrice": 600.0, "hsnCode": "32091010", "dimensionHeight": 20.5, "dimensionLength": 40.3, "dimensionUnit": "cm", "description": "Pidilite Fevicol Marine - Best in class waterproof adhesive 2Kg", "weight": 2000.0, "mrp": 740.0, "dimensionWidth": 30.3, "type": "BASE", "verticalName": "Home Improvement", "imageUrl": "https://m.media-amazon.com/images/I/51q1tiPlb3L._SL1000_.jpg", "accountSlug": "pidilite", "sku": "FPA847700200000", "esin": "00LRQ3GXEKU", "brand": "Pidilite", "additionalNames": { "ean": "8901860110538", "others": [] }, "groupCode": "FPA847700200000", "status": "ACTIVE", "weightUnit": "g" } }, "shippingCharges": 0.0, "isVirtualKit": "0", "component": [], "onhold": "0", "cancellationAdditionalReason": "", "cancellationReason": "", "customerOrderItemID": "", "recallBlockedInventoryUsed": "" } ], "balanceDue": 0.0 }, "previous_data": [], "resource_type": "shipment.update", "account_slug": "pidilite", "custom": [] }


Request:

{"shipments":[{"taxItems":[{"taxRate":18,"quantity":10,"orderItemId":"331201202496870100"}],"invoices":[{"orderId":"OD331201202496870100","invoiceDate":"2024-05-08"}],"locationId":"LOC21b921dfd2ff42fb9267182724e37f1e","shipmentId":"6a016914-65e0-4465-9c38-909e5b9f1b02","subShipments":[{"subShipmentId":"SS-1","dimensions":{"breadth":30.3,"length":40.3,"weight":20.0,"height":205.0}}]}]}

Response :

{"Response":{"shipments":[{"shipmentId":"6a016914-65e0-4465-9c38-909e5b9f1b02","errorMessage":"Package dimensions too big to be serviceable. Please re-check your packaging","errorCode":"SERVICEABILITY_NOT_ALLOWED","status":"failure"}]}}

 

SERVICEABILITY_NOT_ALLOWED

Serviceability not allowed from seller location to buyer location

When retried with Flipkart Dimension:
Request:

{"shipments":[{"taxItems":[{"taxRate":18,"quantity":10,"orderItemId":"331201202496870100"}],"invoices":[{"orderId":"OD331201202496870100","invoiceDate":"2024-05-08"}],"locationId":"LOC21b921dfd2ff42fb9267182724e37f1e","shipmentId":"6a016914-65e0-4465-9c38-909e5b9f1b02","subShipments":[{"subShipmentId":"SS-1","dimensions":{"breadth":30.3,"length":40.3,"weight":2.0,"height":20.5}}]}]}

Response:

{"Response":{"shipments":[{"shipmentId":"6a016914-65e0-4465-9c38-909e5b9f1b02","status":"SUCCESS"}]}}

 

Related content