Home > @vsf-enterprise/sapcc-api > DeleteFromCartProps
DeleteFromCartProps interface
Definition of the parameter structure to delete entry from the cart.
Signature:
export interface DeleteFromCartProps extends BaseProps
Extends: BaseProps
Properties
Property | Type | Description |
---|---|---|
cartId | string | Cart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart |
entryNumber | number | An identifier of entry in array of entries |