Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shopify customize order export csv file

Tags:

shopify

I am trying to create a custom order export csv file from Shopify. I want customer id to be included in shopify-exported-csv-file for order.

Can I customize shopify csv export ?

like image 624
Adil Malik Avatar asked Jul 18 '26 00:07

Adil Malik


2 Answers

Not Possible. I had a discussion with Shopify support and they said it is a good feature for future. But right now, you can't customize the export of csv in Shopify.

like image 147
Adil Malik Avatar answered Jul 22 '26 15:07

Adil Malik


You sure can! I do it in my App. I add two missing columns from the order export CSV Shopify produces. I add in the cost price of the item sold, and the product type. Strange things missing from Shopify data in the first place, but hey, with a teeny tiny bit of scripting code, you can add whatever you want to that data.

So I upload the Shopify data to my server, using the data in the CSV I decide what to add, and then I rewrite the data and voila! Beauty. I save it on Amazon S3 and include a link for downloading the data.

like image 28
David Lazar Avatar answered Jul 22 '26 15:07

David Lazar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!