Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

ReplaceCartAddressProps

Parameters for replacing a cart delivery address.

export interface ReplaceCartAddressProps extends BaseUserId {
	addressId: string;
	cartId: string;
}

Properties

NameRequiredTypeDescription
addressIdRequiredstringAddress identifier.
cartIdRequiredstringCart identifier: cart code for a logged-in user, cart guid for an anonymous user, current for the last modified cart.

Referenced Types

On this page