Skip to main content

Interface: TenderAddItemInput

Defined in: type/TenderAddItemInput.ts:5

Input object for TenderAddItemInput

Properties

childItems?

optional childItems?: TenderChildItemInput[]

Defined in: type/TenderAddItemInput.ts:22

Adds child items to this tender item. This field is used when adding configurable clusters to the Tender. Provide an array of children options/ products of the parent item.


deliveryDate?

optional deliveryDate?: string

Defined in: type/TenderAddItemInput.ts:15

Delivery date - ISO 8601 Date string


name?

optional name?: string

Defined in: type/TenderAddItemInput.ts:9

Item name. Defaults to product name


notes?

optional notes?: string

Defined in: type/TenderAddItemInput.ts:17

Notes, remarks, etc.


price?

optional price?: number

Defined in: type/TenderAddItemInput.ts:11

Item price. Defaults to calculated sales price


productId

productId: number

Defined in: type/TenderAddItemInput.ts:19

Product ID


quantity

quantity: number

Defined in: type/TenderAddItemInput.ts:7

Item quantity


supplier?

optional supplier?: string

Defined in: type/TenderAddItemInput.ts:13

Item supplier. Defaults to product supplier