Open alihamza1214 opened 1 month ago
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();
How to retrieve Abandoned checkouts using this package? I could not find any resource for that in the api documentation