Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.27 KB

OrderRefundAdd.md

File metadata and controls

18 lines (15 loc) · 1.27 KB

# OrderRefundAdd

Properties

Name Type Description Notes
order_id string Defines the order for which the refund will be created. [optional]
items \OpenAPI\Client\Model\OrderRefundAddItemsInner[] Defines items in the order that will be refunded [optional]
total_price float Defines order refund amount. [optional]
shipping_price float Defines refund shipping amount. [optional]
fee_price float Specifies refund's fee price [optional]
message string Refund reason, or some else message which assigned to refund. [optional]
item_restock bool Boolean, whether or not to add the line items back to the store inventory. [optional] [default to false]
send_notifications 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]
is_online bool Indicates whether refund type is online [optional] [default to false]

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