Home > @poq/sdk > AddToCartRequest
Signature:
export declare class AddToCartRequest extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the AddToCartRequest class |
Property | Modifiers | Type | Description |
---|---|---|---|
customData | Record<string, unknown> | undefined | Custom data. | |
expires | Date | undefined | Cart expiration UTC date. | |
quantity | number | Number of items added to the cart. | |
variantId | string | Product variant ID. |