Home > @vsf-enterprise/epcc-api > AddProductToCartParams
# AddProductToCartParams interface
Signature:
export interface AddProductToCartParams
# Properties
| Property | Type | Description |
|---|---|---|
| cartId | string | Cart ID |
| currency? | string | (Optional) Currency |
| data? | any | (Optional) Product data |
| isSku? | boolean | (Optional) Product has SKU |
| locale? | string | (Optional) Locale |
| productId | string | Product ID |
| quantity | number | Product quantity |