GET /product/productData
GET/product/productData
This endpoint can be used to retrieve attributes for several products.
Request
Query Parameters
Id of the Kameleoon project
List of product Ids / EANs, encoded as JSON array, e.g. ["ean1","ean2"]
Set to true if you would like to get all fields for the given product
false
Set to true if you would like to get the "name" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "categories" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "url" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "imageURL" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "available" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "availableQuantity" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "brand" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "isChild" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "isFashion" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "fashion" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "sku" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "merchantID" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "oldPrice" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "tags" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "rating" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "description" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "params" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "groupId" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "accessories" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "seasonality" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "priceMargin" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "isNew" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "auto" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "model" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "leftovers" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "typePrefix" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "price" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "timesAndPricesSortedAscTime" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "timeLastView" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "timeLastAddToCart" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like to get the "timeLastBuy" field for the given product. Note: it is ignored if the parameter "all" is provided with value true
false
Set to true if you would like a "pretty" printed response
false
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Successful operation, products are rendered = JSON object {"<product Id / EAN>": <product = JSON object>}
Malformed request syntax
Failed authentication (missing token when required, bad token - malformed, expired, invalid signature)
Forbidden user-agent or access denied to restricted resource
Rate limited
Unexpected internal error