Home > @vsf-enterprise/commercetools-api > AddToCartProductParams
# AddToCartProductParams interface
Second parameter for the addToCart
API endpoint
Signature:
export interface AddToCartProductParams
# Properties
Property | Type | Description |
---|---|---|
distributionChannel? | string | (Optional) Current distribution channel |
product | ProductVariant | Product to be added to the cart |
quantity | number | Quantity of product added to the cart |
supplyChannel? | string | (Optional) Current supply channel |