Home > @vsf-enterprise/commercetools-types > LineItemPriceMode
# LineItemPriceMode enum
Signature:
export declare enum LineItemPriceMode
# Enumeration Members
Member | Value | Description |
---|---|---|
ExternalPrice | "ExternalPrice" | The line item price was set externally. Cart discounts can apply to line items with this price mode. All update actions that change the quantity of a line item with this price mode require the externalPrice field to be given. |
ExternalTotal | "ExternalTotal" | The line item price with the total was set externally. |
Platform | "Platform" | The price is selected form the product variant. This is the default mode. |