@whiplashmerch/whiplash-api-client 0.4.82 → 0.4.84
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.
|
@@ -1624,6 +1624,8 @@ export interface APIV21EntitiesOrderBatch {
|
|
|
1624
1624
|
* @format int32
|
|
1625
1625
|
*/
|
|
1626
1626
|
expedited_shipping?: number;
|
|
1627
|
+
/** the attributes this batch was grouped by */
|
|
1628
|
+
grouping_fields?: object;
|
|
1627
1629
|
/** @format int32 */
|
|
1628
1630
|
id?: number;
|
|
1629
1631
|
/** Do all of the orders in this batch have the exact same contents? */
|
|
@@ -1703,10 +1705,12 @@ export interface APIV21EntitiesOrderBatchRequest {
|
|
|
1703
1705
|
options_batch_qty_min?: number;
|
|
1704
1706
|
/** the batch strategy used for the batches in this order batch request */
|
|
1705
1707
|
options_batch_strategy?: string;
|
|
1706
|
-
/** the selected grouping option for the order_batches in the request */
|
|
1708
|
+
/** the selected grouping option(s) for the order_batches in the request */
|
|
1707
1709
|
options_group_by?: string;
|
|
1708
1710
|
/** whether to include unavailable items in the order_batches */
|
|
1709
1711
|
options_include_unavailable?: boolean;
|
|
1712
|
+
/** the location roles to pick from for this batch */
|
|
1713
|
+
options_location_roles?: string;
|
|
1710
1714
|
/** the pick strategy for the order_batches in the request */
|
|
1711
1715
|
options_pick_strategy?: string;
|
|
1712
1716
|
/** whether to separate expedited items into their own order_batches */
|
|
@@ -5348,6 +5352,8 @@ export interface APIV2EntitiesOrderBatch {
|
|
|
5348
5352
|
* @format int32
|
|
5349
5353
|
*/
|
|
5350
5354
|
expedited_shipping?: number;
|
|
5355
|
+
/** the attributes this batch was grouped by */
|
|
5356
|
+
grouping_fields?: object;
|
|
5351
5357
|
/** Hash of OrderId => Group Number */
|
|
5352
5358
|
groups?: object;
|
|
5353
5359
|
/** @format int32 */
|
|
@@ -5474,10 +5480,12 @@ export interface APIV2EntitiesOrderBatchRequest {
|
|
|
5474
5480
|
options_batch_qty_min?: number;
|
|
5475
5481
|
/** the batch strategy used for the batches in this order batch request */
|
|
5476
5482
|
options_batch_strategy?: string;
|
|
5477
|
-
/** the selected grouping option for the order_batches in the request */
|
|
5483
|
+
/** the selected grouping option(s) for the order_batches in the request */
|
|
5478
5484
|
options_group_by?: string;
|
|
5479
5485
|
/** whether to include unavailable items in the order_batches */
|
|
5480
5486
|
options_include_unavailable?: boolean;
|
|
5487
|
+
/** the location roles to pick from for this batch */
|
|
5488
|
+
options_location_roles?: string;
|
|
5481
5489
|
/** the pick strategy for the order_batches in the request */
|
|
5482
5490
|
options_pick_strategy?: string;
|
|
5483
5491
|
/** whether to separate expedited items into their own order_batches */
|
|
@@ -23340,6 +23348,8 @@ export interface PutApiV21OrderBatchesId {
|
|
|
23340
23348
|
* @format int32
|
|
23341
23349
|
*/
|
|
23342
23350
|
expedited_shipping?: number;
|
|
23351
|
+
/** the attributes this batch was grouped by */
|
|
23352
|
+
grouping_fields?: object;
|
|
23343
23353
|
/** Hash of OrderId => Group Number */
|
|
23344
23354
|
groups?: object;
|
|
23345
23355
|
/** Do all of the orders in this batch have the exact same contents? */
|
|
@@ -27693,6 +27703,8 @@ export interface PutApiV2OrderBatchesId {
|
|
|
27693
27703
|
* @format int32
|
|
27694
27704
|
*/
|
|
27695
27705
|
expedited_shipping?: number;
|
|
27706
|
+
/** the attributes this batch was grouped by */
|
|
27707
|
+
grouping_fields?: object;
|
|
27696
27708
|
/** Hash of OrderId => Group Number */
|
|
27697
27709
|
groups?: object;
|
|
27698
27710
|
/** Do all of the orders in this batch have the exact same contents? */
|