This action will refund an order.
Developer info
- 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)