Home > widget-integration > CartAddItem

CartAddItem interface

Interface for cart item to be added

Signature:

export interface CartAddItem 

Properties

Property

Modifiers

Type

Description

id

string | number

properties?

Record<string, unknown>

(Optional)

quantity

number

selling_plan?

string | null

(Optional)