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:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
product_idYESintegerThe id of item in the master catalog.17908342
listing_idYESintegerThe id of the product in the channel catalog.15897064
IDNOintegerThe id placed in the respective 'GET' codes.15897064

Servers

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

  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.