@whiplashmerch/whiplash-api-client 3.0.10 → 3.0.12
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.
|
@@ -2217,7 +2217,7 @@ export interface ApiV2EntitiesItemWarehouseQuantity {
|
|
|
2217
2217
|
* @format float
|
|
2218
2218
|
*/
|
|
2219
2219
|
vat?: number;
|
|
2220
|
-
warehouse_features?:
|
|
2220
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
2221
2221
|
}
|
|
2222
2222
|
/** V2 */
|
|
2223
2223
|
export interface ApiV2EntitiesListValue {
|
|
@@ -3091,7 +3091,7 @@ export interface ApiV2EntitiesOrder {
|
|
|
3091
3091
|
*/
|
|
3092
3092
|
shop_updated_at?: string | null;
|
|
3093
3093
|
shop_warehouse_ids?: number[];
|
|
3094
|
-
/** skip order shipping address verification?
|
|
3094
|
+
/** skip order shipping address verification? */
|
|
3095
3095
|
skip_address_verification?: boolean | null;
|
|
3096
3096
|
/** skip street date for this order? */
|
|
3097
3097
|
skip_street_date?: boolean | null;
|
|
@@ -5627,7 +5627,7 @@ export interface ApiV2EntitiesWarehouse {
|
|
|
5627
5627
|
* @format float
|
|
5628
5628
|
*/
|
|
5629
5629
|
vat?: number | null;
|
|
5630
|
-
warehouse_features?:
|
|
5630
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
5631
5631
|
}
|
|
5632
5632
|
/** V2 */
|
|
5633
5633
|
export interface ApiV2EntitiesWarehouseFeature {
|
|
@@ -5650,7 +5650,7 @@ export interface ApiV2EntitiesWarehouseFeature {
|
|
|
5650
5650
|
* @format date-time
|
|
5651
5651
|
*/
|
|
5652
5652
|
updated_at?: string | null;
|
|
5653
|
-
warehouses?:
|
|
5653
|
+
warehouses?: ApiV2EntitiesWarehouse[];
|
|
5654
5654
|
}
|
|
5655
5655
|
/** V2 */
|
|
5656
5656
|
export interface ApiV2EntitiesWarehouseShallow {
|
|
@@ -5783,7 +5783,7 @@ export interface ApiV2EntitiesWarehouseShallow {
|
|
|
5783
5783
|
* @format float
|
|
5784
5784
|
*/
|
|
5785
5785
|
vat?: number;
|
|
5786
|
-
warehouse_features?:
|
|
5786
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
5787
5787
|
}
|
|
5788
5788
|
/** V2 */
|
|
5789
5789
|
export interface ApiV2EntitiesWholesale {
|
|
@@ -8367,7 +8367,7 @@ export interface ApiV21EntitiesOrder {
|
|
|
8367
8367
|
*/
|
|
8368
8368
|
shop_warehouse_id?: number | null;
|
|
8369
8369
|
shop_warehouse_ids?: number[];
|
|
8370
|
-
/** skip order shipping address verification?
|
|
8370
|
+
/** skip order shipping address verification? */
|
|
8371
8371
|
skip_address_verification?: boolean | null;
|
|
8372
8372
|
/** skip street date for this order? */
|
|
8373
8373
|
skip_street_date?: boolean | null;
|
|
@@ -18030,7 +18030,7 @@ export interface PostApiV21OrdersBulkRequest {
|
|
|
18030
18030
|
batch_priority?: boolean;
|
|
18031
18031
|
/** the order shipping email */
|
|
18032
18032
|
email?: string;
|
|
18033
|
-
/** skip order shipping address verification?
|
|
18033
|
+
/** skip order shipping address verification? */
|
|
18034
18034
|
skip_address_verification?: boolean;
|
|
18035
18035
|
/** the orders Standard Carrier Alpha Code number */
|
|
18036
18036
|
scac?: string;
|
|
@@ -19008,7 +19008,7 @@ export interface PostApiV21OrdersRequest {
|
|
|
19008
19008
|
shop_updated_at?: string;
|
|
19009
19009
|
/** the order shop warehouse ids */
|
|
19010
19010
|
shop_warehouse_ids?: number[];
|
|
19011
|
-
/** skip order shipping address verification?
|
|
19011
|
+
/** skip order shipping address verification? */
|
|
19012
19012
|
skip_address_verification?: boolean;
|
|
19013
19013
|
/** skip street date for this order? */
|
|
19014
19014
|
skip_street_date?: boolean;
|
|
@@ -21714,7 +21714,7 @@ export interface PostApiV2OrdersBulkRequest {
|
|
|
21714
21714
|
batch_priority?: boolean;
|
|
21715
21715
|
/** the order shipping email */
|
|
21716
21716
|
email?: string;
|
|
21717
|
-
/** skip order shipping address verification?
|
|
21717
|
+
/** skip order shipping address verification? */
|
|
21718
21718
|
skip_address_verification?: boolean;
|
|
21719
21719
|
/** the orders Standard Carrier Alpha Code number */
|
|
21720
21720
|
scac?: string;
|
|
@@ -22692,7 +22692,7 @@ export interface PostApiV2OrdersRequest {
|
|
|
22692
22692
|
shop_updated_at?: string;
|
|
22693
22693
|
/** the order shop warehouse ids */
|
|
22694
22694
|
shop_warehouse_ids?: number[];
|
|
22695
|
-
/** skip order shipping address verification?
|
|
22695
|
+
/** skip order shipping address verification? */
|
|
22696
22696
|
skip_address_verification?: boolean;
|
|
22697
22697
|
/** skip street date for this order? */
|
|
22698
22698
|
skip_street_date?: boolean;
|
|
@@ -25666,7 +25666,7 @@ export interface PutApiV21OrdersIdRequest {
|
|
|
25666
25666
|
shop_updated_at?: string;
|
|
25667
25667
|
/** the order shop warehouse ids */
|
|
25668
25668
|
shop_warehouse_ids?: number[];
|
|
25669
|
-
/** skip order shipping address verification?
|
|
25669
|
+
/** skip order shipping address verification? */
|
|
25670
25670
|
skip_address_verification?: boolean;
|
|
25671
25671
|
/** skip street date for this order? */
|
|
25672
25672
|
skip_street_date?: boolean;
|
|
@@ -28680,7 +28680,7 @@ export interface PutApiV2OrdersIdRequest {
|
|
|
28680
28680
|
shop_updated_at?: string;
|
|
28681
28681
|
/** the order shop warehouse ids */
|
|
28682
28682
|
shop_warehouse_ids?: number[];
|
|
28683
|
-
/** skip order shipping address verification?
|
|
28683
|
+
/** skip order shipping address verification? */
|
|
28684
28684
|
skip_address_verification?: boolean;
|
|
28685
28685
|
/** skip street date for this order? */
|
|
28686
28686
|
skip_street_date?: boolean;
|
|
@@ -1187,7 +1187,7 @@ export interface ApiV2EntitiesItemWarehouseQuantity {
|
|
|
1187
1187
|
* @format float
|
|
1188
1188
|
*/
|
|
1189
1189
|
vat?: number;
|
|
1190
|
-
warehouse_features?:
|
|
1190
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
1193
|
/** V2 */
|
|
@@ -1598,7 +1598,7 @@ export interface ApiV2EntitiesOrder {
|
|
|
1598
1598
|
*/
|
|
1599
1599
|
shop_updated_at?: string | null;
|
|
1600
1600
|
shop_warehouse_ids?: number[];
|
|
1601
|
-
/** skip order shipping address verification?
|
|
1601
|
+
/** skip order shipping address verification? */
|
|
1602
1602
|
skip_address_verification?: boolean | null;
|
|
1603
1603
|
/** skip street date for this order? */
|
|
1604
1604
|
skip_street_date?: boolean | null;
|
|
@@ -2788,7 +2788,31 @@ export interface ApiV2EntitiesWarehouse {
|
|
|
2788
2788
|
* @format float
|
|
2789
2789
|
*/
|
|
2790
2790
|
vat?: number | null;
|
|
2791
|
-
warehouse_features?:
|
|
2791
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
/** V2 */
|
|
2795
|
+
export interface ApiV2EntitiesWarehouseFeature {
|
|
2796
|
+
/**
|
|
2797
|
+
* the warehouse feature creation date and time
|
|
2798
|
+
* @format date-time
|
|
2799
|
+
*/
|
|
2800
|
+
created_at?: string | null;
|
|
2801
|
+
/** the warehouse feature feature */
|
|
2802
|
+
feature?: string;
|
|
2803
|
+
/** the code for the warehouse feature */
|
|
2804
|
+
feature_code?: string | null;
|
|
2805
|
+
/**
|
|
2806
|
+
* the warehouse feature id
|
|
2807
|
+
* @format int32
|
|
2808
|
+
*/
|
|
2809
|
+
id?: number;
|
|
2810
|
+
/**
|
|
2811
|
+
* the warehouse feature last update date and time
|
|
2812
|
+
* @format date-time
|
|
2813
|
+
*/
|
|
2814
|
+
updated_at?: string | null;
|
|
2815
|
+
warehouses?: ApiV2EntitiesWarehouse[];
|
|
2792
2816
|
}
|
|
2793
2817
|
|
|
2794
2818
|
/** V2 */
|
|
@@ -2922,7 +2946,7 @@ export interface ApiV2EntitiesWarehouseShallow {
|
|
|
2922
2946
|
* @format float
|
|
2923
2947
|
*/
|
|
2924
2948
|
vat?: number;
|
|
2925
|
-
warehouse_features?:
|
|
2949
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
2926
2950
|
}
|
|
2927
2951
|
|
|
2928
2952
|
/** V2 */
|
|
@@ -4231,7 +4255,7 @@ export interface ApiV21EntitiesOrder {
|
|
|
4231
4255
|
*/
|
|
4232
4256
|
shop_warehouse_id?: number | null;
|
|
4233
4257
|
shop_warehouse_ids?: number[];
|
|
4234
|
-
/** skip order shipping address verification?
|
|
4258
|
+
/** skip order shipping address verification? */
|
|
4235
4259
|
skip_address_verification?: boolean | null;
|
|
4236
4260
|
/** skip street date for this order? */
|
|
4237
4261
|
skip_street_date?: boolean | null;
|
|
@@ -6923,7 +6947,7 @@ export interface PostApiV21OrdersBulkRequest {
|
|
|
6923
6947
|
batch_priority?: boolean;
|
|
6924
6948
|
/** the order shipping email */
|
|
6925
6949
|
email?: string;
|
|
6926
|
-
/** skip order shipping address verification?
|
|
6950
|
+
/** skip order shipping address verification? */
|
|
6927
6951
|
skip_address_verification?: boolean;
|
|
6928
6952
|
/** the orders Standard Carrier Alpha Code number */
|
|
6929
6953
|
scac?: string;
|
|
@@ -7800,7 +7824,7 @@ export interface PostApiV21OrdersRequest {
|
|
|
7800
7824
|
shop_updated_at?: string;
|
|
7801
7825
|
/** the order shop warehouse ids */
|
|
7802
7826
|
shop_warehouse_ids?: number[];
|
|
7803
|
-
/** skip order shipping address verification?
|
|
7827
|
+
/** skip order shipping address verification? */
|
|
7804
7828
|
skip_address_verification?: boolean;
|
|
7805
7829
|
/** skip street date for this order? */
|
|
7806
7830
|
skip_street_date?: boolean;
|
|
@@ -8912,7 +8936,7 @@ export interface PostApiV2OrdersBulkRequest {
|
|
|
8912
8936
|
batch_priority?: boolean;
|
|
8913
8937
|
/** the order shipping email */
|
|
8914
8938
|
email?: string;
|
|
8915
|
-
/** skip order shipping address verification?
|
|
8939
|
+
/** skip order shipping address verification? */
|
|
8916
8940
|
skip_address_verification?: boolean;
|
|
8917
8941
|
/** the orders Standard Carrier Alpha Code number */
|
|
8918
8942
|
scac?: string;
|
|
@@ -9789,7 +9813,7 @@ export interface PostApiV2OrdersRequest {
|
|
|
9789
9813
|
shop_updated_at?: string;
|
|
9790
9814
|
/** the order shop warehouse ids */
|
|
9791
9815
|
shop_warehouse_ids?: number[];
|
|
9792
|
-
/** skip order shipping address verification?
|
|
9816
|
+
/** skip order shipping address verification? */
|
|
9793
9817
|
skip_address_verification?: boolean;
|
|
9794
9818
|
/** skip street date for this order? */
|
|
9795
9819
|
skip_street_date?: boolean;
|
|
@@ -11241,7 +11265,7 @@ export interface PutApiV21OrdersIdRequest {
|
|
|
11241
11265
|
shop_updated_at?: string;
|
|
11242
11266
|
/** the order shop warehouse ids */
|
|
11243
11267
|
shop_warehouse_ids?: number[];
|
|
11244
|
-
/** skip order shipping address verification?
|
|
11268
|
+
/** skip order shipping address verification? */
|
|
11245
11269
|
skip_address_verification?: boolean;
|
|
11246
11270
|
/** skip street date for this order? */
|
|
11247
11271
|
skip_street_date?: boolean;
|
|
@@ -12484,7 +12508,7 @@ export interface PutApiV2OrdersIdRequest {
|
|
|
12484
12508
|
shop_updated_at?: string;
|
|
12485
12509
|
/** the order shop warehouse ids */
|
|
12486
12510
|
shop_warehouse_ids?: number[];
|
|
12487
|
-
/** skip order shipping address verification?
|
|
12511
|
+
/** skip order shipping address verification? */
|
|
12488
12512
|
skip_address_verification?: boolean;
|
|
12489
12513
|
/** skip street date for this order? */
|
|
12490
12514
|
skip_street_date?: boolean;
|