I am creating an item with variants and modifiers and a category using the REST API. Here is an example:
Item: Pizza
Category: Lunch
Variants: small $3; large $4;
Modifier Group: Meat Toppings
Is this the correct way of doing this:
Step 1: Create Item Group: Pizza
Step 2: Create Attributes for Item Group: Sizes
Step 3: Create Options for attribute: Small; Large;
Step 4: Create 2 SEPARATE Items initialized with the SAME Item Group ID from step 1
Step 5: Create associations between items and options: 1 item associates to the small option; the other item associates to the large option
Step 6: Create a Lunch category, and associate it to EACH item (or to the Group???)
Step 7: Create a modifier group (that applies to both items) and associate it to EACH of the items (or to the Group???)
Step 8: When retrieving items, retrieve the group and display the group name and the names of each item in the group as the variants