Shipments
Last updated
Last updated
A shipment represents the one or more items in an order. When an order has been completely fulfilled, it means that all the items that are included in the order have been sent to the customer. There can be more than one shipments for an order.
{
"id": 1576963,
"customerOrderNumber": "OD119208447831346000",
"vendorOrderNumber": "11920832654052201",
"externalShipmentID": "300884672-5-87",
"externalWarehouseID": "W4585",
"externalChannelID": "TATA CLIQ VELOCY KAPAS KRAFT",
"defaultWarehouseCode": "2022",
"orderDate": "2020-03-16 18:24:35",
"portal_id": 16,
"paymentType": "CashOnDelivery",
"expectedShipDate": null,
"externalManifestNumber": null,
"channelManifestNumber": null,
"order_id": 1569986,
"channel_id": 5,
"warehouse_id": 3,
"channel_account_id": null,
"account_id": 3,
"region": "National",
"picklistCode": null,
"invoiceNumber": "CL/19-20/83882",
"boxType": "UNKNOWN",
"isPriorityShipment": "0",
"isGift": "0",
"invoice_url": "",
"invoiceDate": "2020-03-17 00:00:00",
"label_url": "https://pyck-res-bucket.s3.amazonaws.com:443/DELHIVERY/2020-03-17/2098310484853.pdf",
"labels": "",
"shippingInfo": [],
"boxAdditionalRecommendation": [],
"dimension_length": "279",
"dimension_width": "200",
"dimension_height": "110",
"weight": "672",
"trackingID": "2098310484853",
"packageID": "",
"barcode": "",
"courierName": "Delhivery",
"created_at": "2020-03-16 18:30:38",
"updated_at": "2020-03-17 14:15:45",
"status": "intransit",
"remarks": "bagged at pc",
"customerName": "abc",
"customerContactNumber": "9999999999",
"email": "abc@gmail.com",
"channelSlug": "Kapas Kraft",
"status_updated_at": "2020-03-17 20:54:24",
"status_log": {
"intransit": "2020-03-17 20:54:24",
"dispatched": "2020-03-17 14:30:20",
"packed": "2020-03-17 14:15:48",
"created": "2020-03-16 18:30:38"
},
"orderExternalCreatedAt": "2020-03-16 18:30:34",
"shippingAddress": {
"customerName": "ABC",
"addressLine1": "Test,santram dery road ,Na",
"addressLine2": "",
"city": "Kheda",
"state": "Gujarat",
"postalCode": "387002",
"countryCode": "IN",
"countryName": "India",
"contactPhone": "9999999999",
"email": "abc@gmail.com"
},
"isCOD": "1",
"track_payload": {
"clickPostTrackData": {
"timestamp": "2020-03-19T11:16:00Z",
"account_code": "Delhivery Surface",
"status": "In Transit",
"waybill": "2098310484853",
"cp_id": 4,
"clickpost_status_description": "InTransit",
"remark": "Bagged at PC",
"clickpost_status_code": 5,
"location": "Vadodara_Dasranth_I (Gujarat)",
"additional": {
"is_rvp": false,
"destination_hub_inscan_ts": null,
"courier_partner_edd": null,
"latest_status": {
"timestamp": "2020-03-19T11:16:00Z",
"status": "In Transit",
"remark": "Bagged at PC",
"clickpost_status_bucket": 3,
"reference_number": "300884672-5-87",
"clickpost_status_description": "InTransit",
"clickpost_status_bucket_description": "In transit",
"clickpost_status_code": 5,
"location": "Vadodara_Dasranth_I (Gujarat)"
}
}
}
},
"packed_date": "2020-03-17 14:15:48",
"items": [
{
"lineItemSequenceNumber": 117102,
"orderItemID": "300884672-3752974",
"itemID": "5050407362787",
"sku": "1234_S",
"asin": "91261231487090",
"productName": "Becken Plain",
"quantity": 1,
"customerPrice": 2999,
"lineItemTotal": 2999,
"invoiceTotal": 2999,
"discount": 0,
"taxRate": 0,
"taxAmount": 0,
"giftMessage": "",
"giftLabelContent": "",
"lineItemOrderStatus": "",
"orderItemIDs": [
"300884672-3752974"
],
"productImageUrl": null,
"productAdditionalInfo": null,
"expectedDeliveryDate": "2020-03-18",
"shippingCharges": 0,
"productUrl": null,
"originalOrderItemId": null
}
]
}
The Items
Object
The productAdditionInfo
Object