Some of our restaurant customers who have Clover online ordering website have a different Clover dashboard UI (newer?) to enable items for online ordering.
What I have seen is - Item page has "Online ordering" and "Show online" checkbox. If this checkbox is checked, the item will be visible on the Clover online ordering website. The way to access this checkbox via API is -
item.menuItem.enabled
If this parameter is true, then that item shows up on the Clover online ordering web site. But customers on the different Clover dashboard UI do not see "Online ordering" and the "Show online" checkbox. For these, using the same parameter does not match with what's visible on their Clover ordering website.
Which item attribute or parameter should I look for to identify items that are enabled for Clover online ordering? Thank you!