Tags: Costs, External API, Integration, Report Toaster, Shipping
Email Pirate Ship exports to Mechanic and add those shipping costs to orders with Report Toaster.
- View in the task library: tasks.mechanic.dev/report-toaster-pirateship-integration
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"email_subject__required": "Shipping Costs",
"order_name_column__required": "Order ID",
"prepend_pound_sign_to_order_name__boolean": true,
"shipping_cost_column__required": "Cost"
}
Learn about task options in Mechanic
mechanic/emails/received
Learn about event subscriptions in Mechanic
Email Pirate Ship exports to Mechanic and add those shipping costs to orders with Report Toaster.
Did you know your store has its very own email address for triggering Mechanic tasks? A store at example.myshopify.com can receive email at [email protected].
One or more attachments can be sent and will be processed as long as they meet the following requirements:
- The email subject must match the email subject set in the task options.
- The CSV attachment format matches the order and shipping column names set in the task options.
- If the order name data does not include the # sign and your shop does, use the prepend pound sign to order name option.
Each attachment will be parsed and sent to Report Toaster.
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!