Wildberries API TypeScript SDK / <internal> / ModelsBox
Interface: ModelsBox
Defined in: types/orders-fbw.types.ts:47
Example
json
{
"packageCode": "WB_689",
"quantity": 1,
"barcodes": [
{
"barcode": "1234567891234",
"quantity": 1
}
]
}Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="packagecode"></a> packageCode? | string | Штрих-код упаковки | types/orders-fbw.types.ts:49 |
<a id="quantity"></a> quantity? | number | Суммарное количество товара в упаковке, шт | types/orders-fbw.types.ts:51 |
<a id="barcodes"></a> barcodes? | ModelsGoodInBox[] | Список упакованных товаров | types/orders-fbw.types.ts:53 |