Hello! I am working on a development project where we are pulling the .json data into another system. There is a field in the .json “source_name”, which seems to most closely correlate to “Sales Channel” in the UI (and the same in the shopify reporting).
However, I am finding certain instances where the “source_name” in the .json does not correlate to “Sales Channel” in the UI/ reporting. In the UI this is shown as a “Draft Order”. But in the .json it is listed as “web” which correlates to “Online Sales”.
In this instance, this was a draft order that we sent an invoice to the customer and they created the payment on their end, vs our team processing the entire draft order.
I am wondering what the logic around “source_name” is or if there is a better way to pull the sales channel

