@whiplashmerch/whiplash-api-client 3.2.50 → 3.2.51
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.
|
@@ -709,6 +709,8 @@ export interface ApiV2EntitiesCustomer {
|
|
|
709
709
|
auto_merge_gestation?: number | null;
|
|
710
710
|
/** auto merge SKUs? */
|
|
711
711
|
auto_merge_skus?: boolean | null;
|
|
712
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
713
|
+
auto_promote_backstock?: boolean;
|
|
712
714
|
/** Customer billing city. */
|
|
713
715
|
billing_city?: string | null;
|
|
714
716
|
/** Customer billing company. */
|
|
@@ -968,6 +970,8 @@ export interface ApiV2EntitiesCustomerShallow {
|
|
|
968
970
|
auto_merge_gestation?: number;
|
|
969
971
|
/** auto merge SKUs? */
|
|
970
972
|
auto_merge_skus?: boolean;
|
|
973
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
974
|
+
auto_promote_backstock?: boolean;
|
|
971
975
|
/** Customer billing city. */
|
|
972
976
|
billing_city?: string;
|
|
973
977
|
/** Customer billing company. */
|
|
@@ -6567,6 +6571,8 @@ export interface ApiV21EntitiesCustomer {
|
|
|
6567
6571
|
auto_merge_gestation?: number | null;
|
|
6568
6572
|
/** auto merge SKUs? */
|
|
6569
6573
|
auto_merge_skus?: boolean | null;
|
|
6574
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
6575
|
+
auto_promote_backstock?: boolean;
|
|
6570
6576
|
/** Customer billing city. */
|
|
6571
6577
|
billing_city?: string | null;
|
|
6572
6578
|
/** Customer billing company. */
|
|
@@ -17470,6 +17476,8 @@ export interface PostApiV21CustomersRequest {
|
|
|
17470
17476
|
auto_merge_gestation?: number;
|
|
17471
17477
|
/** auto merge SKUs? */
|
|
17472
17478
|
auto_merge_skus?: boolean;
|
|
17479
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
17480
|
+
auto_promote_backstock?: boolean;
|
|
17473
17481
|
/** Customer billing city. */
|
|
17474
17482
|
billing_city?: string;
|
|
17475
17483
|
/** Customer billing company. */
|
|
@@ -21011,6 +21019,8 @@ export interface PostApiV2CustomersRequest {
|
|
|
21011
21019
|
auto_merge_gestation?: number;
|
|
21012
21020
|
/** auto merge SKUs? */
|
|
21013
21021
|
auto_merge_skus?: boolean;
|
|
21022
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
21023
|
+
auto_promote_backstock?: boolean;
|
|
21014
21024
|
/** Customer billing city. */
|
|
21015
21025
|
billing_city?: string;
|
|
21016
21026
|
/** Customer billing company. */
|
|
@@ -24223,6 +24233,8 @@ export interface PutApiV21CustomersIdRequest {
|
|
|
24223
24233
|
auto_merge_gestation?: number;
|
|
24224
24234
|
/** auto merge SKUs? */
|
|
24225
24235
|
auto_merge_skus?: boolean;
|
|
24236
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
24237
|
+
auto_promote_backstock?: boolean;
|
|
24226
24238
|
/** Customer billing city. */
|
|
24227
24239
|
billing_city?: string;
|
|
24228
24240
|
/** Customer billing company. */
|
|
@@ -27107,6 +27119,8 @@ export interface PutApiV2CustomersIdRequest {
|
|
|
27107
27119
|
auto_merge_gestation?: number;
|
|
27108
27120
|
/** auto merge SKUs? */
|
|
27109
27121
|
auto_merge_skus?: boolean;
|
|
27122
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
27123
|
+
auto_promote_backstock?: boolean;
|
|
27110
27124
|
/** Customer billing city. */
|
|
27111
27125
|
billing_city?: string;
|
|
27112
27126
|
/** Customer billing company. */
|
|
@@ -242,6 +242,8 @@ export interface ApiV2EntitiesCustomer {
|
|
|
242
242
|
auto_merge_gestation?: number | null;
|
|
243
243
|
/** auto merge SKUs? */
|
|
244
244
|
auto_merge_skus?: boolean | null;
|
|
245
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
246
|
+
auto_promote_backstock?: boolean;
|
|
245
247
|
/** Customer billing city. */
|
|
246
248
|
billing_city?: string | null;
|
|
247
249
|
/** Customer billing company. */
|
|
@@ -502,6 +504,8 @@ export interface ApiV2EntitiesCustomerShallow {
|
|
|
502
504
|
auto_merge_gestation?: number;
|
|
503
505
|
/** auto merge SKUs? */
|
|
504
506
|
auto_merge_skus?: boolean;
|
|
507
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
508
|
+
auto_promote_backstock?: boolean;
|
|
505
509
|
/** Customer billing city. */
|
|
506
510
|
billing_city?: string;
|
|
507
511
|
/** Customer billing company. */
|
|
@@ -3433,6 +3437,8 @@ export interface ApiV21EntitiesCustomer {
|
|
|
3433
3437
|
auto_merge_gestation?: number | null;
|
|
3434
3438
|
/** auto merge SKUs? */
|
|
3435
3439
|
auto_merge_skus?: boolean | null;
|
|
3440
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
3441
|
+
auto_promote_backstock?: boolean;
|
|
3436
3442
|
/** Customer billing city. */
|
|
3437
3443
|
billing_city?: string | null;
|
|
3438
3444
|
/** Customer billing company. */
|
|
@@ -10806,6 +10812,8 @@ export interface PutApiV21CustomersIdRequest {
|
|
|
10806
10812
|
auto_merge_gestation?: number;
|
|
10807
10813
|
/** auto merge SKUs? */
|
|
10808
10814
|
auto_merge_skus?: boolean;
|
|
10815
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
10816
|
+
auto_promote_backstock?: boolean;
|
|
10809
10817
|
/** Customer billing city. */
|
|
10810
10818
|
billing_city?: string;
|
|
10811
10819
|
/** Customer billing company. */
|
|
@@ -12033,6 +12041,8 @@ export interface PutApiV2CustomersIdRequest {
|
|
|
12033
12041
|
auto_merge_gestation?: number;
|
|
12034
12042
|
/** auto merge SKUs? */
|
|
12035
12043
|
auto_merge_skus?: boolean;
|
|
12044
|
+
/** Automatically promote backstock locations to pickable when pickable stock is depleted (admins only) */
|
|
12045
|
+
auto_promote_backstock?: boolean;
|
|
12036
12046
|
/** Customer billing city. */
|
|
12037
12047
|
billing_city?: string;
|
|
12038
12048
|
/** Customer billing company. */
|