POST /v3/shipments/selfShip/delivery
Description - Self Ship API to mark items as delivered to the buyer. Note: For shipments with automated status updates, delivery status will be updated based on logistics vendor updates, eliminating the need for seller input.
Request and Response Parameters
URL: https://api.flipkart.net/sellers/v3/shipments/selfShip/delivery
Request Body Parameters: shipments
Parameter |
Type |
Requirement |
Description |
deliveryDate |
Date |
Mandatory |
The deliveryDate for the item
that has been ordered. Date should be
yyyy-MM-dd format. |
locationId |
String |
Mandatory |
location ID for the order |
shipmentId |
String |
Mandatory |
Shipment ID corresponding to the
order |
Response Body Parameters
Parameter/Attribute |
Type |
Description |
shipmentId |
String |
Primary identifier for a specific shipment. |
processingStatus |
String |
SUCCESS or FAILURE |
errorCode |
String |
Error code for any error |
errorMessage |
String |
Error message |
Validations
shipmentIds: should be valid shipments id for this seller
Maximum 100 shipments per request.
Possible Error Response Codes
Error Codes |
Reason for Error |
DEPENDENT_SYSTEM_CALL_FAILED |
Error in marking the item as delivered for the shipment |
UNPROCESSABLE_ENTITY |
When invalid request is received i.e, when some mandatory requirement validations are failed. |