I'm trying to pull configurable/matrix items from a Clover station via the API.
I can get the item groups (lets say TSHIRT) I can then get the attributes associated with that group (lets say SIZE) I can then get the options associated with that attribute (lets say SMALL, MEDIUM) What I can't seem to do (or can't find reference in the v3 API docs is get an item out of the API, and match it specifically to the option.
I can get ITEM1 out, which says it is part of TSHIRT GROUP, so I know ITEM1 is TSHIRT GROUP, configured on SIZE and is either SMALL or MEDIUM, but nothing gives me the definite "ITEM1 is MEDIUM"
I'm not about to start trying to match strings in the item name to the option name as that's a terribly inefficient and problematic solution.
Am I overlooking something here? Help would be massively appreciated before I sit weeping in a corner somewhere!
Thanks