Skip to main content

Shipment Created

Description - Notification sent when an shipment is created in seller system.

EventStructure

{
"shipmentId": "",
"eventType": "shipment_created",
"locationId": "",
"source": "flipkart",
"timestamp": "",//ISO String
"attributes": {
"dispatchByDate": "DateTime",
"dispatchAfterDate": "DateTime",
"hold": false,
"mps": false,
"packagingPolicy": "GREEN_PACKAGE",
"orderItems": [{
"fsn": "",
"quantity": 0,
"orderId": "",
"orderItemId": "",
"listingId": "",
"hsn": "String",
"sku": "",
"title": "String",
"paymentType": "",
"cancellationGroupId": "",
"isReplacement": false,
"priceComponents": {
"sellingPrice": 0,
"totalPrice": 0,
"shippingCharge": 0,
"customerPrice": 0,
"flipkartDiscount": 0
},
"orderDate": "DateTime",
"status": "OrderItemState",
"packageIds": []
}],
"forms": [{
"name": "",
"link": "",
"automated": false
}],
"dispatchLocation": "String",
"subShipments": [{
"subShipmentId": "",
"packages": [{
"packageId": "",
"packageTitle": "",
"packageSku": "",
"dimensions": {
"length": 0,
"breadth": 0,
"height": 0,
"weight": 0
}

}]
}]

}
}
Parameter NameDescription
statusPossible value - APPROVED
packagingPolicyPossible value - GREEN_PACKAGE, DEFAULT, NA

Example

{
"eventType": "shipment_created",
"source": "flipkart",
"version": "v3",
"locationId" : "LOC1234",
"timestamp": "2017-03-28T18:03:01+05:30",
"attributes": {
"dispatchByDate": "2017-04-10T10:00:00.000+05:30",
"dispatchAfterDate": "2017-04-06T18:21:25.000+05:30",
"updatedAt": "2017-04-06T18:17:01.000+05:30",
"hold": false,
"mps": false,
"subShipments": [{
"subShipmentId": "SS-1",
"packages": []
}],
"packagingPolicy": "GREEN_PACKAGE",
"orderItems": [{
"orderItemId": "1883380307363600",
"orderId": "OD108833803073636000",
"cancellationGroupId": "grp1883380307363600",
"orderDate": "2017-04-06T18:15:57.000+05:30",
"paymentType": "COD",
"status": "APPROVED",
"quantity": 1,
"fsn": "DIAE777EDCWNZSPZ",
"sku": "LKA041150",
"listingId": "LSTDIAE777EDCWNZSPZQMLAT0",
"hsn": null,
"title": "Lokalart Pocket-size Journal Yellow LKA041150",
"packageIds": [],
"priceComponents": {
"sellingPrice": 295.0,
"totalPrice": 295.0,
"shippingCharge": 0.0,
"customerPrice": 295.0,
"flipkartDiscount": 0.0
},
"is_replacement": false
}],
"forms": [{
"name": "GJ_403",
"link": "http://www.commercialtax.gujarat.gov.in/",
"automated": true
}],
"dispatchLocation": null
},
"shipmentId": "d133588f-b0ac-443b-99b4-7ac8648a0f89"
}