@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.26 → 0.0.27
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.
|
@@ -69,6 +69,8 @@ export declare namespace PreAllocationOrderTypes {
|
|
|
69
69
|
id: string;
|
|
70
70
|
batchId: string;
|
|
71
71
|
batchNo: string;
|
|
72
|
+
warehouseId: string;
|
|
73
|
+
warehouseName: string;
|
|
72
74
|
storeId: string;
|
|
73
75
|
storeName: string;
|
|
74
76
|
skuCount: number;
|
|
@@ -169,7 +171,8 @@ export declare namespace PreAllocationOrderTypes {
|
|
|
169
171
|
}
|
|
170
172
|
/** 批量提交预配货单 */
|
|
171
173
|
interface BatchSubmit {
|
|
172
|
-
|
|
174
|
+
warehouseId: string;
|
|
175
|
+
batchNos?: string[];
|
|
173
176
|
preAllocationOrderIds?: string[];
|
|
174
177
|
pickingAt: number;
|
|
175
178
|
estimatedArrivalAt: number;
|