itd-api / ShopOrderItemInput
Interface: ShopOrderItemInput
Defined in: models/shop.ts:66
Позиция для расчёта доставки или создания заказа.
Properties
color
ts
color: string | null;Defined in: models/shop.ts:69
productId
ts
productId: string;Defined in: models/shop.ts:67
qty
ts
qty: number;Defined in: models/shop.ts:70
size
ts
size: string | null;Defined in: models/shop.ts:68