Get Menu from Square

Hello,

How can I retrieve my clients entire menu with modifiers (ex: vanila, no vanila, extra vanilia for a cup of coffe). I’d also like to retrieve any image associated with that item from the menu.

(ID like to get the entire menu with all modifiers for every menu item plus the category of each item)

You’ll use the Catalog API to get all the item in the sellers Catalog. :slightly_smiling_face:

But how can I get the images associated with each menu item?

Catalog item variation objects have an array of image_ids that you’ll us to call the Catalog API to pull in the image of items in the menu. :slightly_smiling_face: