MONEI / Shopify-api-node

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

Abandoned checkouts #667

Open alihamza1214 opened 1 month ago

alihamza1214 commented 1 month ago

How to retrieve Abandoned checkouts using this package? I could not find any resource for that in the api documentation

lpinca commented 1 month ago

See https://shopify.dev/docs/api/admin-rest/2024-10/resources/abandoned-checkouts#get-checkouts?limit=1

const checkouts = await shopify.checkout.list();