Home > @vsf-enterprise/sapcc-api > RemoveCartAddressProps
RemoveCartAddressProps interface
Definition of the parameter structure for removing cart delivery address.
Signature:
export interface RemoveCartAddressProps extends BaseProps
Extends: BaseProps
Properties
Property | Type | Description |
---|---|---|
cartId | string | Cart identifier: cart code for a logged-in user, cart guid for an anonymous user, current for the last modified cart |
userId | string | User identifier or one of the literals: current for a currently authenticated user, anonymous for an anonymous user. |