- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateOrderClaimDTO
The claim to be created.
order_id
stringThe associated order's ID.
type
OrderClaimTypeThe type of the claim.
return_id
stringOptionalThe associated return's ID.
claim_id
stringOptionalThe associated claim's ID.
exchange_id
stringOptionalThe associated exchange's ID.
description
stringOptionalThe description of the action.
internal_note
stringOptionalThe internal note of the action.
reference
stringOptionalThe name of the data model the action
references. For example,
return
.reference_id
stringOptionalThe ID of the record of the data model
specified in reference.
For example, if
reference
is return
, the
value is return_123
.metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
The items of the claim.
The items to be sent to the customer in replacement, if the
claim's type is replace
.
replace
.The shipping methods used to send the additional items to the customer,
if the claim's type is
replace
.The shipping methods used to send the items to be returned from the customer,
if the claim's type is replace
.
replace
.The amount to be refunded.
no_notification
booleanOptionalWhether the customer should receive notifications related to updates
on the claim.
created_by
null | stringOptionalThe id of the user that creates the order claim
Was this page helpful?