Skip to main content

Interface: CartChildItemBulkInput

Defined in: type/CartChildItemBulkInput.ts:6

Input object for CartChildItemBulkInput Input for child items in bulk cart operations. Represents component items that belong to a main item in configurable products or bundles.

Properties

itemId?

optional itemId?: string

Defined in: type/CartChildItemBulkInput.ts:8

Unique identifier of an existing cart item to update or remove


notes?

optional notes?: string

Defined in: type/CartChildItemBulkInput.ts:16

Additional notes or special instructions for this item (max 255 characters)


price?

optional price?: number

Defined in: type/CartChildItemBulkInput.ts:12

Override price per unit for this cart item


productId?

optional productId?: number

Defined in: type/CartChildItemBulkInput.ts:10

Product identifier for adding new items to the cart


quantity?

optional quantity?: number

Defined in: type/CartChildItemBulkInput.ts:14

Number of units to add, update, or maintain in the cart


requestDate?

optional requestDate?: string

Defined in: type/CartChildItemBulkInput.ts:18

Preferred delivery date for this specific item (ISO 8601 date format)