Store Item
Use-case request examples
Search a store item by name across retailers presented in the country defined in user preferences
curl -X POST "https://api.whisk.com/storeitem/v2/search" -H "accept: application/json" -H "Authorization: Bearer %USER_TOKEN%" -H "Content-Type: application/json" -d '{
"query": "Banana",
"cursor": {
"limit": 10
}
}'Discontinued availability
{
...
"is_available": false,
"discontinued": false,
...
}Last updated
Was this helpful?