How do I export custom order data that was entered by the customer during checkout using Zapiet's Store Pickup + Delivery app ?

Zapiet's Store Pickup + Delivery app uses "Note Attributes" (aka "Cart Attributes") to store this data in your Shopify store.

You can view this data under "Additional Details" in the Shopify Admin's order detail page:

Shopify Order using Zapiet App to capture Cart Attributes such as the Pickup Date and Time

EZ Exporter can pull each of these custom field/attribute and put them in their own separate columns by using our Calculated Fields feature.

For example, to pull the "Pickup Date" and "Pickup Time" data, you can use the following formulas in separate Calculated Fields:

search_attributes({{ note_attributes }}, "Pickup-Date")
search_attributes({{ note_attributes }}, "Pickup-Time")

Here's a screenshot of what this looks like in our app:

EZ Exporter - Pull Custom Cart Attributes with Calculate Fields

And output will look something like this:

EZ Exporter - Custom Shopify Order CSV Export including cart attributes

We also have a pre-built template that already has most of the Calculated Field formulas already configured which you can then customize further:

EZ Exporter custom Shopify order CSV template for Zapiet's Pickup + Delivery app

 


Related Articles:


App: EZ Exporter

Tags: faq, cart attributes, advanced features, note attributes