Get product data
Retrieves attributes for multiple products.
Headers
Not always required. Kameleoon rejects an incoming request if the source is a bot or spider, based on IAB/ABC user-agent filtering rules.
Kameleoon uses a single-pass method. You don't need to take specific action when sending requests from a web browser using a standard library (XHR). However, in other cases, set a custom value for the User-Agent request header to overwrite the default value the library sets.
Query Parameters
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.
Response
Successful operation, products are rendered, of type JSON object {"<product Id / EAN>": <product>}, with <product> of type JSON object