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

RemoveCartCouponParams

Parameters for the removeCartCoupon API endpoint

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

Properties

NameRequiredTypeDescription
idRequiredstringCart ID
versionRequiredstringCart version

On this page