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.
constructor
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
item_id
stringRequiredThe ID of the Line Item that will be returned.
quantity
numberRequiredThe number of items that will be returned
reason_id
stringThe ID of the Return Reason to use.
note
stringAn optional note with information about the Return.
Was this section helpful?