Tags: CSV, Export, Shipping
Useful for quickly preparing labels, or planning a drop-off route.
- View in the task library: tasks.mechanic.dev/export-a-csv-of-order-shipping-addresses
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"orders_search_query": "fulfillment_status:unshipped",
"include_name_in_formatted_address__boolean": null,
"include_company_in_formatted_address__boolean": null,
"csv_email_recipient__email_required": ""
}
Learn about task options in Mechanic
mechanic/user/trigger
Learn about event subscriptions in Mechanic
Useful for quickly preparing labels, or planning a drop-off route.
Use the "Run task" button to scan all orders matching your search query, exporting their shipping addresses as a CSV. The resulting file will be emailed to the address you specify.
Find this task in the library at tasks.mechanic.dev, and use the "Try this task" button. Or, import this task's JSON export – see Importing and exporting tasks to learn how imports work.
Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.
Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!