extracting email and phone number to give them reminder using api

extracting email and phone number to give them reminder using api

NiteshKumar
Visitor
2 0 0

i have written a python code to extract checkout details using this endpoint
api_url = "/admin/api/2023-10/checkouts.json" auth_details = () headers = { "Content-Type": , }

but even after order is succesfully placed i am stiil getting details of that order in this endpoint? 
and i want to add one more thing to this is that i have made new checkouts but those are reflecting through this code

does it take too much time to reflect through API

Reply 1 (1)

PageFly-Theodor
Shopify Partner
691 86 106

Hi @NiteshKumar ,
This is Theodore from PageFly - Shopify Page Builder App.

 

The /admin/api/2023-10/checkouts.json endpoint shows all active and unfulfilled checkouts, including completed orders.

To filter and retrieve only active (unfulfilled) checkouts:

  • Use parameters like fulfillment_status and financial_status.

API response times are generally good (milliseconds or low single-digit seconds) but can vary based on factors like server load and data size.

For better performance:

  • Implement caching for frequently queried checkouts.
  • Handle API errors gracefully.
  • Use exponential backoff for retries if needed.
  • Consider pagination for very large datasets.


Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.