GET /v1/external/courier/track
Get the tracking details of your shipment by entering the Order ID of the same in the endpoint URL itself.
If you have the same order ID in more than one channel, then use the param channel_id.
The response is displayed in JSON format.
Parameters:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|
order_id | YES | string | The order ID/number of your store. | NO-123 |
channel_id | NO | integer | Channel ID corresponding to the store | 12345 |
Path:
EXAMPLE |
---|
https://apiv2.shiprocket.in/v1/external/courier/track?order_id=123&channel_id=12345 |
Servers
- https://apiv2.shiprocket.in
Query parameters
Name |
Type |
Required |
Description |
order_id |
String |
No |
|
channel_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.