interface IInput { input: { barcode_strategy?: null | MarketplaceBarcodeStrategy; category_id?: null | number; delivery_points?: null | { braname: string; min_supply_volume: number; }[]; description?: null | string; id: string; images?: null | { base64?: null | string; bucket_key?: null | string; mime_type?: null | string; }[]; pack_size?: null | number; packages?: null | { id?: null | string; is_default?: null | boolean; label?: null | string; package_type: string; price: string; size: number; }[]; price_per_unit?: null | string; product_name?: null | string; quantity_available?: null | number; sale_form?: null | MarketplaceSaleForm; shelf_life_days?: null | number; unit_of_measure?: null | MarketplaceUnitOfMeasure; unlimited_flag?: null | boolean; }; } Properties
input
input: { barcode_strategy?: null | MarketplaceBarcodeStrategy; category_id?: null | number; delivery_points?: null | { braname: string; min_supply_volume: number; }[]; description?: null | string; id: string; images?: null | { base64?: null | string; bucket_key?: null | string; mime_type?: null | string; }[]; pack_size?: null | number; packages?: null | { id?: null | string; is_default?: null | boolean; label?: null | string; package_type: string; price: string; size: number; }[]; price_per_unit?: null | string; product_name?: null | string; quantity_available?: null | number; sale_form?: null | MarketplaceSaleForm; shelf_life_days?: null | number; unit_of_measure?: null | MarketplaceUnitOfMeasure; unlimited_flag?: null | boolean; } Type declaration
Optional category_id?: null | number
Optional delivery_points?: null | {
braname: string;
min_supply_volume: number;
}[]
Optional description?: null | string
id: string
Optional images?: null | {
base64?: null | string;
bucket_key?: null | string;
mime_type?: null | string;
}[]
Optional pack_size?: null | number
Optional packages?: null | {
id?: null | string;
is_default?: null | boolean;
label?: null | string;
package_type: string;
price: string;
size: number;
}[]
Optional price_per_unit?: null | string
Optional product_name?: null | string
Optional quantity_available?: null | number
Optional shelf_life_days?: null | number
Optional unlimited_flag?: null | boolean
КУ поставки с минимальным объёмом. Если передано — полностью заменяет набор.