Optional ReadonlycustomCustom Fields of the Custom Line Item.
ReadonlydiscountedDiscounted price of a single quantity of the Custom Line Item.
ReadonlyidUnique identifier of the Custom Line Item.
Optional ReadonlykeyUser-defined unique identifier of the Custom Line Item.
ReadonlymoneyMoney value of the Custom Line Item.
ReadonlynameName of the Custom Line Item.
ReadonlyperTax Rate per Shipping Method for a Cart with Multiple ShippingMode. For a Cart with Platform TaxMode it is automatically set after the Shipping Method is added.
For a Cart with External TaxMode, the Tax Rate must be set with ExternalTaxRateDraft.
ReadonlypriceIndicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.
ReadonlyquantityOptional ReadonlyrecurrenceRecurring Order and frequency data.
Optional ReadonlyshippingContainer for Custom Line Item-specific addresses.
ReadonlyslugUser-defined identifier used in a deep-link URL for the Custom Line Item.
It matches the pattern [a-zA-Z0-9_-]{2,256}.
ReadonlystateTracks specific quantities of the Custom Line Item within a given State. When a Custom Line Item is added to a Cart, its full quantity is set to the built-in "Initial" state. State transitions for Custom Line Items are managed on the Order.
Optional ReadonlytaxUsed to select a Tax Rate when a Cart has the Platform TaxMode.
Optional ReadonlytaxedAutomatically set after the taxRate is set.
ReadonlytaxedTotal taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode.
Automatically set after perMethodTaxRate is set.
Optional ReadonlytaxPlatform TaxMode, the taxRate of Custom Line Items is set automatically once a shipping address is set. The rate is based on the TaxCategory that applies for the shipping address.
External TaxMode, the taxRate of Custom Line Items can be set using ExternalTaxRateDraft.ReadonlytotalTotal price of the Custom Line Item (money multiplied by quantity).
If the Custom Line Item is discounted, the total price is discountedPricePerQuantity multiplied by quantity.
Includes taxes if the [TaxRate](ctp:api:type:TaxRate) `includedInPrice` is `true`.
A generic item that can be added to the Cart but is not bound to a Product that can be used for discounts (negative money), vouchers, complex cart rules, additional services, or fees. You control the lifecycle of this item.