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:
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:
And output will look something like this:
We also have a pre-built template that already has most of the Calculated Field formulas already configured which you can then customize further:
Related Articles:
App: EZ Exporter