What tags or attributes do the abandoned cart order have?

How can I pull the abandoned cart orders from shopify through Parabola

Hi Alejandro – welcome to the community :wave:

The Shopify API offers an endpoint to access this data. Using the “Pull from API” step, you can access the endpoint ending in “/admin/api/2021-01/checkouts.json,” which will return a list of abandoned checkouts.

We only pull in order information where the order was processed in our native “Pull from Shopify” step, so the “Pull from API” step is our best option.

For more information about properties available and the specific endpoint, you can check out Shopify’s documentation on abandoned checkouts.

Let us know if you have any additional questions!

2 Likes