This trigger fires every time an existing order in your Squarespace store is updated, such as when it is fulfilled or canceled. You can narrow it to orders in a single fulfillment status.
Developer info
API endpoint slug
squarespace.order_updated
Trigger fields
Fulfillment status Dropdown list
Label
Which fulfillment status?
Helper text
Only fire for orders that are in this fulfillment status when they change. Choose Any to fire on every order update.
Slug
fulfillment_status
Required
true
Can have default value
true
Ingredients
Order
The order's internal Squarespace ID, used by the "Fulfill an order" action and the "Look up an order" query.
Slug
order_id
Filter code
Squarespace.orderUpdated.OrderId
Type
String
Example
585d498fdee9f31a60284a37
Order number
The customer-facing order number shown in your Squarespace dashboard.
Slug
order_number
Filter code
Squarespace.orderUpdated.OrderNumber
Type
String
Example
142
Customer email
Slug
customer_email
Filter code
Squarespace.orderUpdated.CustomerEmail
Type
String
Example
bob@example.com
Customer name
Slug
customer_name
Filter code
Squarespace.orderUpdated.CustomerName
Type
String
Example
Bob Loblaw
Total price
The order total, with no currency symbol.
Slug
total_price
Filter code
Squarespace.orderUpdated.TotalPrice
Type
String
Example
49.99
Currency
Slug
currency
Filter code
Squarespace.orderUpdated.Currency
Type
String
Example
USD
Fulfillment status
Slug
fulfillment_status
Filter code
Squarespace.orderUpdated.FulfillmentStatus
Type
String
Example
FULFILLED
Payment state
Slug
payment_state
Filter code
Squarespace.orderUpdated.PaymentState
Type
String
Example
PAID
Item count
The total number of units across every line item in the order.
Slug
item_count
Filter code
Squarespace.orderUpdated.ItemCount
Type
String
Example
3
Line items summary
Every line item in the order, as a comma-separated list.
Slug
line_items_summary
Filter code
Squarespace.orderUpdated.LineItemsSummary
Type
String
Example
1 x Spring Mix Tote, 2 x Enamel Mug
Shipping address
The shipping address on one line. Blank for orders with nothing to ship.
Slug
shipping_address
Filter code
Squarespace.orderUpdated.ShippingAddress
Type
String
Example
459 Broadway, New York, NY 10003, US
Tracking numbers
Tracking numbers recorded against the order, as a comma-separated list. Blank until the order is fulfilled with tracking.
Slug
tracking_numbers
Filter code
Squarespace.orderUpdated.TrackingNumbers
Type
String
Example
103932814692659
Product image url
The product image for the first item in the order, when it has one.