MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
947 stars 278 forks source link

403 on checkout #575

Closed AmanSin001 closed 1 year ago

AmanSin001 commented 1 year ago

I am getting 403 response code on checkout get and complete, however shopify.checkout.list() is working fine

shopify.checkout.get(checkoutToken) .then(checkout => { console.log(checkout); }) .catch(err => { console.log(err); });

same for checkout complete.

lpinca commented 1 year ago

This is not a library issue. Check your token and permissions.