curl --request GET \
--url https://eu-data.kameleoon.io/product/productDataRetrieves attributes for multiple products.
curl --request GET \
--url https://eu-data.kameleoon.io/product/productDataDocumentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
The Kameleoon project ID.
A JSON array of product IDs or EANs. For example, ["ean1","ean2"]. Limit the array to 100 products.
JSON array of <product Id / EAN: string>.
Set to true to get all fields for the given product.
Set to true to get the name field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the categories field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the url field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the imageURL field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the available field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the availableQuantity field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the brand field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the isChild field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the isFashion field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the fashion field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the sku field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the merchantID field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the oldPrice field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the tags field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the rating field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the description field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the params field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the groupId field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the accessories field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the seasonality field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the priceMargin field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the isNew field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the auto field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the model field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the leftovers field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the typePrefix field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the price field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the timesAndPricesSortedAscTime field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the timeLastView field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the timeLastAddToCart field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the timeLastBuy field for the given product. Note: Kameleoon ignores this if the all parameter is true.
Set to true for a "pretty" printed response.
Successful operation, products are rendered, of type JSON object {"<product Id / EAN>": <product>}, with <product> of type JSON object
Was this page helpful?