GET /v1/external/errors/{import_id}/check

Check the import response of various file imports for any error, including bulk order imports, products and product listings.

You will have to pass the file import id as a path parameter in the endpoint URL. This id is provided at the time of importing the file. No other body parameters are required.

Path:

EXAMPLE
https://apiv2.shiprocket.in/v1/external/errors/20212061/check

Servers

Path parameters

Name Type Required Description
import_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.