Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.24 KB

OrderRefundAdd.md

File metadata and controls

19 lines (15 loc) · 1.24 KB

OrderRefundAdd

Properties

Name Type Description Notes
orderId String Defines the order for which the refund will be created. [optional]
items [OrderRefundAddItemsInner] Defines items in the order that will be refunded [optional]
totalPrice Double Defines order refund amount. [optional]
shippingPrice Double Defines refund shipping amount. [optional]
feePrice Double Specifies refund's fee price [optional]
message String Refund reason, or some else message which assigned to refund. [optional]
itemRestock Bool Boolean, whether or not to add the line items back to the store inventory. [optional] [default to false]
sendNotifications Bool Send notifications to customer after refund was created [optional] [default to false]
date String Specifies an order creation date in format Y-m-d H:i:s [optional]
isOnline Bool Indicates whether refund type is online [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]