question

jessejoh avatar image
jessejoh asked nbranning answered

Online Items / REST API

We have a new client that has sent us a screenshot of their modify item screen. It appears to have online ordering information such as:

- Online ordering name
- Show online? Flag
- Description
- Photo

How can we access this data via the REST API? I'm not able to find anything documented about this, and it appears to be built into the Clover system based on the screenshot I was given.

REST API
10 |2000

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

David Marginian avatar image
David Marginian Deactivated answered

That data is not currently available via our API.

10 |2000

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

abhimkonnekt avatar image
abhimkonnekt answered

Hi , do we have any plans to make it available ?

10 |2000

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

nbranning avatar image
nbranning answered

The online modifiers are there but not documented. I have figure most of them out. Here are some things to look into:

categories = menuSection

items = menuItem

modifier_groups = menuModifierGroup

modifiers = menuModifier

Use the expand param for each endpoint for example:

'/categories?expand=items.menuItem%2Citems.modifierGroups%2CmenuSection' or

'/modifier_groups?&expand=modifiers.menuModifier%2CmenuModifierGroup'

10 |2000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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