Exporting orders to CSV - add a way to have full address details in separate columns #2454
Unanswered
rob-c-baker
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are you trying to do?
Export a CSV, for use in Excel, that includes order details and crucially, address details. Currently, the CSV gets columns labelled
billingAddressId
andshippingAddressId
which are not useful in this context. There are columns labelledbillingAddress
andshippingAddress
but these contain a JSON string with the address details that content managers and users (non developers) cannot expand into useable data in Excel.What's your proposed solution?
When exporting a "expanded" CSV, include the columns from the address tables instead of just the shipping / billing address ids, or allow include an export option that allows a user to choose what fields to export.
Beta Was this translation helpful? Give feedback.
All reactions