Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

UpdateCartQuantityParams

First parameter for the updateCartQuantity API endpoint

export interface UpdateCartQuantityParams {
	id: string;
	version: string;
}

Properties

NameRequiredTypeDescription
idRequiredstringCart ID
versionRequiredstringCart version

On this page