Skip to main content

GET /product/productData

GET 

/product/productData

This endpoint can be used to retrieve attributes for several products.

Request

Query Parameters

    siteCode stringrequired

    Id of the Kameleoon project

    eans stringrequired

    List of product Ids / EANs, encoded as JSON array, e.g. ["ean1","ean2"]

    all boolean

    Set to true if you would like to get all fields for the given product

    Default value: false
    name boolean

    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

    Default value: false
    categories boolean

    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

    Default value: false
    url boolean

    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

    Default value: false
    imageURL boolean

    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

    Default value: false
    available boolean

    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

    Default value: false
    availableQuantity boolean

    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

    Default value: false
    brand boolean

    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

    Default value: false
    isChild boolean

    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

    Default value: false
    isFashion boolean

    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

    Default value: false
    fashion boolean

    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

    Default value: false
    sku boolean

    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

    Default value: false
    merchantID boolean

    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

    Default value: false
    oldPrice boolean

    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

    Default value: false
    tags boolean

    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

    Default value: false
    rating boolean

    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

    Default value: false
    description boolean

    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

    Default value: false
    params boolean

    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

    Default value: false
    groupId boolean

    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

    Default value: false
    accessories boolean

    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

    Default value: false
    seasonality boolean

    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

    Default value: false
    priceMargin boolean

    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

    Default value: false
    isNew boolean

    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

    Default value: false
    auto boolean

    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

    Default value: false
    model boolean

    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

    Default value: false
    leftovers boolean

    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

    Default value: false
    typePrefix boolean

    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

    Default value: false
    price boolean

    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

    Default value: false
    priceHistory boolean

    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

    Default value: false
    timeLastView boolean

    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

    Default value: false
    timeLastAddToCart boolean

    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

    Default value: false
    timeLastBuy boolean

    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

    Default value: false
    prettyPrint boolean

    Set to true if you would like a "pretty" printed response

    Default value: false

Responses

Successful operation, products are rendered = JSON object {"<product Id / EAN>": <product = JSON object>}

Loading...