curl --location --request GET 'https://api.priceshape.io/products/history/?offset&max&from&to&timezone' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 0,
"max": 0,
"offset": 0,
"links": {
"previous": {
"href": "http://example.com",
"method": "GET"
},
"self": {
"href": "http://example.com",
"method": "GET"
},
"next": {
"href": "http://example.com",
"method": "GET"
}
}
},
"history": [
{
"date": "string",
"id": "string",
"priceshapeId": "string",
"gtin": "string",
"mpn": "string",
"sku": "string",
"url": "string",
"upi": "string",
"currency": "string",
"pricePosition": 0,
"salesPriceInclVat": 0,
"salesPriceExclVat": 0,
"vendors": [
{
"domain": "string",
"price": 0,
"stockStatus": "string",
"currency": "string",
"scrapedAt": "string"
}
]
}
]
}