Skip to content

Latest commit

 

History

History
 
 

get-email-alerts-for-fba-failures

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Get email alerts for FBA failures

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.

Default options

{
  "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

Subscriptions

shopify/fulfillments/create
shopify/fulfillments/update

Learn about event subscriptions in Mechanic

Documentation

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.

Installing this task

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.

Contributions

Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.

Task requests

Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!