Order API - Where did this order come from?

Order API - Where did this order come from?

Fromm60056
Shopify Partner
20 0 2

We get orders using the API. Is there a field in that API that tells me this order was entered somewhere other than Shopify? Facebook or instagram or Meta for instance. 

Taxes are being calculated and charged by those apps, I need to not do double taxes. 

Replies 2 (2)

priya_menon
Shopify Partner
4 0 1

Hi @Fromm60056 ,

 

You can make use of the property 

source_name 

in order API to know the source of the checkout.

 

To use this field for sales attribution, you must register the channels that your app is managing. You can register the channels that your app is managing by completing this Google Form. After you've submited your request, you need to wait for your request to be processed by Shopify.

You can find a list of your channels in the Partner Dashboard, in your app's Marketplace extension. You can specify a handle as the source_name value in your request.

 

Fromm60056
Shopify Partner
20 0 2

Thank you !!!