- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderClaimDTO
The claim details.
id
stringThe claim's ID.
type
OrderClaimTypeThe claim's type.
order_id
stringThe ID of the associated order.
order_version
numberThe version of the order when the claim is applied.
display_id
numberThe claim's display ID.
claim_items
any[]The items to be received from the customer.
additional_items
any[]The items to be sent to the customer
if the claim's type is
replace
.metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
The associated order.
The associated return, if the claim's type is replace
.
replace
.return_id
stringOptionalThe ID of the associated return, if the claim's type is
replace
.no_notification
booleanOptionalWhether the customer should receive notifications related
to updates on the claim.
The refund amount of the claim.
The raw refund amount of the claim.
created_by
null | stringOptionalThe id of the user that created the order claim
The shipping methods used to send the additional items.
The claim's transactions if additional payment is required.
created_at
string | DateOptionalThe creation date of the claim.
updated_at
string | DateOptionalThe update date of the claim.
deleted_at
string | DateOptionalThe deletion date of the claim.
canceled_at
string | DateOptionalThe cancelation date of the claim.
Was this page helpful?