A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
With Shopify, is it possible to tell that an order has been changed? Lets say an employee added an additional line item, deleted one, changed shipping costs, etc. How can I tell that this order has been edited after the customer placed the order? Is their an audit trail? I see from the documentation that there are order change notifications. Can I query those?
Most systems have have a change log or an audit trail that is visible in the UI. Is there anything like this in the UI or API that would let me track changes?
Is there an answer to this. For example we had a delivery date changed and the customer is not happy. We have no way of finding out when and who changed the delivery date. Surely this is a standard feature of any commerce system.