Skip to content

SudoSOS Back-end API / catalogue/products / CreateProductParams

Interface: CreateProductParams ​

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


name ​

ts
name: string;

Inherited from ​

BaseProductParams.name


ownerId ​

ts
ownerId: number;

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