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