Retrieves a list of abandoned carts for a given store. Each entry in the list provides a brief overview of the abandoned cart, including essential details such as the cart ID, customer information, total value, and a unique URL for retargeting.Abandoned carts are identified when a user adds products to their online shopping cart but does not proceed to checkout and complete the purchase within 10 minutes of inactivity.For retargeting purposes, each abandoned cart object includes a url field, which is the direct link to the specific abandoned cart. This URL, along with customer name and contact details provided in the response, facilitates effective retargeting strategies by merchants.You can filter the list by date, phase, and the total number of carts.For a detailed view of a specific cart, including product details and additional customer information, refer to the Get Abandoned Cart Details endpoint using the cart's unique ID.