Home > @vsf-enterprise/sapcc-api > CreateCartAddressProps
CreateCartAddressProps interface
Definition of the parameter structure for creating cart delivery address.
Signature:
export interface CreateCartAddressProps extends BaseProps
Extends: BaseProps
Properties
Property | Type | Description |
---|---|---|
address | Address | Request body fields required and optional to operate on address data |
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 |