Optional
Readonly
addedDate and time (UTC) the Product Variant is added to the Cart. If not set, it defaults to the current date and time.
Optional for backwards compatibility reasons.
Optional
Readonly
customCustom Fields for the Cart.
Optional
Readonly
distributionUsed to select a Product Price.
The Channel must have the ProductDistribution
ChannelRoleEnum.
If the Cart is bound to a [Store](ctp:api:type:Store) with `distributionChannels` set,
the Channel must match one of the Store's distribution channels.
Optional
Readonly
keyUser-defined unique identifier of the LineItem.
Optional
Readonly
productid
of the Product.
Optional
Readonly
quantityNumber of Product Variants to add to the Cart.
Optional
Readonly
shippingContainer for Line Item-specific addresses.
Optional
Readonly
skusku
of the ProductVariant.
Optional
Readonly
supplyUsed to identify Inventory entries that must be reserved.
The Channel must have the InventorySupply
ChannelRoleEnum.
Optional
Readonly
variantid
of the ProductVariant in the Product.
If not provided, the Master Variant is used.
For Product Variant identification, either the
productId
andvariantId
, orsku
must be provided.