Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
In the webhook reference page there is a payload presented for the order/create topic. It has a field `device_id` which I would like to use for some customization.
But from my findings, it does not map to a value that I would expect. For context, I am looking working with the POS App which has an API for device info, but that device id is not the same as the one in order.
What is the meaning of the order/create device_id and if anyone can suggest a way to map orders with POS device info it would be greatly appreciated.