The name is only used internally for you to better reference that rule. It isn't shown anywhere else than in this app.
The topic reference one of the numerous Shopify webhook. You can basically listen to anything, and act accordingly. The webhook you're listening to will influence the payload you have access to, hence the filters and actions you can trigger. Click here for additional details on available webhooks.
The field should be used to reference a particular snippet of the payload you'll want to compare with the value to determine if the rule should trigger or not. Those snippets change depending on the webhook you're listening to.
The verb represents the way we're going to compare the field with the value.
For the filter to be valid, the evaluated field will need to match this value against the chosen verb.
Details
- Name: Send an email for shippable goods
- Topic:
orders/create
Filter 1
- Field:
line_items[*].requires_shipping
- Value: "Equals"
- Value:
true
Details
- Name: Send an email for shippable goods
- Topic:
orders/create
Filter 1
- Field:
line_items[+].requires_shipping
- Value: "Equals"
- Value:
true
Details
- Name: Send an email for shippable goods
- Topic:
orders/create
Filter 1
- Field:
line_items[0].requires_shipping
- Value: "Equals"
- Value:
true