Admin API No way to view order edits???

fcommisso
Shopify Partner
7 0 2

Im trying to create an invoice app that doesnt suck. IE: trying to display line items that were added / removed after checkout, in the same way that they are displayed on the Order Status page in the Admin portal.

However it looks like there is no way to view order updates using the Admin API.

Refunds are not too hard to figure out though, as they are in the refunds array captured as refund_line_items.

But it is impossible to find line_items that are added after the fact! 

The easiest way to solve this would be to add a timestamp to the line_items...

 

Anyone have any ideas on how to go about this??

 

Reply 1 (1)
dogowner
Shopify Partner
57 5 8

Did you ever find a solution to this ?  I know the REST api says it doesn't support it but the graphql API is confusing AF and it seems like it doesn't have a clear way to either.