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

Path parameters

Name Type Required Description
product_id String Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.