- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderClaimItemDTO
The order claim item details.
id
stringThe ID of the order claim item.
claim_id
stringThe associated claim's ID.
order_id
stringThe associated order's ID.
item_id
stringThe associated item's ID.
item
OrderLineItemDTOThe associated item.
item
OrderLineItemDTOquantity
numberThe quantity of the order claim item
reason
ClaimReasonThe reason of the order claim item
raw_quantity
BigNumberRawValueThe raw quantity of the order claim item
raw_quantity
BigNumberRawValuemetadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
created_at
string | DateOptionalThe creation date of the order claim item
updated_at
string | DateOptionalThe update date of the order claim item
Was this page helpful?