Hello,
I'm trying to do a little analytics work for a coffee shop that's recently converted to Clover devices. Stuff like clustering around products and some temporal analysis. I've written a little Python loader to form the REST URLs and pull the data into a postgres db. Simple token since I'm not writing an interactive app. But there's just one thing I can't seem to pull down.
Upsells are a big thing to analyze. Their frequency, pairings, seasonality, etc. In Clover these seem to go into the modifier field. The API docs show POST and DELETE options for modifiers, but no GET.
Is this a brick wall? Or is there some other way of getting ahold of modifiers for line items?
Thanks, -Austin