Shopping List
The Shopping List API service offers you the ability to read and write your shopping list data.
Shopping List Object
{
"list": {
"id": "106f9105f1d05d24ad2b833f5d2a966be77",
"name": "My Shopping List"
},
"content": {
"items": [
{
"id": "d78b355d-110b-4b31-9f8b-fc221a7a7a3e",
"item": {
"name": "bacon",
"brand": "Oscar mayer",
"comment": "cooked, crumbled",
"quantity": 8,
"unit": "slices"
},
"checked": true,
"image_url": "https://image-cdn.whisk.com/image/upload/v1550764646/graph/fooddb/0919f5d46996479ba5575bcdc19dc0ba.jpg",
"analysis": {
"product": {
"canonical_name": "BACON",
"original_name": "bacon"
},
"category": {
"canonical_name": "MEATS AND SEAFOOD"
}
},
"recipe": {
"recipe_id": "1011f5a116db3c3e56e57bea0a52ffbfca5fc96f6b1",
"position": 5
},
"combined": {
"combined_item_id": "0ac9b296-9bb6-4043-a85a-02d64ae564b7",
"quantity": 1
},
"created_time": "1614175633",
"updated_at": "1614175806"
},
...
],
"combined_items": [
{
"id": "0ac9b296-9bb6-4043-a85a-02d64ae564b7",
"item": {
"name": "bacon",
"brand": "Oscar mayer",
"comment": "cooked, crumbled",
"quantity": 10,
"unit": "slices"
},
"checked": true,
"image_url": "https://image-cdn.whisk.com/image/upload/v1550764646/graph/fooddb/0919f5d46996479ba5575bcdc19dc0ba.jpg",
"analysis": {
"product": {
"canonical_name": "BACON",
"original_name": "bacon"
},
"category": {
"canonical_name": "MEATS AND SEAFOOD"
}
},
"created_time": "1614175633",
"updated_at": "1614175806"
}
],
"recipes": [
{
"id": "1011f5a116db3c3e56e57bea0a52ffbfca5fc96f6b1",
"name": "Bacon Cheeseburger Casserole",
"images": [
{
"responsive": {
"url": "https://image-cdn.whisk.com/image/upload/v1536910467/recipe/94f698dfcafefe3223aa66f1b3b21ae7.jpg",
"width": 428,
"height": 640
},
"url": "https://assets.kraftfoods.com/recipe_images/opendeploy/126725_MXM_K59919V0_OR1_CR_640x428.jpg"
}
],
"source": {
"name": "myfoodandfamily.com",
"display_name": "My Food and Family",
"source_recipe_url": "https://www.myfoodandfamily.com/recipe/126725/bacon-cheeseburger-casserole",
"image": {
"responsive": {
"url": "https://image-cdn.whisk.com/image/upload/v1565965713/publishers/logos/myfoodandfamily-logo.png",
"width": 256,
"height": 256
},
"url": "https://image-cdn.whisk.com/image/upload/v1565965713/publishers/logos/myfoodandfamily-logo.png"
},
"license": "LICENCE_FAIRUSE"
}
},
...
]
}
} Attribute
Type
Description
list
listAttribute
Type
Description
content
contentAttribute
Type
Description
items
itemsAttribute
Type
Description
Attribute
Type
Description
Attribute
Type
Description
Attribute
Type
Description
Attribute
Type
Description
combined_items
combined_itemsrecipes
recipesEndpoints
Last updated
Was this helpful?