GET /v1/external/products/show/{product_id}
Use this API to get the details of a specific product. The product details will be displayed in JSON format.
You need to pass the product id in the endpoint URL for the successful call of the API. No other body parameters are required.
Path:
EXAMPLE |
---|
https://apiv2.shiprocket.in/v1/external/products/show/17484610 |
Servers
- https://apiv2.shiprocket.in
Path parameters
Name | Type | Required | Description |
---|---|---|---|
product_id |
String | Yes |
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.