POST /v3/shipments/manifest¶
Description - This API gives manifest PDF with shipments which belong to specified vendor.
Request and Response Parameters¶
☰ SHOW | HIDE
URL: https://api.flipkart.net/sellers/v3/shipments/manifest
Request Body Parameters
| Parameter/Attribute | Type | Requirement | Description |
|---|---|---|---|
params |
List of params | Mandatory | List of params with vendor details |
vendorGroupCode |
String | Mandatory | Vendor code to which dispatchable shipments belong |
locationId |
String | Optional | Id which refers to seller’s dispatch location |
isMps |
Boolean | Mandatory | Do shipments belong to Multi pack shipment |
pickUpDate. after |
DateTime | Mandatory if mps is true. | DateTime after when the vendor can pick up the Shipment. |
pickUpDate. before |
DateTime | Mandatory if mps is true. | DateTime before when the vendor can pick up the Shipment. |
Validations
The ``vendorGroupCode`` is a mandatory field.
If ``mps`` is true, then pick up dates are also mandatory
Possible Error Response Codes
| Error Codes | Reason for Error |
|---|---|
DEPENDENT_SYSTEM_CALL_FAILED |
Error in getting manifest details for the vendor |