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

RemoveFromCartParams

First arameter for the removeFromCart API endpoint

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

Properties

NameRequiredTypeDescription
idRequiredstringCart ID
versionRequiredstringCart version

On this page