Hi!
We are using the Shopify Admin API to fetch most of the information about customers, orders and products periodically (only changes, using the updated_at parameter). Only issue I am having is that I cannot find the product gross margin information anywhere else than in the inventory_item (from there deriving the margin using the product price and the cost). This is a little bit annoying as we don’t need any other information from the inventory_item. The logic is also a bit different as there is no “updated_at” field which causes some extra work and different implementation to keep the data up to date. Is that the only place where I would be able to get the gross margin for a single product or for a single order?