Explore Plans
Mobile menu Close menu
WebflowWebflow

Unfulfill order

This action will unfulfill an order.

Developer info

API endpoint slug
webflow.unfulfill_order
Filter code method
Webflow.unfulfillOrder.skip(string?: reason)
Runtime method
runAction("webflow.unfulfill_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 unfulfill.
Slug
order_id
Required
true
Can have default value
true
Filter code method
Webflow.unfulfillOrder.setOrderId(string: orderId)