Home > @poq/sdk > UpdateCartRequestItem
Signature:
export declare class UpdateCartRequestItem extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the UpdateCartRequestItemclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| cartItemId | string | Cart Item ID generated after adding to cart | |
| customData | Record<string, unknown> | undefined | Custom Data for customizing Cart Item presentation | |
| isDeleted | boolean | Specifies if Cart Item is requested to be deleted. | |
| quantity | number | New Quantity value for the Cart Item |