Shopify-api-node
Shopify-api-node copied to clipboard
Abandoned checkouts
How to retrieve Abandoned checkouts using this package? I could not find any resource for that in the api documentation
See https://shopify.dev/docs/api/admin-rest/2024-10/resources/abandoned-checkouts#get-checkouts?limit=1
const checkouts = await shopify.checkout.list();
I'm closing this as answered.