API Reference

Get product by product code

Using a product code, you can retrieve data on a specific product with the following steps:


1. Set the Request Details

  • URL: /marketplace/product/{productCode}

2. Add the Required Headers

HeaderValue
AuthorizationYour User Id
Content-Typeapplication/json
x-api-keyYour API Key

3. Prepare the Request Body

Request ParametersDescriptionRequired
productCodeThe product code to fetchYes
langThe two-letter ISO-639-1 language code - defaults to client's default languageNo

4. Make the Request

Once you’ve set the URL, headers, and body, send the request.



Language
URL
Click Try It! to start a request and see the response here!