We had a custom field added to our store. We need the data that is entered in the field to be exported in the Shopify Order Export. Can someone help me accomplish this?
The native orders export isn’t modifiable in this way.
https://help.shopify.com/en/manual/orders/export-orders
You will either need to make your own app to read the api data, or an app or service.
Apps like ez-exporter,matrixify, and report-toaster should now be able to facilitate this.
Scriptable apps like usemechanic can also be made to get that data into CSV files.
Paul
Thank you for the reply. How would I build my own app?
Hey there @frankom21 ,
I’m assuming this custom field is either a Line Item Property or a Note Attribute.
If you’re open to using an app, our EZ Exporter app supports exporting both Line Item Properties and Note Attributes as part of an order data export.
We also support exporting metafields in case you also use them.