ReturnItem
A return item represents a line item in an order that is to be returned. It includes details related to the return and the reason behind it.
Properties
return_id
stringRequiredThe ID of the Return that the Return Item belongs to.
item_id
stringRequiredThe ID of the Line Item that the Return Item references.
Details of the Return that the Return Item belongs to.
The details of the line item in the original order to be returned.
quantity
numberRequiredThe quantity of the Line Item to be returned.
is_requested
booleanRequiredWhether the Return Item was requested initially or received unexpectedly in the warehouse.
Default: true
requested_quantity
numberRequiredThe quantity that was originally requested to be returned.
received_quantity
numberRequiredThe quantity that was received in the warehouse.
reason_id
stringRequiredThe ID of the reason for returning the item.
The details of the reason for returning the item.
note
stringRequiredAn optional note with additional details about the Return.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?