ClaimOrder
A Claim represents a group of faulty or missing items. It consists of claim items that refer to items in the original order that should be replaced or refunded. It also includes details related to shipping and fulfillment.
Properties
The details of the new items to be shipped when the claim's type is
replace
canceled_at
DateRequiredThe date with timezone at which the claim was canceled.
The details of the items that should be replaced or refunded.
created_at
DateRequiredThe date with timezone at which the resource was created.
deleted_at
DateRequiredThe date with timezone at which the resource was deleted.
The claim's fulfillment status
Default: not_fulfilled
The fulfillments of the new items to be shipped
id
stringRequiredThe claim's ID
idempotency_key
stringRequiredRandomly generated key used to continue the completion of the cart associated with the claim in case of failure.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
no_notification
booleanRequiredFlag for describing whether or not notifications related to this should be send.
The details of the order that this claim was created for.
order_id
stringRequiredThe ID of the order that the claim comes from.
The status of the claim's payment
Default: na
refund_amount
numberRequiredThe amount that will be refunded in conjunction with the claim
The details of the return associated with the claim if the claim's type is
replace
.The details of the address that new items should be shipped to.
shipping_address_id
stringRequiredThe ID of the address that the new items should be shipped to
The details of the shipping methods that the claim order will be shipped with.
The claim's type
updated_at
DateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?