Skip to content

SudoSOS Back-end API / catalogue/products / UpdateProductParams

Interface: UpdateProductParams ​

Extends ​

Properties ​

alcoholPercentage ​

ts
alcoholPercentage: number;

Inherited from ​

BaseProductParams.alcoholPercentage


category ​

ts
category: number;

Inherited from ​

BaseProductParams.category


ts
optional featured?: boolean;

Inherited from ​

BaseProductParams.featured


id ​

ts
id: number;

name ​

ts
name: string;

Inherited from ​

BaseProductParams.name


preferred? ​

ts
optional preferred?: boolean;

Inherited from ​

BaseProductParams.preferred


priceInclVat ​

ts
priceInclVat: DineroObjectRequest;

Inherited from ​

BaseProductParams.priceInclVat


priceList? ​

ts
optional priceList?: boolean;

Inherited from ​

BaseProductParams.priceList


vat ​

ts
vat: number;

Inherited from ​

BaseProductParams.vat