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.
Constructors
constructor
**new 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_idstringRequiredThe ID of the claim this item is associated with.
created_atDateRequiredThe date with timezone at which the resource was created.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe 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_idstringRequiredThe ID of the line item that the claim item refers to.
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
notestringRequiredAn optional note about the claim, for additional information
quantitynumberRequiredThe 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_atDateRequiredThe 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_idstringRequiredThe ID of the product variant that is claimed.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?