Skip to content

Latest commit

 

History

History
 
 

auto-approve-return-requests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Auto-approve return requests

Tags: Returns

Use this task to auto-approve return requests, typically made by customers using self-serve from their account. Choose to limit the auto-approval to orders with any of a set of tags, products with any of a set of tags, or specific product categories or types. Optionally, configure email recipients to be notified when any auto-approval occurs.

Default options

{
  "limit_to_orders_with_any_of_these_tags__array": null,
  "limit_to_products_with_any_of_these_tags__array": null,
  "limit_to_these_product_categories_or_types__array": null,
  "notification_email_recipients__array": null
}

Learn about task options in Mechanic

Subscriptions

shopify/returns/request
mechanic/actions/perform

Learn about event subscriptions in Mechanic

Documentation

Use this task to auto-approve return requests, typically made by customers using self-serve from their account. Choose to limit the auto-approval to orders with any of a set of tags, products with any of a set of tags, or specific product categories or types. Optionally, configure email recipients to be notified when any auto-approval occurs.

More info on Shopify self-serve returns here.

Important:

  • Adding multiple limit conditions means the return request must meet ALL of the conditions in order to be auto-approved.
  • More specifically, if any product conditions are configured, then ALL products on the return must meet those conditions.
  • Return requests that are auto-approved cannot later be used to exchange items.
  • Approval of return requests cannot be reverted; instead, the return request may be cancelled if needed.

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!