Skip to content

SudoSOS Back-end API / catalogue/products / ProductResponse

Interface: ProductResponse ​

Extends ​

Properties ​

alcoholPercentage ​

ts
alcoholPercentage: number;

category ​

ts
category: ProductCategoryResponse;

createdAt? ​

ts
optional createdAt?: string;

Inherited from ​

BaseProductResponse.createdAt


ts
featured: boolean;

id ​

ts
id: number;

Inherited from ​

BaseProductResponse.id


image? ​

ts
optional image?: string;

The URL to the picture representing this product.


name ​

ts
name: string;

Inherited from ​

BaseProductResponse.name


owner ​

ts
owner: BaseUserResponse;

preferred ​

ts
preferred: boolean;

priceExclVat ​

ts
priceExclVat: DineroObjectResponse;

priceInclVat ​

ts
priceInclVat: DineroObjectResponse;

Inherited from ​

BaseProductResponse.priceInclVat


priceList ​

ts
priceList: boolean;

revision ​

ts
revision: number;

Overrides ​

BaseProductResponse.revision


updatedAt? ​

ts
optional updatedAt?: string;

Inherited from ​

BaseProductResponse.updatedAt


vat ​

ts
vat: BaseVatGroupResponse;

Inherited from ​

BaseProductResponse.vat


version? ​

ts
optional version?: number;

Inherited from ​

BaseProductResponse.version