@whiplashmerch/whiplash-api-client 0.4.83 → 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? */
|
|
@@ -5350,6 +5352,8 @@ export interface APIV2EntitiesOrderBatch {
|
|
|
5350
5352
|
* @format int32
|
|
5351
5353
|
*/
|
|
5352
5354
|
expedited_shipping?: number;
|
|
5355
|
+
/** the attributes this batch was grouped by */
|
|
5356
|
+
grouping_fields?: object;
|
|
5353
5357
|
/** Hash of OrderId => Group Number */
|
|
5354
5358
|
groups?: object;
|
|
5355
5359
|
/** @format int32 */
|
|
@@ -23344,6 +23348,8 @@ export interface PutApiV21OrderBatchesId {
|
|
|
23344
23348
|
* @format int32
|
|
23345
23349
|
*/
|
|
23346
23350
|
expedited_shipping?: number;
|
|
23351
|
+
/** the attributes this batch was grouped by */
|
|
23352
|
+
grouping_fields?: object;
|
|
23347
23353
|
/** Hash of OrderId => Group Number */
|
|
23348
23354
|
groups?: object;
|
|
23349
23355
|
/** Do all of the orders in this batch have the exact same contents? */
|
|
@@ -27697,6 +27703,8 @@ export interface PutApiV2OrderBatchesId {
|
|
|
27697
27703
|
* @format int32
|
|
27698
27704
|
*/
|
|
27699
27705
|
expedited_shipping?: number;
|
|
27706
|
+
/** the attributes this batch was grouped by */
|
|
27707
|
+
grouping_fields?: object;
|
|
27700
27708
|
/** Hash of OrderId => Group Number */
|
|
27701
27709
|
groups?: object;
|
|
27702
27710
|
/** Do all of the orders in this batch have the exact same contents? */
|