Tags: Alert, Email, Fulfillment
Using Fulfillment By Amazon for your business? Stay on top of your customer experience by getting notified whenever FBA is unable to fulfill your order.
- View in the task library: tasks.mechanic.dev/get-email-alerts-for-fba-failures
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"email_subject__required": "FBA failure for order {{ fulfillment.order.name | default: \"#12345\" }}",
"email_body__multiline_required": "Hello,\n\nAmazon has reported a fulfillment failure for order {{ fulfillment.order.name | default: \"#12345\" }}. Here's the message they included:\n\n> {{ fulfillment.receipt.response_message | default: \"(no message given)\" }}\n\nView this order's details in Shopify:\n\nhttps://{{ shop.myshopify_domain }}/admin/orders/{{ fulfillment.order.id | default: 12345 }}\n\nThanks,\n\n- Mechanic, for {{ shop.name }}",
"email_recipient__email_required": null
}
Learn about task options in Mechanic
shopify/fulfillments/create
shopify/fulfillments/update
Learn about event subscriptions in Mechanic
Using Fulfillment By Amazon for your business? Stay on top of your customer experience by getting notified whenever FBA is unable to fulfill your order.
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!