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 ​
featured ​
ts
featured: boolean;id ​
ts
id: number;Inherited from ​
image? ​
ts
optional image?: string;The URL to the picture representing this product.
name ​
ts
name: string;Inherited from ​
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 ​
updatedAt? ​
ts
optional updatedAt?: string;Inherited from ​
vat ​
ts
vat: BaseVatGroupResponse;Inherited from ​
version? ​
ts
optional version?: number;