Search Store Items
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl "https://graph.whisk.com/v1/search?type=storeItem&retailerId=tesco&q=milk" \
-H "Accept: application/json" \
-H "Authorization: Token <Access-Token>"{
"items": [
{
"sku": "272103606",
"name": "Alpro Hazelnut Fresh Milk Alternative Longlife Milk Alternative 1 L",
"quantity": {
"count": 1
},
"price": {
"list": 1.8
},
"images": [
{
"url": "https://img.tesco.com/Groceries/pi/866/5411188110866/IDShot_540x540.jpg"
}
],
"url": "https://www.tesco.com/groceries/en-GB/products/272103606"
},
...
{
"sku": "251500030",
"name": "Tesco Organic British Whole Milk 2.272L/4 Pints",
"quantity": {
"count": 1
},
"price": {
"list": 1.84
},
"images": [
{
"url": "https://img.tesco.com/Groceries/pi/112/5050179762112/IDShot_540x540.jpg"
}
],
"url": "https://www.tesco.com/groceries/en-GB/products/251500030"
}
],
"paging": {
"cursors": {
"after": "eyJpZCI6IjI1MTUwMDAzMCIsImluZGV4Ijo5fQ=="
}
}
}