POST /v1/external/listings/link
Use this API to map a product present in the channel catalogue to a product present in the master catalogue.
Pass the product and listing id for the successful call of the API
Parameters:
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
product_id | YES | integer | The id of item in the master catalog. | 17908342 |
listing_id | YES | integer | The id of the product in the channel catalog. | 15897064 |
ID | NO | integer | The id placed in the respective 'GET' codes. | 15897064 |
Servers
- https://apiv2.shiprocket.in
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
listing_id |
Number | No | |
product_id |
Number | 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.