Wildberries API TypeScript SDK / <internal> / RegionSaleItem
Interface: RegionSaleItem
Defined in: types/reports.types.ts:539
Region sale report item
See
EPIC 43 - Response type for getAnalyticsRegionSale OpenAPI schema: SuccessRegionSaleResponse in 12-reports.yaml.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="cityname"></a> cityName? | string | Населённый пункт (location) | types/reports.types.ts:541 |
<a id="countryname"></a> countryName? | string | Страна | types/reports.types.ts:543 |
<a id="foname"></a> foName? | string | Федеральный округ | types/reports.types.ts:545 |
<a id="nmid"></a> nmID? | number | Артикул WB | types/reports.types.ts:547 |
<a id="regionname"></a> regionName? | string | Регион | types/reports.types.ts:549 |
<a id="sa"></a> sa? | string | Артикул продавца | types/reports.types.ts:551 |
<a id="saleinvoicecostprice"></a> saleInvoiceCostPrice? | number | К оплате за единицу товара, руб. | types/reports.types.ts:553 |
<a id="saleinvoicecostpriceperc"></a> saleInvoiceCostPricePerc? | number | Доля, % | types/reports.types.ts:555 |
<a id="saleiteminvoiceqty"></a> saleItemInvoiceQty? | number | Выкуплено, шт. | types/reports.types.ts:557 |