@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.52 → 0.0.53
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.
|
@@ -211,6 +211,7 @@ export declare namespace PreAllocationOrderTypes {
|
|
|
211
211
|
operator: string;
|
|
212
212
|
storeIds?: string[];
|
|
213
213
|
productIds?: string[];
|
|
214
|
+
skuIds?: string[];
|
|
214
215
|
skuCodes?: string[];
|
|
215
216
|
deliveryModes?: number[];
|
|
216
217
|
sourceTypes?: number[];
|
|
@@ -237,6 +238,7 @@ export declare namespace PreAllocationOrderTypes {
|
|
|
237
238
|
batchNos?: string[];
|
|
238
239
|
preAllocationOrderIds?: string[];
|
|
239
240
|
productIds?: string[];
|
|
241
|
+
skuIds?: string[];
|
|
240
242
|
skuCodes?: string[];
|
|
241
243
|
pageIndex?: number;
|
|
242
244
|
pageSize?: number;
|
|
@@ -259,6 +261,7 @@ export declare namespace PreAllocationOrderTypes {
|
|
|
259
261
|
warehouseId: string;
|
|
260
262
|
batchNos?: string[];
|
|
261
263
|
preAllocationOrderIds?: string[];
|
|
264
|
+
skuIds?: string[];
|
|
262
265
|
pickingRemark: string;
|
|
263
266
|
operator: string;
|
|
264
267
|
}
|