OrderReturnItemDTO

The order return item details.

idstring
The ID of the order return item.
return_idstring
The associated return's ID.
order_idstring
The associated order's ID.
item_idstring
The associated line item's ID.
quantitynumber
The quantity of the item to return.
raw_quantityBigNumberRawValue
The raw quantity of the item to return.
reason_idnull | stringOptional
The associated reason's ID.
received_quantitynumberOptional
The received quantity of the return item.
raw_received_quantityBigNumberRawValueOptional
The raw received quantity of the return item.
metadatanull | Record<string, unknown>Optional
Holds custom data in key-value pairs.
created_atstring | DateOptional
The creation date of the return item.
updated_atstring | DateOptional
The update date of the return item.
Was this page helpful?
Edit this page