Can anyone help me to find whether an order was through Shop Pay.Is there any parameter or variable we can use to track the same?
You can tell if an order was made using Shop Pay by checking the gateway as shopify_payments and payment_details or note_attributes for the string “Shop Pay” in Shopify Admin or Order API.
Apply Liquid ({{ order. gateway }}) or Shopify Scripts in tagging orders automatically. Ensure that you include UTM parameters or tracking pixels in the checkout process for better analysis.
Will it work on online store checkout by login with shop pay?