@be-link/ecommerce-trade-service-node-sdk 0.1.137 → 0.1.139
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.
|
@@ -139,6 +139,8 @@ export declare namespace StatisticsService {
|
|
|
139
139
|
endTime: number;
|
|
140
140
|
/** 商品ID[] */
|
|
141
141
|
productIds?: string[];
|
|
142
|
+
/** 分页参数 */
|
|
143
|
+
pagination: Dto.IPagination;
|
|
142
144
|
}
|
|
143
145
|
interface IGetSkuStatsByProduct {
|
|
144
146
|
/** 门店Id */
|
|
@@ -168,6 +170,8 @@ export declare namespace StatisticsService {
|
|
|
168
170
|
verifiedCount: number;
|
|
169
171
|
/** 未核销单量 */
|
|
170
172
|
unverifiedCount: number;
|
|
173
|
+
/** 退货量 */
|
|
174
|
+
refundCount: number;
|
|
171
175
|
/** 退款金额 */
|
|
172
176
|
refundAmount: number;
|
|
173
177
|
}
|