Top Webflow automations
Explore Plans
Mobile menu Close menu
WebflowWebflow

Fulfill order

This action will fulfill an order.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will fulfill an order.
API endpoint slug
webflow.fulfill_order
Filter code method
Webflow.fulfillOrder.skip(string?: reason)
Runtime method
runAction("webflow.fulfill_order", {})

Action fields

Site ID Dropdown list

Label
Which site?
Slug
site_id
Required
true
Can have default value
false

Order ID Text input > Other

Label
Which order?
Helper text
The ID of the order to fulfill.
Slug
order_id
Required
true
Can have default value
true
Filter code method
Webflow.fulfillOrder.setOrderId(string: orderId)