Skip to content

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

PropertyTypeDescriptionDefined 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

Made with ❤️ for the Wildberries developer community