v2/products
Response wrapper
The response on the root level consists of the following attributes:
"nextId": "12345", // use this value as the "afterId" for the next call in order to get the next page
"afterId": "123", // only returned if parameter "afterId" was used
"limit": 100,
"totalElements": 100000 // How many documents in total can be fetched for this brand/articlenumber
If you are querying the product data of a brand and the totalElements
is greater than what can be retrieved in one call, send the returned afterId
in the next request you are doing. Assuming the first API request would be /v2/products/?brand=555&token=xxx
, the second request should then be /v2/products/?brand=555&afterId=123token=xxx
.
Structure of products
Each product consists of 4 sections: