Refund order
refund_orderRefund an order back to the original payment source. Refunds the whole order unless item_ids (from get_order) are given. Memberships/packs are terminated on refund unless refund_without_termination is true. [requires scope: money]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| reason | No | Cancellation reason (short) | |
| restock | No | ||
| item_ids | No | Partial refund: item_id values from get_order | |
| order_id | Yes | ||
| refund_without_termination | No |