📘
The relationships between entities.
Field | Type | Desc |
---|
id | string | |
order_id | string | Order ID |
note | string | |
refund_price | string | total refund amount by buyer input |
currency | string | |
created_at | string | |
updated_at | string | |
refund_line_items | array of RefundLineItem | |
payment_details | array of PaymentDetail | |
refund_shipping | string | Shipping included in the refund amount |
refund_shipping_tax | string | Shipping tax is included in the refund amount |
refund_method | string | Refund method:
none - Unknown,
general -
customize - |
refund_status | string | Refund status:
pending -
failed -
finished - |
Field | Type | Desc |
---|
line_item_id | string | refund line item id |
refund_quantity | integer | Quantity to be refunded |
line_item | array of LineItem | Order line items |
tax | string | Contributory tax on goods to be returned |
discount | string | Actual refund of discount charges on goods |
sub_total | string | Total price of product of line_item |
total | string | The actual refund of the amount paid for the goods |
delete_quantity | string | Quantity for refund before shipping. |
Field | Type | Desc |
---|
payment_channel | string | Refund payment channel |
payment_method | string | Refund payment method |
refund_price | string | Channel refund amount |
finished_at | string | Refund Completion time RFC3339 Time does not exist is an empty string |