Discussing APIs and development related to customers, discounts, and order management.
Hello,
I am trying to piece together the meaning of the app_id and source_name fields found on the Order webhook.
While researching a customer that has my app installed, I came across an app_id from an order, that isn't found in the installed app list.
I am looking into the devtools network tab for the request: https://admin.shopify.com/api/shopify/shop-name?operation=AppsAndChannelsQuery&type=query and here I am able to see the app_ids of the installed applications.
What I know so far:
- source_name can be one of :
- app_id:
My problem is I am not able to confirm this behaviour, since I am consistently seeing orders having source_name as the app_id present in the AppsAndChannelsQuery, while the actual app_id is not.
Can anyone clarify the behaviour of these two fields, especially when there can be multiple apps handling orders present?
+1, we have the same question.