- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderReturnItemDTO
The order return item details.
id
stringThe ID of the order return item.
return_id
stringThe associated return's ID.
order_id
stringThe associated order's ID.
item_id
stringThe associated line item's ID.
quantity
numberThe quantity of the item to return.
raw_quantity
BigNumberRawValueThe raw quantity of the item to return.
raw_quantity
BigNumberRawValuereason_id
null | stringOptionalThe associated reason's ID.
received_quantity
numberOptionalThe received quantity of the return item.
The raw received quantity of the return item.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
created_at
string | DateOptionalThe creation date of the return item.
updated_at
string | DateOptionalThe update date of the return item.
Was this page helpful?