Optional ReadonlyaddedDate and time (UTC) the Product Variant was added to the Cart. If not set, it defaults to the current date and time.
Optional for backwards compatibility reasons.
Optional ReadonlycustomCustom Fields for the Cart.
Optional ReadonlydistributionUsed 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 ReadonlykeyUser-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
Optional Readonlyproductid of the Product.
Optional ReadonlyquantityQuantity of Product Variants to add to the Cart.
Optional ReadonlyrecurrenceRecurring Order and frequency data.
Optional ReadonlyshippingContainer for Line Item-specific addresses.
Optional Readonlyskusku of the ProductVariant.
Optional ReadonlysupplyUsed to identify Inventory entries that must be reserved.
The Channel must have the InventorySupply ChannelRoleEnum.
Optional Readonlyvariantid of the ProductVariant in the Product.
If not provided, the Master Variant is used.
For Product Variant identification, either the
productIdandvariantId, orskumust be provided.