Home > @poq/sdk > UpdateCartRequestItem > (constructor)
Constructs a new instance of the UpdateCartRequestItem
class
Signature:
constructor(params: {
cartItemId: string;
quantity: number;
isDeleted: boolean;
customData?: Record<string, unknown>;
});
Parameter | Type | Description |
---|---|---|
params | { cartItemId: string; quantity: number; isDeleted: boolean; customData?: Record<string, unknown>; } |