wildberries-sdk 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/models/MainRequest.d.ts +3 -3
- package/dist/analytics/models/MainRequest.js +3 -3
- package/dist/analytics/models/NmReportGetReportsResponseDataInner.d.ts +2 -2
- package/dist/analytics/models/NmReportGetReportsResponseDataInner.js +2 -2
- package/dist/analytics/models/OrderBy.d.ts +1 -1
- package/dist/analytics/models/OrderByMainAndDetails.d.ts +74 -0
- package/dist/analytics/models/OrderByMainAndDetails.js +77 -0
- package/dist/analytics/models/TableDetailsRequest.d.ts +3 -3
- package/dist/analytics/models/TableDetailsRequest.js +3 -3
- package/dist/analytics/models/TableGroupField.d.ts +1 -1
- package/dist/analytics/models/TableGroupField.js +1 -1
- package/dist/analytics/models/index.d.ts +1 -0
- package/dist/analytics/models/index.js +1 -0
- package/dist/communications/models/ApiV1ClaimsGet200ResponseClaimsInner.d.ts +1 -1
- package/dist/communications/models/ApiV1SellerDownloadIdGet202Response.d.ts +38 -0
- package/dist/communications/models/ApiV1SellerDownloadIdGet202Response.js +55 -0
- package/dist/communications/models/ApiV1SellerDownloadIdGet451Response.d.ts +56 -0
- package/dist/communications/models/ApiV1SellerDownloadIdGet451Response.js +57 -0
- package/dist/communications/models/index.d.ts +2 -0
- package/dist/communications/models/index.js +2 -0
- package/dist/finances/models/DetailReportItem.d.ts +14 -3
- package/dist/finances/models/DetailReportItem.js +4 -0
- package/dist/in_store_pickup/apis/DefaultApi.d.ts +2 -2
- package/dist/in_store_pickup/apis/DefaultApi.js +2 -2
- package/dist/in_store_pickup/models/ApiNewOrder.d.ts +2 -2
- package/dist/in_store_pickup/models/ApiOrder.d.ts +2 -2
- package/dist/orders_dbs/models/OrderDBS.d.ts +2 -2
- package/dist/orders_dbs/models/OrderNewDBS.d.ts +2 -2
- package/dist/orders_fbs/apis/FBSApi.d.ts +35 -66
- package/dist/orders_fbs/apis/FBSApi.js +34 -152
- package/dist/orders_fbs/models/ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner.d.ts +1 -1
- package/dist/orders_fbs/models/OrderNew.d.ts +2 -2
- package/dist/orders_fbs/models/index.d.ts +0 -1
- package/dist/orders_fbs/models/index.js +0 -1
- package/dist/orders_fbw/apis/DefaultApi.d.ts +2 -2
- package/dist/orders_fbw/apis/DefaultApi.js +2 -2
- package/dist/products/models/ContentV2CardsUpdatePostRequestInner.d.ts +1 -1
- package/dist/products/models/ContentV2CardsUploadAddPostRequestCardsToAddInner.d.ts +4 -4
- package/dist/products/models/ContentV2CardsUploadAddPostRequestCardsToAddInner.js +3 -3
- package/dist/products/models/ContentV2CardsUploadAddPostRequestCardsToAddInnerSizesInner.d.ts +50 -0
- package/dist/products/models/ContentV2CardsUploadAddPostRequestCardsToAddInnerSizesInner.js +55 -0
- package/dist/products/models/ContentV2CardsUploadPostRequestInnerVariantsInner.d.ts +1 -1
- package/dist/products/models/ContentV2CardsUploadPostRequestInnerVariantsInnerSizesInner.d.ts +4 -1
- package/dist/products/models/index.d.ts +1 -0
- package/dist/products/models/index.js +1 -0
- package/dist/promotion/models/AdvV1AdvertGet200ResponseItemsInner.d.ts +1 -1
- package/dist/reports/apis/DefaultApi.d.ts +45 -9
- package/dist/reports/apis/DefaultApi.js +152 -8
- package/dist/reports/models/IncomesItem.d.ts +6 -6
- package/dist/reports/models/IncomesItem.js +6 -6
- package/dist/reports/models/MeasurementPenalties.d.ts +33 -0
- package/dist/reports/models/MeasurementPenalties.js +52 -0
- package/dist/reports/models/MeasurementPenaltiesData.d.ts +39 -0
- package/dist/reports/models/MeasurementPenaltiesData.js +56 -0
- package/dist/reports/models/MeasurementPenaltiesDataReportsInner.d.ts +137 -0
- package/dist/reports/models/MeasurementPenaltiesDataReportsInner.js +83 -0
- package/dist/reports/models/OrdersItem.d.ts +6 -6
- package/dist/reports/models/OrdersItem.js +6 -6
- package/dist/reports/models/SalesItem.d.ts +4 -4
- package/dist/reports/models/SalesItem.js +4 -4
- package/dist/reports/models/StocksItem.d.ts +2 -2
- package/dist/reports/models/StocksItem.js +2 -2
- package/dist/reports/models/WHM.d.ts +33 -0
- package/dist/reports/models/WHM.js +52 -0
- package/dist/reports/models/WHMData.d.ts +39 -0
- package/dist/reports/models/WHMData.js +56 -0
- package/dist/reports/models/WHMDataReportsInner.d.ts +80 -0
- package/dist/reports/models/WHMDataReportsInner.js +65 -0
- package/dist/reports/models/index.d.ts +6 -0
- package/dist/reports/models/index.js +6 -0
- package/dist/tariffs/models/CommissionUzbekistanReportInner.d.ts +14 -2
- package/dist/tariffs/models/CommissionUzbekistanReportInner.js +6 -2
- package/dist/wbd/apis/DefaultApi.d.ts +2 -2
- package/dist/wbd/apis/DefaultApi.js +2 -2
- package/package.json +1 -1
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { OrderBy } from './OrderBy';
|
|
13
12
|
import type { PastPeriod } from './PastPeriod';
|
|
13
|
+
import type { OrderByMainAndDetails } from './OrderByMainAndDetails';
|
|
14
14
|
import type { PositionCluster } from './PositionCluster';
|
|
15
15
|
import type { Period } from './Period';
|
|
16
16
|
/**
|
|
@@ -66,10 +66,10 @@ export interface MainRequest {
|
|
|
66
66
|
positionCluster: PositionCluster;
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
|
-
* @type {
|
|
69
|
+
* @type {OrderByMainAndDetails}
|
|
70
70
|
* @memberof MainRequest
|
|
71
71
|
*/
|
|
72
|
-
orderBy:
|
|
72
|
+
orderBy: OrderByMainAndDetails;
|
|
73
73
|
/**
|
|
74
74
|
* Показать данные по прямым запросам с [подменным артикулом](https://seller.wildberries.ru/help-center/article/A-524)
|
|
75
75
|
* @type {boolean}
|
|
@@ -18,8 +18,8 @@ exports.MainRequestFromJSON = MainRequestFromJSON;
|
|
|
18
18
|
exports.MainRequestFromJSONTyped = MainRequestFromJSONTyped;
|
|
19
19
|
exports.MainRequestToJSON = MainRequestToJSON;
|
|
20
20
|
exports.MainRequestToJSONTyped = MainRequestToJSONTyped;
|
|
21
|
-
var OrderBy_1 = require("./OrderBy");
|
|
22
21
|
var PastPeriod_1 = require("./PastPeriod");
|
|
22
|
+
var OrderByMainAndDetails_1 = require("./OrderByMainAndDetails");
|
|
23
23
|
var PositionCluster_1 = require("./PositionCluster");
|
|
24
24
|
var Period_1 = require("./Period");
|
|
25
25
|
/**
|
|
@@ -53,7 +53,7 @@ function MainRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
53
53
|
'brandNames': json['brandNames'] == null ? undefined : json['brandNames'],
|
|
54
54
|
'tagIds': json['tagIds'] == null ? undefined : json['tagIds'],
|
|
55
55
|
'positionCluster': (0, PositionCluster_1.PositionClusterFromJSON)(json['positionCluster']),
|
|
56
|
-
'orderBy': (0,
|
|
56
|
+
'orderBy': (0, OrderByMainAndDetails_1.OrderByMainAndDetailsFromJSON)(json['orderBy']),
|
|
57
57
|
'includeSubstitutedSKUs': json['includeSubstitutedSKUs'] == null ? undefined : json['includeSubstitutedSKUs'],
|
|
58
58
|
'includeSearchTexts': json['includeSearchTexts'] == null ? undefined : json['includeSearchTexts'],
|
|
59
59
|
'limit': json['limit'],
|
|
@@ -76,7 +76,7 @@ function MainRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
|
76
76
|
'brandNames': value['brandNames'],
|
|
77
77
|
'tagIds': value['tagIds'],
|
|
78
78
|
'positionCluster': (0, PositionCluster_1.PositionClusterToJSON)(value['positionCluster']),
|
|
79
|
-
'orderBy': (0,
|
|
79
|
+
'orderBy': (0, OrderByMainAndDetails_1.OrderByMainAndDetailsToJSON)(value['orderBy']),
|
|
80
80
|
'includeSubstitutedSKUs': value['includeSubstitutedSKUs'],
|
|
81
81
|
'includeSearchTexts': value['includeSearchTexts'],
|
|
82
82
|
'limit': value['limit'],
|
|
@@ -23,10 +23,10 @@ export interface NmReportGetReportsResponseDataInner {
|
|
|
23
23
|
id: string;
|
|
24
24
|
/**
|
|
25
25
|
* Дата и время завершения генерации
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {string}
|
|
27
27
|
* @memberof NmReportGetReportsResponseDataInner
|
|
28
28
|
*/
|
|
29
|
-
createdAt:
|
|
29
|
+
createdAt: string;
|
|
30
30
|
/**
|
|
31
31
|
* Статус отчёта:
|
|
32
32
|
*
|
|
@@ -47,7 +47,7 @@ function NmReportGetReportsResponseDataInnerFromJSONTyped(json, ignoreDiscrimina
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'id': json['id'],
|
|
50
|
-
'createdAt':
|
|
50
|
+
'createdAt': json['createdAt'],
|
|
51
51
|
'status': json['status'],
|
|
52
52
|
'name': json['name'],
|
|
53
53
|
'size': json['size'],
|
|
@@ -65,7 +65,7 @@ function NmReportGetReportsResponseDataInnerToJSONTyped(value, ignoreDiscriminat
|
|
|
65
65
|
}
|
|
66
66
|
return {
|
|
67
67
|
'id': value['id'],
|
|
68
|
-
'createdAt': value['createdAt']
|
|
68
|
+
'createdAt': value['createdAt'],
|
|
69
69
|
'status': value['status'],
|
|
70
70
|
'name': value['name'],
|
|
71
71
|
'size': value['size'],
|
|
@@ -30,7 +30,7 @@ export interface OrderBy {
|
|
|
30
30
|
* - `stockWbQty` — Остатки на складах WB, шт
|
|
31
31
|
* - `shareOrderPercent` — Доля в выручке
|
|
32
32
|
* - `addToWishlist` — Добавили в **Отложенные**
|
|
33
|
-
* - `timeToReady` —
|
|
33
|
+
* - `timeToReady` — Среднее время доставки
|
|
34
34
|
* - `localizationPercent` — Локальные заказы в рамках одного региона
|
|
35
35
|
* - `wbClub.orderCount` — Заказали товаров с WB Клубом, шт
|
|
36
36
|
* - `wbClub.orderSum` — Заказали на сумму с WB Клубом
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Аналитика и данные
|
|
3
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: analytics
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Параметры сортировки
|
|
14
|
+
* @export
|
|
15
|
+
* @interface OrderByMainAndDetails
|
|
16
|
+
*/
|
|
17
|
+
export interface OrderByMainAndDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Поле для сортировки:
|
|
20
|
+
* - `avgPosition` — по средней позиции
|
|
21
|
+
* - `addToCart` — по добавлениям в корзину
|
|
22
|
+
* - `openCard` — по открытию карточки (переход на страницу товара)
|
|
23
|
+
* - `orders` — по количеству заказов
|
|
24
|
+
* - `cartToOrder` — по конверсии в заказ из поиска
|
|
25
|
+
* - `openToCart` — по конверсии в корзину из поиска
|
|
26
|
+
* - `visibility` — по видимости товара
|
|
27
|
+
* - `minPrice` — по минимальной цене
|
|
28
|
+
* - `maxPrice` — по максимальной цене
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof OrderByMainAndDetails
|
|
32
|
+
*/
|
|
33
|
+
field: OrderByMainAndDetailsFieldEnum;
|
|
34
|
+
/**
|
|
35
|
+
* Порядок сортировки:
|
|
36
|
+
* - `asc` — по возрастанию
|
|
37
|
+
* - `desc` — по убыванию
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof OrderByMainAndDetails
|
|
41
|
+
*/
|
|
42
|
+
mode: OrderByMainAndDetailsModeEnum;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @export
|
|
46
|
+
*/
|
|
47
|
+
export declare const OrderByMainAndDetailsFieldEnum: {
|
|
48
|
+
readonly AvgPosition: "avgPosition";
|
|
49
|
+
readonly OpenCard: "openCard";
|
|
50
|
+
readonly AddToCart: "addToCart";
|
|
51
|
+
readonly OpenToCart: "openToCart";
|
|
52
|
+
readonly Orders: "orders";
|
|
53
|
+
readonly CartToOrder: "cartToOrder";
|
|
54
|
+
readonly Visibility: "visibility";
|
|
55
|
+
readonly MinPrice: "minPrice";
|
|
56
|
+
readonly MaxPrice: "maxPrice";
|
|
57
|
+
};
|
|
58
|
+
export type OrderByMainAndDetailsFieldEnum = typeof OrderByMainAndDetailsFieldEnum[keyof typeof OrderByMainAndDetailsFieldEnum];
|
|
59
|
+
/**
|
|
60
|
+
* @export
|
|
61
|
+
*/
|
|
62
|
+
export declare const OrderByMainAndDetailsModeEnum: {
|
|
63
|
+
readonly Asc: "asc";
|
|
64
|
+
readonly Desc: "desc";
|
|
65
|
+
};
|
|
66
|
+
export type OrderByMainAndDetailsModeEnum = typeof OrderByMainAndDetailsModeEnum[keyof typeof OrderByMainAndDetailsModeEnum];
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the OrderByMainAndDetails interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfOrderByMainAndDetails(value: object): value is OrderByMainAndDetails;
|
|
71
|
+
export declare function OrderByMainAndDetailsFromJSON(json: any): OrderByMainAndDetails;
|
|
72
|
+
export declare function OrderByMainAndDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderByMainAndDetails;
|
|
73
|
+
export declare function OrderByMainAndDetailsToJSON(json: any): OrderByMainAndDetails;
|
|
74
|
+
export declare function OrderByMainAndDetailsToJSONTyped(value?: OrderByMainAndDetails | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Аналитика и данные
|
|
6
|
+
* <div class=\"description_important\"> Узнать больше об аналитике и данных можно в <a href=\"https://seller.wildberries.ru/instructions/ru/ru/subcategory/seller-analytics\">справочном центре</a> </div> В разделе описаны методы получения: 1. [Воронки продаж](/openapi/analytics#tag/Voronka-prodazh) 2. [Поисковых запросов по вашим товарам](/openapi/analytics#tag/Poiskovye-zaprosy-po-vashim-tovaram) 3. [Истории остатков](/openapi/analytics#tag/Istoriya-ostatkov) 4. [Аналитики продавца в формате CSV](/openapi/analytics#tag/Analitika-prodavca-CSV)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: analytics
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.OrderByMainAndDetailsModeEnum = exports.OrderByMainAndDetailsFieldEnum = void 0;
|
|
17
|
+
exports.instanceOfOrderByMainAndDetails = instanceOfOrderByMainAndDetails;
|
|
18
|
+
exports.OrderByMainAndDetailsFromJSON = OrderByMainAndDetailsFromJSON;
|
|
19
|
+
exports.OrderByMainAndDetailsFromJSONTyped = OrderByMainAndDetailsFromJSONTyped;
|
|
20
|
+
exports.OrderByMainAndDetailsToJSON = OrderByMainAndDetailsToJSON;
|
|
21
|
+
exports.OrderByMainAndDetailsToJSONTyped = OrderByMainAndDetailsToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.OrderByMainAndDetailsFieldEnum = {
|
|
26
|
+
AvgPosition: 'avgPosition',
|
|
27
|
+
OpenCard: 'openCard',
|
|
28
|
+
AddToCart: 'addToCart',
|
|
29
|
+
OpenToCart: 'openToCart',
|
|
30
|
+
Orders: 'orders',
|
|
31
|
+
CartToOrder: 'cartToOrder',
|
|
32
|
+
Visibility: 'visibility',
|
|
33
|
+
MinPrice: 'minPrice',
|
|
34
|
+
MaxPrice: 'maxPrice'
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @export
|
|
38
|
+
*/
|
|
39
|
+
exports.OrderByMainAndDetailsModeEnum = {
|
|
40
|
+
Asc: 'asc',
|
|
41
|
+
Desc: 'desc'
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the OrderByMainAndDetails interface.
|
|
45
|
+
*/
|
|
46
|
+
function instanceOfOrderByMainAndDetails(value) {
|
|
47
|
+
if (!('field' in value) || value['field'] === undefined)
|
|
48
|
+
return false;
|
|
49
|
+
if (!('mode' in value) || value['mode'] === undefined)
|
|
50
|
+
return false;
|
|
51
|
+
return true;
|
|
52
|
+
}
|
|
53
|
+
function OrderByMainAndDetailsFromJSON(json) {
|
|
54
|
+
return OrderByMainAndDetailsFromJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
function OrderByMainAndDetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
57
|
+
if (json == null) {
|
|
58
|
+
return json;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
'field': json['field'],
|
|
62
|
+
'mode': json['mode'],
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
function OrderByMainAndDetailsToJSON(json) {
|
|
66
|
+
return OrderByMainAndDetailsToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
function OrderByMainAndDetailsToJSONTyped(value, ignoreDiscriminator) {
|
|
69
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
return {
|
|
74
|
+
'field': value['field'],
|
|
75
|
+
'mode': value['mode'],
|
|
76
|
+
};
|
|
77
|
+
}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { OrderBy } from './OrderBy';
|
|
13
12
|
import type { PastPeriod } from './PastPeriod';
|
|
13
|
+
import type { OrderByMainAndDetails } from './OrderByMainAndDetails';
|
|
14
14
|
import type { Period } from './Period';
|
|
15
15
|
/**
|
|
16
16
|
* Параметры запроса для пагинации по товарам в группе:
|
|
@@ -59,10 +59,10 @@ export interface TableDetailsRequest {
|
|
|
59
59
|
nmIds?: Array<number>;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
|
-
* @type {
|
|
62
|
+
* @type {OrderByMainAndDetails}
|
|
63
63
|
* @memberof TableDetailsRequest
|
|
64
64
|
*/
|
|
65
|
-
orderBy:
|
|
65
|
+
orderBy: OrderByMainAndDetails;
|
|
66
66
|
/**
|
|
67
67
|
* Товары с какой средней позицией в поиске показывать в отчёте:
|
|
68
68
|
* - `all` — все
|
|
@@ -19,8 +19,8 @@ exports.TableDetailsRequestFromJSON = TableDetailsRequestFromJSON;
|
|
|
19
19
|
exports.TableDetailsRequestFromJSONTyped = TableDetailsRequestFromJSONTyped;
|
|
20
20
|
exports.TableDetailsRequestToJSON = TableDetailsRequestToJSON;
|
|
21
21
|
exports.TableDetailsRequestToJSONTyped = TableDetailsRequestToJSONTyped;
|
|
22
|
-
var OrderBy_1 = require("./OrderBy");
|
|
23
22
|
var PastPeriod_1 = require("./PastPeriod");
|
|
23
|
+
var OrderByMainAndDetails_1 = require("./OrderByMainAndDetails");
|
|
24
24
|
var Period_1 = require("./Period");
|
|
25
25
|
/**
|
|
26
26
|
* @export
|
|
@@ -61,7 +61,7 @@ function TableDetailsRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
61
61
|
'brandName': json['brandName'] == null ? undefined : json['brandName'],
|
|
62
62
|
'tagId': json['tagId'] == null ? undefined : json['tagId'],
|
|
63
63
|
'nmIds': json['nmIds'] == null ? undefined : json['nmIds'],
|
|
64
|
-
'orderBy': (0,
|
|
64
|
+
'orderBy': (0, OrderByMainAndDetails_1.OrderByMainAndDetailsFromJSON)(json['orderBy']),
|
|
65
65
|
'positionCluster': json['positionCluster'],
|
|
66
66
|
'includeSubstitutedSKUs': json['includeSubstitutedSKUs'] == null ? undefined : json['includeSubstitutedSKUs'],
|
|
67
67
|
'includeSearchTexts': json['includeSearchTexts'] == null ? undefined : json['includeSearchTexts'],
|
|
@@ -84,7 +84,7 @@ function TableDetailsRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
|
84
84
|
'brandName': value['brandName'],
|
|
85
85
|
'tagId': value['tagId'],
|
|
86
86
|
'nmIds': value['nmIds'],
|
|
87
|
-
'orderBy': (0,
|
|
87
|
+
'orderBy': (0, OrderByMainAndDetails_1.OrderByMainAndDetailsToJSON)(value['orderBy']),
|
|
88
88
|
'positionCluster': value['positionCluster'],
|
|
89
89
|
'includeSubstitutedSKUs': value['includeSubstitutedSKUs'],
|
|
90
90
|
'includeSearchTexts': value['includeSearchTexts'],
|
|
@@ -20,7 +20,7 @@ exports.TableGroupFieldFromJSONTyped = TableGroupFieldFromJSONTyped;
|
|
|
20
20
|
exports.TableGroupFieldToJSON = TableGroupFieldToJSON;
|
|
21
21
|
exports.TableGroupFieldToJSONTyped = TableGroupFieldToJSONTyped;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Сортировка по полю:
|
|
24
24
|
* - `ordersCount` — Заказы, шт.
|
|
25
25
|
* - `ordersSum` — Заказы, сумма
|
|
26
26
|
* - `avgOrders` — Среднее количество заказов в день
|
|
@@ -41,6 +41,7 @@ export * from './NmReportRetryReportRequest';
|
|
|
41
41
|
export * from './NmReportRetryReportResponse';
|
|
42
42
|
export * from './OrderBy';
|
|
43
43
|
export * from './OrderByGrTe';
|
|
44
|
+
export * from './OrderByMainAndDetails';
|
|
44
45
|
export * from './OrderByMode';
|
|
45
46
|
export * from './PastPeriod';
|
|
46
47
|
export * from './Period';
|
|
@@ -59,6 +59,7 @@ __exportStar(require("./NmReportRetryReportRequest"), exports);
|
|
|
59
59
|
__exportStar(require("./NmReportRetryReportResponse"), exports);
|
|
60
60
|
__exportStar(require("./OrderBy"), exports);
|
|
61
61
|
__exportStar(require("./OrderByGrTe"), exports);
|
|
62
|
+
__exportStar(require("./OrderByMainAndDetails"), exports);
|
|
62
63
|
__exportStar(require("./OrderByMode"), exports);
|
|
63
64
|
__exportStar(require("./PastPeriod"), exports);
|
|
64
65
|
__exportStar(require("./Period"), exports);
|
|
@@ -112,7 +112,7 @@ export interface ApiV1ClaimsGet200ResponseClaimsInner {
|
|
|
112
112
|
* * `approve1` — одобрить с проверкой брака.<br>Деньги вернутся покупателю после возврата товара. Товар будет проверен на складе. При подтверждении брака/ошибки вложения товар будет отправлен продавцу. Если брак/ошибка вложения не подтвердятся, товар будет возвращён в продажу.<br>Неприменимо при модели <strong>[Самовывоз](./in-store-pickup)</strong>.
|
|
113
113
|
* * `approve2` — одобрить и забрать товар.<br> Деньги вернутся покупателю после возврата товара. Товар будет отправлен продавцу.<br>Неприменимо при модели <strong>[Самовывоз](./in-store-pickup)</strong>.
|
|
114
114
|
* * `autorefund1` — одобрить без возврата товара.<br> Товар останется у покупателя. Деньги за него будут возвращены покупателю без возврата товара.
|
|
115
|
-
* * `reject1` — отклонить с шаблоном ответа: <details><summary><strong>Брак не обнаружен</strong></summary>Пришлось отклонить заявку — подтвердить производственный брак не получилось. Можете отнести товар на независимую экспертизу или в сервисный центр. Если брак
|
|
115
|
+
* * `reject1` — отклонить с шаблоном ответа: <details><summary><strong>Брак не обнаружен</strong></summary>Пришлось отклонить заявку — подтвердить производственный брак не получилось. Можете отнести товар на независимую экспертизу или в сервисный центр. Если брак подтвердится, создайте новую заявку с такой же причиной, ещё раз опишите проблему и добавьте фото заключения. А если остались вопросы, задайте их в чате: нажмите кнопку «Написать продавцу».</details>
|
|
116
116
|
* * `reject2` — отклонить с шаблоном ответа: <details><summary><strong>Добавить фото/видео</strong></summary>Пришлось отклонить заявку — нужно чуть больше информации. Создайте новую заявку с такой же причиной возврата, подробно опишите проблему и добавьте фото, на которых хорошо видно: сам товар целиком, брак, бирку или этикетку, упаковку со штрихкодом Wildberries, если она осталась. Желательно добавить видео — это поможет разобраться.</details>
|
|
117
117
|
* * `reject3` — отклонить с шаблоном ответа: <details><summary><strong>Направить в сервисный центр</strong></summary>Пришлось отклонить заявку — подтвердить производственный брак не получилось. Вы можете отнести товар в сервисный центр: адрес есть на сайте производителя или в гарантийном талоне. Там всё проверят и выдадут заключение. Если производственный брак подтвердится, создайте новую заявку с такой же причиной, ещё раз опишите проблему и добавьте фото заключения.</details>
|
|
118
118
|
* * `rejectcustom` — отклонить с комментарием.<br>Комментарий передаётся в параметре `comment`.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Общение с покупателями
|
|
3
|
+
* <div class=\"description_important\"> Узнать больше об общении с покупателями можно в <a href=\"https://seller.wildberries.ru/instructions/category/f7f6c465-dd12-422d-80a0-a6d9562115d5?goBackOption=prevRoute&categoryId=30817062-14cc-4a82-bc78-3600c2b0685b\">справочном центре</a> </div> С помощью методов общения с покупателями вы можете работать с: 1. [Вопросами](/openapi/user-communication#tag/Voprosy) и [отзывами](/openapi/user-communication#tag/Otzyvy) покупателей 2. [Закреплёнными отзывами](/openapi/user-communication#tag/Zakreplyonnye-otzyvy) 3. [Чатами с покупателями](/openapi/user-communication#tag/Chat-s-pokupatelyami) 4. [Заявками покупателей на возврат](/openapi/user-communication#tag/Vozvraty-pokupatelyami)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: communication
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiV1SellerDownloadIdGet202Response
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1SellerDownloadIdGet202Response {
|
|
18
|
+
/**
|
|
19
|
+
* Статус модерации
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1SellerDownloadIdGet202Response
|
|
22
|
+
*/
|
|
23
|
+
moderationState: string;
|
|
24
|
+
/**
|
|
25
|
+
* Секунд до следующей попытки запроса файла
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ApiV1SellerDownloadIdGet202Response
|
|
28
|
+
*/
|
|
29
|
+
retrySeconds: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ApiV1SellerDownloadIdGet202Response interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfApiV1SellerDownloadIdGet202Response(value: object): value is ApiV1SellerDownloadIdGet202Response;
|
|
35
|
+
export declare function ApiV1SellerDownloadIdGet202ResponseFromJSON(json: any): ApiV1SellerDownloadIdGet202Response;
|
|
36
|
+
export declare function ApiV1SellerDownloadIdGet202ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1SellerDownloadIdGet202Response;
|
|
37
|
+
export declare function ApiV1SellerDownloadIdGet202ResponseToJSON(json: any): ApiV1SellerDownloadIdGet202Response;
|
|
38
|
+
export declare function ApiV1SellerDownloadIdGet202ResponseToJSONTyped(value?: ApiV1SellerDownloadIdGet202Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Общение с покупателями
|
|
6
|
+
* <div class=\"description_important\"> Узнать больше об общении с покупателями можно в <a href=\"https://seller.wildberries.ru/instructions/category/f7f6c465-dd12-422d-80a0-a6d9562115d5?goBackOption=prevRoute&categoryId=30817062-14cc-4a82-bc78-3600c2b0685b\">справочном центре</a> </div> С помощью методов общения с покупателями вы можете работать с: 1. [Вопросами](/openapi/user-communication#tag/Voprosy) и [отзывами](/openapi/user-communication#tag/Otzyvy) покупателей 2. [Закреплёнными отзывами](/openapi/user-communication#tag/Zakreplyonnye-otzyvy) 3. [Чатами с покупателями](/openapi/user-communication#tag/Chat-s-pokupatelyami) 4. [Заявками покупателей на возврат](/openapi/user-communication#tag/Vozvraty-pokupatelyami)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: communication
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiV1SellerDownloadIdGet202Response = instanceOfApiV1SellerDownloadIdGet202Response;
|
|
17
|
+
exports.ApiV1SellerDownloadIdGet202ResponseFromJSON = ApiV1SellerDownloadIdGet202ResponseFromJSON;
|
|
18
|
+
exports.ApiV1SellerDownloadIdGet202ResponseFromJSONTyped = ApiV1SellerDownloadIdGet202ResponseFromJSONTyped;
|
|
19
|
+
exports.ApiV1SellerDownloadIdGet202ResponseToJSON = ApiV1SellerDownloadIdGet202ResponseToJSON;
|
|
20
|
+
exports.ApiV1SellerDownloadIdGet202ResponseToJSONTyped = ApiV1SellerDownloadIdGet202ResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1SellerDownloadIdGet202Response interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1SellerDownloadIdGet202Response(value) {
|
|
25
|
+
if (!('moderationState' in value) || value['moderationState'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('retrySeconds' in value) || value['retrySeconds'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function ApiV1SellerDownloadIdGet202ResponseFromJSON(json) {
|
|
32
|
+
return ApiV1SellerDownloadIdGet202ResponseFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function ApiV1SellerDownloadIdGet202ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'moderationState': json['moderationState'],
|
|
40
|
+
'retrySeconds': json['retrySeconds'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function ApiV1SellerDownloadIdGet202ResponseToJSON(json) {
|
|
44
|
+
return ApiV1SellerDownloadIdGet202ResponseToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function ApiV1SellerDownloadIdGet202ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
47
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'moderationState': value['moderationState'],
|
|
53
|
+
'retrySeconds': value['retrySeconds'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Общение с покупателями
|
|
3
|
+
* <div class=\"description_important\"> Узнать больше об общении с покупателями можно в <a href=\"https://seller.wildberries.ru/instructions/category/f7f6c465-dd12-422d-80a0-a6d9562115d5?goBackOption=prevRoute&categoryId=30817062-14cc-4a82-bc78-3600c2b0685b\">справочном центре</a> </div> С помощью методов общения с покупателями вы можете работать с: 1. [Вопросами](/openapi/user-communication#tag/Voprosy) и [отзывами](/openapi/user-communication#tag/Otzyvy) покупателей 2. [Закреплёнными отзывами](/openapi/user-communication#tag/Zakreplyonnye-otzyvy) 3. [Чатами с покупателями](/openapi/user-communication#tag/Chat-s-pokupatelyami) 4. [Заявками покупателей на возврат](/openapi/user-communication#tag/Vozvraty-pokupatelyami)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: communication
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiV1SellerDownloadIdGet451Response
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1SellerDownloadIdGet451Response {
|
|
18
|
+
/**
|
|
19
|
+
* HTTP статус-код
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ApiV1SellerDownloadIdGet451Response
|
|
22
|
+
*/
|
|
23
|
+
status?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Заголовок ошибки
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiV1SellerDownloadIdGet451Response
|
|
28
|
+
*/
|
|
29
|
+
title?: string;
|
|
30
|
+
/**
|
|
31
|
+
* ID внутреннего сервиса WB
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApiV1SellerDownloadIdGet451Response
|
|
34
|
+
*/
|
|
35
|
+
origin?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Детали ошибки
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ApiV1SellerDownloadIdGet451Response
|
|
40
|
+
*/
|
|
41
|
+
detail?: string;
|
|
42
|
+
/**
|
|
43
|
+
* ID запроса
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ApiV1SellerDownloadIdGet451Response
|
|
46
|
+
*/
|
|
47
|
+
requestId?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the ApiV1SellerDownloadIdGet451Response interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfApiV1SellerDownloadIdGet451Response(value: object): value is ApiV1SellerDownloadIdGet451Response;
|
|
53
|
+
export declare function ApiV1SellerDownloadIdGet451ResponseFromJSON(json: any): ApiV1SellerDownloadIdGet451Response;
|
|
54
|
+
export declare function ApiV1SellerDownloadIdGet451ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1SellerDownloadIdGet451Response;
|
|
55
|
+
export declare function ApiV1SellerDownloadIdGet451ResponseToJSON(json: any): ApiV1SellerDownloadIdGet451Response;
|
|
56
|
+
export declare function ApiV1SellerDownloadIdGet451ResponseToJSONTyped(value?: ApiV1SellerDownloadIdGet451Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Общение с покупателями
|
|
6
|
+
* <div class=\"description_important\"> Узнать больше об общении с покупателями можно в <a href=\"https://seller.wildberries.ru/instructions/category/f7f6c465-dd12-422d-80a0-a6d9562115d5?goBackOption=prevRoute&categoryId=30817062-14cc-4a82-bc78-3600c2b0685b\">справочном центре</a> </div> С помощью методов общения с покупателями вы можете работать с: 1. [Вопросами](/openapi/user-communication#tag/Voprosy) и [отзывами](/openapi/user-communication#tag/Otzyvy) покупателей 2. [Закреплёнными отзывами](/openapi/user-communication#tag/Zakreplyonnye-otzyvy) 3. [Чатами с покупателями](/openapi/user-communication#tag/Chat-s-pokupatelyami) 4. [Заявками покупателей на возврат](/openapi/user-communication#tag/Vozvraty-pokupatelyami)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: communication
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiV1SellerDownloadIdGet451Response = instanceOfApiV1SellerDownloadIdGet451Response;
|
|
17
|
+
exports.ApiV1SellerDownloadIdGet451ResponseFromJSON = ApiV1SellerDownloadIdGet451ResponseFromJSON;
|
|
18
|
+
exports.ApiV1SellerDownloadIdGet451ResponseFromJSONTyped = ApiV1SellerDownloadIdGet451ResponseFromJSONTyped;
|
|
19
|
+
exports.ApiV1SellerDownloadIdGet451ResponseToJSON = ApiV1SellerDownloadIdGet451ResponseToJSON;
|
|
20
|
+
exports.ApiV1SellerDownloadIdGet451ResponseToJSONTyped = ApiV1SellerDownloadIdGet451ResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1SellerDownloadIdGet451Response interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1SellerDownloadIdGet451Response(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ApiV1SellerDownloadIdGet451ResponseFromJSON(json) {
|
|
28
|
+
return ApiV1SellerDownloadIdGet451ResponseFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ApiV1SellerDownloadIdGet451ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
36
|
+
'title': json['title'] == null ? undefined : json['title'],
|
|
37
|
+
'origin': json['origin'] == null ? undefined : json['origin'],
|
|
38
|
+
'detail': json['detail'] == null ? undefined : json['detail'],
|
|
39
|
+
'requestId': json['requestId'] == null ? undefined : json['requestId'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function ApiV1SellerDownloadIdGet451ResponseToJSON(json) {
|
|
43
|
+
return ApiV1SellerDownloadIdGet451ResponseToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function ApiV1SellerDownloadIdGet451ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
46
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'status': value['status'],
|
|
52
|
+
'title': value['title'],
|
|
53
|
+
'origin': value['origin'],
|
|
54
|
+
'detail': value['detail'],
|
|
55
|
+
'requestId': value['requestId'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
@@ -44,6 +44,8 @@ export * from './ApiV1QuestionsPatchRequest';
|
|
|
44
44
|
export * from './ApiV1QuestionsPatchRequestOneOf';
|
|
45
45
|
export * from './ApiV1QuestionsPatchRequestOneOf1';
|
|
46
46
|
export * from './ApiV1QuestionsPatchRequestOneOf1Answer';
|
|
47
|
+
export * from './ApiV1SellerDownloadIdGet202Response';
|
|
48
|
+
export * from './ApiV1SellerDownloadIdGet451Response';
|
|
47
49
|
export * from './ApiV1SellerEventsGet400Response';
|
|
48
50
|
export * from './Chat';
|
|
49
51
|
export * from './ChatsResponse';
|
|
@@ -62,6 +62,8 @@ __exportStar(require("./ApiV1QuestionsPatchRequest"), exports);
|
|
|
62
62
|
__exportStar(require("./ApiV1QuestionsPatchRequestOneOf"), exports);
|
|
63
63
|
__exportStar(require("./ApiV1QuestionsPatchRequestOneOf1"), exports);
|
|
64
64
|
__exportStar(require("./ApiV1QuestionsPatchRequestOneOf1Answer"), exports);
|
|
65
|
+
__exportStar(require("./ApiV1SellerDownloadIdGet202Response"), exports);
|
|
66
|
+
__exportStar(require("./ApiV1SellerDownloadIdGet451Response"), exports);
|
|
65
67
|
__exportStar(require("./ApiV1SellerEventsGet400Response"), exports);
|
|
66
68
|
__exportStar(require("./Chat"), exports);
|
|
67
69
|
__exportStar(require("./ChatsResponse"), exports);
|
|
@@ -416,7 +416,7 @@ export interface DetailReportItem {
|
|
|
416
416
|
*/
|
|
417
417
|
deduction?: number;
|
|
418
418
|
/**
|
|
419
|
-
*
|
|
419
|
+
* Операции на приёмке
|
|
420
420
|
* @type {number}
|
|
421
421
|
* @memberof DetailReportItem
|
|
422
422
|
*/
|
|
@@ -460,7 +460,7 @@ export interface DetailReportItem {
|
|
|
460
460
|
*/
|
|
461
461
|
isLegalEntity?: boolean;
|
|
462
462
|
/**
|
|
463
|
-
* Номер короба для
|
|
463
|
+
* Номер короба для обработки товара
|
|
464
464
|
* @type {string}
|
|
465
465
|
* @memberof DetailReportItem
|
|
466
466
|
*/
|
|
@@ -509,11 +509,22 @@ export interface DetailReportItem {
|
|
|
509
509
|
paymentSchedule?: number;
|
|
510
510
|
/**
|
|
511
511
|
* Способ продажи и тип товара
|
|
512
|
-
*
|
|
513
512
|
* @type {string}
|
|
514
513
|
* @memberof DetailReportItem
|
|
515
514
|
*/
|
|
516
515
|
deliveryMethod?: string;
|
|
516
|
+
/**
|
|
517
|
+
* ID собственной акции продавца с дополнительной скидкой
|
|
518
|
+
* @type {number}
|
|
519
|
+
* @memberof DetailReportItem
|
|
520
|
+
*/
|
|
521
|
+
sellerPromoId?: number;
|
|
522
|
+
/**
|
|
523
|
+
* Размер дополнительной скидки по собственной акции продавца, %
|
|
524
|
+
* @type {number}
|
|
525
|
+
* @memberof DetailReportItem
|
|
526
|
+
*/
|
|
527
|
+
sellerPromoDiscount?: number;
|
|
517
528
|
}
|
|
518
529
|
/**
|
|
519
530
|
* @export
|