POST /v1/external/manifests/generate
Using this API, you can generate the manifest for your order. This API generates the manifest and displays the download URL of the same.
Note:
- Multiple ids can also be passed as an array for bulk generation of manifests.
- AWB must be assigned and pickup requested on the shipment id to generate manifest.
Parameters:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
shipment_id | YES | integer | The shipment id of the order. Multiple ids can be passed as an array, separated by commas. | [16090109] |
Servers
- https://apiv2.shiprocket.in
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
shipment_id |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.