Alokai

CustomItemExtended

Custom item extended with list price.

interface CustomItemExtended extends CustomItem {
	extended_list_price: number;
}

Properties

NameRequiredTypeDescription
extended_list_priceRequirednumberItem’s list price multiplied by quantity.

On this page