Top Webflow automations
Explore Plans
Mobile menu Close menu
WebflowWebflow

Refund order

This action will refund 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 refund an order.
API endpoint slug
webflow.refund_order
Filter code method
Webflow.refundOrder.skip(string?: reason)
Runtime method
runAction("webflow.refund_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 refund.
Slug
order_id
Required
true
Can have default value
true
Filter code method
Webflow.refundOrder.setOrderId(string: orderId)