question

manojpande avatar image
manojpande asked zgreathouse Deactivated answered

​Not showing Modifier Group option on clover mini device and clover portal on Sanbox. How to enable this option ? please suggest

Greetings

Not showing Modifier Group option on clover mini device and clover portal on Sanbox. How to enable this option ? please suggest
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
I would make sure you have associated the modifierGroup with the Item. You can do so through the Merchant Dashboard on the item creation and edit item pages or the Rest API.

Endpoint:
POST v3/merchants/{mId}/item_modifier_groups

Example Request Body:
{
                
"elements": [
{ "item": { "id": "*************" },
"modifierGroup": { "id": "*************" }
}
]
}

Here is a related thread where I breakdown the process of setting up modifiers for an item:
https://community.clover.com/questions/14181/clover-inventory-api-to-load-category-items-only-w.html
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