Types > OrderRefundReason
Values
Value | Description |
---|---|
adjustment | |
courtesy_adjustment | |
customer_canceled | |
customer_discretionary_return | |
delivered_late_by_carrier | |
fee_adjustment | |
late_shipment_credit | |
no_inventory | |
order_canceled | |
other | |
price_error | |
product_arrived_damaged | |
product_not_as_described | |
shipping_cost_adjustment | |
tax_adjustment | |
undeliverable_shipping_address | |
wrong_product_shipped |
Used By
Types
OIOrderHistoryManualRefund, OIOrderHistoryRefundTransaction, OrderHistoryManualRefund, OrderHistoryRefundTransaction, OrderRefund
Preview (typescript)
type OrderRefundReason =| "adjustment"| "courtesy_adjustment"| "customer_canceled"| "customer_discretionary_return"| "delivered_late_by_carrier"| "fee_adjustment"| "late_shipment_credit"| "no_inventory"| "order_canceled"| "other"| "price_error"| "product_arrived_damaged"| "product_not_as_described"| "shipping_cost_adjustment"| "tax_adjustment"| "undeliverable_shipping_address"| "wrong_product_shipped"