itd-api / ShopProduct
Interface: ShopProduct
Defined in: models/shop.ts:50
Товар магазина. Цены указаны в рублях.
Properties
category
ts
category: ShopProductCategory;Defined in: models/shop.ts:53
colors
ts
colors: ShopProductColor[];Defined in: models/shop.ts:57
description
ts
description: string;Defined in: models/shop.ts:58
id
ts
id: string;Defined in: models/shop.ts:51
images
ts
images: string[];Defined in: models/shop.ts:55
price
ts
price: number;Defined in: models/shop.ts:54
sizeChart?
ts
optional sizeChart?: ShopSizeChart | null;Defined in: models/shop.ts:60
sizes
ts
sizes: string[];Defined in: models/shop.ts:56
specs
ts
specs: ShopProductSpec[];Defined in: models/shop.ts:59
status
ts
status: ShopProductStatus;Defined in: models/shop.ts:61
stockLeft
ts
stockLeft: number | null;Defined in: models/shop.ts:62
title
ts
title: string;Defined in: models/shop.ts:52