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
- https://apiv2.shiprocket.in
Path parameters
Name | Type | Required | Description |
---|---|---|---|
import_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.