Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.1 KB

OrderRefundAdd.md

File metadata and controls

22 lines (14 loc) · 1.1 KB

OrderRefundAdd

Properties

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