Greetings
How to create itemGroup on clover web portal and on mini device on Sandbox account ?
//example request body { "name": "Hoodie" }
//example request body { "name": "Color", "itemGroup": {"id": "*************"} }
//example request body { "name": "Gray" "attribute": {"id": "*************"} }
//example request body { "name": "hoodie", "price": 3999, "itemGroup": {"id": "*************"} }
//example request body { "elements" : [ { "item": {"id": "*************"}, "option": {"id": "*************"} } ] }
1 Person is following this question.