I'm trying to reconcile lineItems with the order - if you sum the total of each line item it does not always add up to the order total or the payments total because of modifiers.
Using the raw API: /v3/merchants/{mId}/orders
I have tried expanding on the 'modifications' field, 'modifiers' etc and can't seem to pull in modifers associated with the order. I've appended returnnullfields=true and digging through the data I can't find any reference to the modifiers I know are there.
How can I expand the API call to show me modifiers associated with the particular order, or multiple orders?