Skip to content
Last update: December 12, 2024

ConfigurationLineItemType object

This type represents a line item in a product configuration, detailing the associated product and pricing information.

Fields

Field Description
id String The Id of the configuration line item.
quantity Int The quantity of the item in the configuration.
product Product The product associated with this configuration line item.
currency CurrencyType! The currency associated with the configuration item.
listPrice MoneyType! The standard list price of the configuration item.
extendedPrice MoneyType! The extended price based on the quantity of the configuration item.
salePrice MoneyType! The sale price of the configuration item.
discountAmount MoneyType! The amount of any discount applied to the configuration item.