Home > @poq/sdk > CartItemRequest > (constructor)
Constructs a new instance of the CartItemRequest
class
Signature:
constructor(params: {
sku: string;
quantity: number;
});
Parameter | Type | Description |
---|---|---|
params | { sku: string; quantity: number; } |