Home > @vsf-enterprise/sapcc > AddCartEntryProps
AddCartEntryProps interface
Properties for adding an entry to a cart.
Signature:
export interface AddCartEntryProps extends BaseProps
Extends: BaseProps
Properties
Property | Type | Description |
---|---|---|
entry? | OrderEntry | (Optional) Additional options to set on the added entry (e.g. deliveryPointOfService ) |
productCode | string | Code of a product to be added to a cart |
quantity | number | Quantity of a product to be added to a cart |