---
title: "Get product data"
method: GET
path: "/product/productData"
tags: ["Product"]
---

# Get product data

`GET /product/productData`

Retrieves attributes for multiple products.

## Query parameters

- `siteCode` string, required
- `eans` string, required — JSON array of `<product Id / EAN: string>`.
- `all` boolean
- `name` boolean
- `categories` boolean
- `url` boolean
- `imageURL` boolean
- `available` boolean
- `availableQuantity` boolean
- `brand` boolean
- `isChild` boolean
- `isFashion` boolean
- `fashion` boolean
- `sku` boolean
- `merchantID` boolean
- `oldPrice` boolean
- `tags` boolean
- `rating` boolean
- `description` boolean
- `params` boolean
- `groupId` boolean
- `accessories` boolean
- `seasonality` boolean
- `priceMargin` boolean
- `isNew` boolean
- `auto` boolean
- `model` boolean
- `leftovers` boolean
- `typePrefix` boolean
- `price` boolean
- `priceHistory` boolean
- `timeLastView` boolean
- `timeLastAddToCart` boolean
- `timeLastBuy` boolean
- `prettyPrint` boolean

## Headers

- `user-agent` string, required

## Response `200`

Successful operation, products are rendered, of type JSON object {&quot;&lt;product Id / EAN&gt;&quot;: &lt;product&gt;}, with &lt;product&gt; of type JSON object

## Other responses

- `400` — Malformed URL query syntax.
- `401` — Authentication failed. Either the HTTP header value is malformed, or the token is missing or invalid (malformed, expired, or invalid signature).
- `403` — Access denied. Forbidden user-agent or restricted resource.
- `429` — Kameleoon rate-limited the request.
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api.md) · [All operations](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kameleoon/openapi-definition-for-automation-api/versions/09f2abcea0b5/schema)
