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

ReplaceCartDeliveryModeProps

export interface ReplaceCartDeliveryModeProps extends BaseUserId {
	cartId: string;
	deliveryModeId: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringCart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart.
deliveryModeIdRequiredstringDelivery mode identifier (code).

Referenced Types

On this page