This trigger fires when a new order is placed.
Developer info
- API endpoint slug
- webflow.new_order
Trigger fields
Site Dropdown list
- Label
- Which site?
- Slug
- site_id
- Required
- true
- Can have default value
- false
Ingredients
Customer name The name of the customer who placed the order.
- Slug
- customer_name
- Filter code
- Webflow.newOrder.CustomerName
- Type
- String
- Example
- Joe Smith
Customer email The email of the customer that placed the order.
- Slug
- customer_email
- Filter code
- Webflow.newOrder.CustomerEmail
- Type
- String
- Example
- [email protected]
Order The ID of the order.
- Slug
- order_id
- Filter code
- Webflow.newOrder.OrderId
- Type
- String
- Example
- 71b-380
Status The status of the order.
- Slug
- status
- Filter code
- Webflow.newOrder.Status
- Type
- String
- Example
- unfulfilled
Net amount The net amount received (in cents).
- Slug
- net_amount
- Filter code
- Webflow.newOrder.NetAmount
- Type
- String
- Example
- 921
Customer paid The amount that the customer paid (in cents).
- Slug
- customer_paid
- Filter code
- Webflow.newOrder.CustomerPaid
- Type
- String
- Example
- 1000
Product ids The IDs of the products that were purchased, comma separated.
- Slug
- product_ids
- Filter code
- Webflow.newOrder.ProductIds
- Type
- String
- Example
- 636b2adae501503f7990bac0
Purchased item count The amount of items that the customer purchased.
- Slug
- purchased_item_count
- Filter code
- Webflow.newOrder.PurchasedItemCount
- Type
- String
- Example
- 1
Comment A comment the customer left with their order.
- Slug
- comment
- Filter code
- Webflow.newOrder.Comment
- Type
- String
- Example
- I'd like these as soon as possible!
Site The ID of the site.
- Slug
- site_id
- Filter code
- Webflow.newOrder.SiteId
- Type
- String
- Example
- 63572300b21afdbe94778e60
Accepted on The date and time the order was accepted on.
- Slug
- accepted_on
- Filter code
- Webflow.newOrder.AcceptedOn
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00