Alokai

UpdateCartItemChannelProductParams

Second parameter for the updateCartItemChannel API endpoint

interface UpdateCartItemChannelProductParams {
	channelId: string;
	lineItem: LineItem;
}

Properties

NameRequiredTypeDescription
channelIdRequiredstringChannel Id
lineItemRequiredLineItemProduct ID

Referenced Types

On this page