Shopify / shopify-app-template-node

MIT License
867 stars 391 forks source link

How to get the abandoned data #1236

Open Soyam-Jain opened 1 year ago

Soyam-Jain commented 1 year ago

Issue summary

How to get abandoned cart data from api

I want abandoned cart data

Actual behavior

Steps to reproduce the problem

1.firstly I am getting shop=undefined error in the auth api

  1. Then I append the shop in the auth api as you can see above
  2. now I am getting 503 error in both api

<--additional question--> when I created my app though npm command, I have choosen my store already then why it is saying shop undefined in auth api.