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