if i subscribed to an event like order.edit, how would i detect which sku changed on an order? thoughts?
You would have to track it in a backend database table. There isn’t an audit log that will show you what the line items were previously.
if i subscribed to an event like order.edit, how would i detect which sku changed on an order? thoughts?
You would have to track it in a backend database table. There isn’t an audit log that will show you what the line items were previously.