get
https://{domain}/marketplace/product/
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
| Header | Value |
|---|---|
| Authorization | Generated Client Token |
| Content-Type | application/json |
| x-api-key | Your API Key |
3. Prepare the Request Body
| Request Parameters | Description | Required |
|---|---|---|
productCode | The product code to fetch | Yes |
lang | The two-letter ISO-639-1 language code - defaults to client's default language | No |
4. Make the Request
Once you’ve set the URL, headers, and body, send the request.
