Shopify
Shopify is an e-commerce platform for creating online stores, with features to create and update products and orders.
Triggers
- New Product: Triggers when a new product is created in Shopify
- New Customer: Triggers when a new customer account is created
- New Order: Triggers when a new order is placed
- Order Paid: Triggers when an order is marked as paid
- Order Cancelled: Triggers when an order is cancelled
- Order Edited: Triggers when an existing order is editedImportant: The Order Edited event is triggered only by the following actions:
- Adding or removing products or custom items
- Adjusting item quantities (increasing or decreasing)
- Adding or removing shipping fees
- Adding, modifying, or removing discounts
- Order Fulfilled: Triggers when an order is fulfilled
- Order Updated: Triggers when any update or change is made to an orderImportant:
- The Order Updated event is triggered by any change made to an order.
- The Order Updated trigger also executes when a new order is created. This is the default behavior from the Shopify API. After an order is created, Shopify performs several internal updates, such as calculations or status changes. These updates are treated as modifications to the order, which cause the Order Updated event to run immediately after the Order Created event.
Custom Actions
You can also create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.
Learn more about how to create custom actions.