@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.47 → 0.0.48
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.
|
@@ -178,6 +178,11 @@ export declare namespace PreAllocationOrderTypes {
|
|
|
178
178
|
pickingAt: number;
|
|
179
179
|
estimatedArrivalAt: number;
|
|
180
180
|
operator: string;
|
|
181
|
+
storeIds?: string[];
|
|
182
|
+
productIds?: string[];
|
|
183
|
+
skuCodes?: string[];
|
|
184
|
+
deliveryMode?: number;
|
|
185
|
+
sourceType?: number;
|
|
181
186
|
}
|
|
182
187
|
/** 查询任务进度 */
|
|
183
188
|
interface GetTaskProgress {
|