question

polina-mikhaylova avatar image
polina-mikhaylova asked zgreathouse Deactivated answered

Is it possible to get a local version of available menu for each terminalId of Merchant by API methods?

If no could you please explain me how we can realize described functionality?
REST APIInventoryMerchant
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

zgreathouse avatar image
zgreathouse Deactivated answered
Using Tags you can accomplish this. For example, you can apply the tag "Store 0001" to an inventory item available at Store 0001. This way, by fetching all the items with this tag, you effectively get all the items available at Store 0001.

Example endpoint for grabbing all the items with a specific tag: /v3/merchants/{mId}/tags/{tagId}/items

Let us know if this solution works for you.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community