Shopify-api-node icon indicating copy to clipboard operation
Shopify-api-node copied to clipboard

Abandoned checkouts

Open alihamza1214 opened this issue 1 year ago • 1 comments

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

alihamza1214 avatar Oct 12 '24 23:10 alihamza1214

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

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

lpinca avatar Oct 14 '24 06:10 lpinca

I'm closing this as answered.

lpinca avatar Dec 08 '24 08:12 lpinca