question

tdlum4785 avatar image
tdlum4785 asked zgreathouse Deactivated edited

Item Availability of Online Orders

I am currently working on integrating my 3rd party online ordering service with Clover POS. Is there a way for the shops on Clover to indicate that they don't want an item available for online ordering?
Inventory
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 zgreathouse Deactivated edited
To group items by your own unique identifier, I recommend you utilize the tags field of your items. One example for your use case is (for items unavailable online) give each of those items a tag that reflects that.

After creating the tag and associating each of your desired items with said tag- an example endpoint you can use would be: v3/merchants/{mId}/tags/{tagId}/items (endpoint grabs all items of a single tag)

*Note* On the Merchant dashboard Tags are referred to as Labels.
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