Types > OrderRefund
Description
Topic: Orders
Fields
Amount of money to refund to customer's balance
Example: 52600
Whether to perform full refund or not
Example: false
Whether to perform full restock or not
Example: false
line_items: [OrderRefundLineItem!]
Whether to notify customer about refund via email or not
Example: false
reason: OrderRefundReason
Reason why order is refunded
Example: "adjustment"
shipping: OrderRefundShipping
Undo coupon and promotion usage, does nothing but decrements "times used" property on the coupon and promotion
Example: false
Used By
Mutations
ordersCalculateRefund, ordersRefund
Types
Preview (typescript)
Loading module