CustomItemExtended
Custom item extended with list price.
interface CustomItemExtended extends CustomItem {
extended_list_price: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
extended_list_price | Required | number | Item’s list price multiplied by quantity. |