Home > @vsf-enterprise/sapcc-api > ReplaceCartAddressProps
ReplaceCartAddressProps interface
Definition of the parameter structure for replacing cart delivery address.
Signature:
export interface ReplaceCartAddressProps extends BaseProps
Extends: BaseProps
Properties
Property | Type | Description |
---|---|---|
addressId | string | Address identifier |
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 |