Discussing APIs and development related to customers, discounts, and order management.
Hey,
We use in our Shopify app checkout rest API and abandoned checkout graphQL API.
Since rest API is deprecated - https://shopify.dev/changelog/deprecation-of-checkout-apis
We need a different way to get customer details for the abandoned checkout (which is not available in graphQL).
We think to use https://shopify.dev/docs/api/admin-rest/2023-10/resources/abandoned-checkouts which has the customer details, but the problem is that there is no option to receive only one checkout by id.
Is there another way we can easily fetch abandoned checkout details with customer data by specific checkout id?
Thanks