Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.92 KB

File metadata and controls

30 lines (28 loc) · 1.92 KB

ClaimItem

Properties

Name Type Description Notes
id String The claim item's ID
images List<ClaimImage> Available if the relation `images` is expanded. [optional]
claimOrderId String The ID of the claim this item is associated with.
claimOrder Object A claim order object. Available if the relation `claim_order` is expanded. [optional]
itemId String The ID of the line item that the claim item refers to.
item LineItem [optional]
variantId String The ID of the product variant that is claimed.
variant ProductVariant [optional]
reason ReasonEnum The reason for the claim
note String An optional note about the claim, for additional information
quantity Integer The quantity of the item that is being claimed; must be less than or equal to the amount purchased in the original order.
tags List<ClaimTag> User defined tags for easy filtering and grouping. Available if the relation 'tags' is expanded. [optional]
createdAt OffsetDateTime The date with timezone at which the resource was created.
updatedAt OffsetDateTime The date with timezone at which the resource was updated.
deletedAt OffsetDateTime The date with timezone at which the resource was deleted.
metadata Object An optional key-value map with additional details

Enum: ReasonEnum

Name Value
MISSING_ITEM "missing_item"
WRONG_ITEM "wrong_item"
PRODUCTION_FAILURE "production_failure"
OTHER "other"