ClaimItem
A claim item is an item created as part of a claim. It references an item in the order that should be exchanged or refunded.
Properties
The details of the claim this item belongs to.
claim_order_id
stringRequiredThe ID of the claim this item is associated with.
created_at
DateRequiredThe date with timezone at which the resource was created.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe claim item's ID
The claim images that are attached to the claim item.
The details of the line item in the original order that this claim item refers to.
item_id
stringRequiredThe ID of the line item that the claim item refers to.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
note
stringRequiredAn optional note about the claim, for additional information
quantity
numberRequiredThe quantity of the item that is being claimed; must be less than or equal to the amount purchased in the original order.
The reason for the claim
User defined tags for easy filtering and grouping.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
The details of the product variant to potentially replace the item in the original order.
variant_id
stringRequiredThe ID of the product variant that is claimed.
Was this section helpful?