ReplaceCartAddressProps
Parameters for replacing a cart delivery address.
interface ReplaceCartAddressProps extends BaseUserId {
addressId: string;
cartId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
addressId | Required | string | Address identifier. |
cartId | Required | string | Cart identifier: cart code for a logged-in user, cart guid for an anonymous user, current for the last modified cart. |