@whiplashmerch/whiplash-api-client 0.4.45 → 0.4.47
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.
|
@@ -11509,6 +11509,48 @@ export interface PutApiV21Orders {
|
|
|
11509
11509
|
skip_address_verification?: boolean;
|
|
11510
11510
|
/** skip street date for this order? */
|
|
11511
11511
|
skip_street_date?: boolean;
|
|
11512
|
+
wholesale_attributes?: {
|
|
11513
|
+
/** the name of the carrier code used for order grouping and filtering */
|
|
11514
|
+
carrier_code?: string;
|
|
11515
|
+
/** the service of the carrier code used for order grouping and filtering */
|
|
11516
|
+
carrier_service?: string;
|
|
11517
|
+
/** the recipient department */
|
|
11518
|
+
department?: string;
|
|
11519
|
+
/** description of the recipient department */
|
|
11520
|
+
department_description?: string;
|
|
11521
|
+
/** the recipient distribution center */
|
|
11522
|
+
distribution_center?: string;
|
|
11523
|
+
/** FOB code */
|
|
11524
|
+
fob_code?: string;
|
|
11525
|
+
/** the gift message that will need to show up on a packslip or gs1 label */
|
|
11526
|
+
gift_note?: string;
|
|
11527
|
+
/** the recipient location */
|
|
11528
|
+
location?: string;
|
|
11529
|
+
/** the order merchandise type code */
|
|
11530
|
+
merchandise_type_code?: string;
|
|
11531
|
+
/** the name of the trading partner for order grouping and filtering */
|
|
11532
|
+
partner?: string;
|
|
11533
|
+
/** the purchase order number */
|
|
11534
|
+
po_number?: string;
|
|
11535
|
+
/** the associated sender */
|
|
11536
|
+
sender?: string;
|
|
11537
|
+
/** the associated vendor */
|
|
11538
|
+
vendor?: string;
|
|
11539
|
+
/** the vendor number */
|
|
11540
|
+
vendor_number?: string;
|
|
11541
|
+
/** the store number */
|
|
11542
|
+
store?: string;
|
|
11543
|
+
/**
|
|
11544
|
+
* the earliest possible arrival time for the shipment
|
|
11545
|
+
* @format date
|
|
11546
|
+
*/
|
|
11547
|
+
start_date?: string;
|
|
11548
|
+
/**
|
|
11549
|
+
* the latest possible arrival time for the shipment
|
|
11550
|
+
* @format date
|
|
11551
|
+
*/
|
|
11552
|
+
cancel_date?: string;
|
|
11553
|
+
};
|
|
11512
11554
|
/** is the order within its return time limit */
|
|
11513
11555
|
within_return_time_limit?: boolean;
|
|
11514
11556
|
}
|
|
@@ -11777,6 +11819,48 @@ export interface PutApiV21OrdersOriginator {
|
|
|
11777
11819
|
skip_address_verification?: boolean;
|
|
11778
11820
|
/** skip street date for this order? */
|
|
11779
11821
|
skip_street_date?: boolean;
|
|
11822
|
+
wholesale_attributes?: {
|
|
11823
|
+
/** the name of the carrier code used for order grouping and filtering */
|
|
11824
|
+
carrier_code?: string;
|
|
11825
|
+
/** the service of the carrier code used for order grouping and filtering */
|
|
11826
|
+
carrier_service?: string;
|
|
11827
|
+
/** the recipient department */
|
|
11828
|
+
department?: string;
|
|
11829
|
+
/** description of the recipient department */
|
|
11830
|
+
department_description?: string;
|
|
11831
|
+
/** the recipient distribution center */
|
|
11832
|
+
distribution_center?: string;
|
|
11833
|
+
/** FOB code */
|
|
11834
|
+
fob_code?: string;
|
|
11835
|
+
/** the gift message that will need to show up on a packslip or gs1 label */
|
|
11836
|
+
gift_note?: string;
|
|
11837
|
+
/** the recipient location */
|
|
11838
|
+
location?: string;
|
|
11839
|
+
/** the order merchandise type code */
|
|
11840
|
+
merchandise_type_code?: string;
|
|
11841
|
+
/** the name of the trading partner for order grouping and filtering */
|
|
11842
|
+
partner?: string;
|
|
11843
|
+
/** the purchase order number */
|
|
11844
|
+
po_number?: string;
|
|
11845
|
+
/** the associated sender */
|
|
11846
|
+
sender?: string;
|
|
11847
|
+
/** the associated vendor */
|
|
11848
|
+
vendor?: string;
|
|
11849
|
+
/** the vendor number */
|
|
11850
|
+
vendor_number?: string;
|
|
11851
|
+
/** the store number */
|
|
11852
|
+
store?: string;
|
|
11853
|
+
/**
|
|
11854
|
+
* the earliest possible arrival time for the shipment
|
|
11855
|
+
* @format date
|
|
11856
|
+
*/
|
|
11857
|
+
start_date?: string;
|
|
11858
|
+
/**
|
|
11859
|
+
* the latest possible arrival time for the shipment
|
|
11860
|
+
* @format date
|
|
11861
|
+
*/
|
|
11862
|
+
cancel_date?: string;
|
|
11863
|
+
};
|
|
11780
11864
|
/** is the order within its return time limit */
|
|
11781
11865
|
within_return_time_limit?: boolean;
|
|
11782
11866
|
}
|
|
@@ -13718,6 +13802,48 @@ export interface PutApiV2Orders {
|
|
|
13718
13802
|
skip_address_verification?: boolean;
|
|
13719
13803
|
/** skip street date for this order? */
|
|
13720
13804
|
skip_street_date?: boolean;
|
|
13805
|
+
wholesale_attributes?: {
|
|
13806
|
+
/** the name of the carrier code used for order grouping and filtering */
|
|
13807
|
+
carrier_code?: string;
|
|
13808
|
+
/** the service of the carrier code used for order grouping and filtering */
|
|
13809
|
+
carrier_service?: string;
|
|
13810
|
+
/** the recipient department */
|
|
13811
|
+
department?: string;
|
|
13812
|
+
/** description of the recipient department */
|
|
13813
|
+
department_description?: string;
|
|
13814
|
+
/** the recipient distribution center */
|
|
13815
|
+
distribution_center?: string;
|
|
13816
|
+
/** FOB code */
|
|
13817
|
+
fob_code?: string;
|
|
13818
|
+
/** the gift message that will need to show up on a packslip or gs1 label */
|
|
13819
|
+
gift_note?: string;
|
|
13820
|
+
/** the recipient location */
|
|
13821
|
+
location?: string;
|
|
13822
|
+
/** the order merchandise type code */
|
|
13823
|
+
merchandise_type_code?: string;
|
|
13824
|
+
/** the name of the trading partner for order grouping and filtering */
|
|
13825
|
+
partner?: string;
|
|
13826
|
+
/** the purchase order number */
|
|
13827
|
+
po_number?: string;
|
|
13828
|
+
/** the associated sender */
|
|
13829
|
+
sender?: string;
|
|
13830
|
+
/** the associated vendor */
|
|
13831
|
+
vendor?: string;
|
|
13832
|
+
/** the vendor number */
|
|
13833
|
+
vendor_number?: string;
|
|
13834
|
+
/** the store number */
|
|
13835
|
+
store?: string;
|
|
13836
|
+
/**
|
|
13837
|
+
* the earliest possible arrival time for the shipment
|
|
13838
|
+
* @format date
|
|
13839
|
+
*/
|
|
13840
|
+
start_date?: string;
|
|
13841
|
+
/**
|
|
13842
|
+
* the latest possible arrival time for the shipment
|
|
13843
|
+
* @format date
|
|
13844
|
+
*/
|
|
13845
|
+
cancel_date?: string;
|
|
13846
|
+
};
|
|
13721
13847
|
/** is the order within its return time limit */
|
|
13722
13848
|
within_return_time_limit?: boolean;
|
|
13723
13849
|
}
|
|
@@ -13984,6 +14110,48 @@ export interface PutApiV2OrdersOriginator {
|
|
|
13984
14110
|
skip_address_verification?: boolean;
|
|
13985
14111
|
/** skip street date for this order? */
|
|
13986
14112
|
skip_street_date?: boolean;
|
|
14113
|
+
wholesale_attributes?: {
|
|
14114
|
+
/** the name of the carrier code used for order grouping and filtering */
|
|
14115
|
+
carrier_code?: string;
|
|
14116
|
+
/** the service of the carrier code used for order grouping and filtering */
|
|
14117
|
+
carrier_service?: string;
|
|
14118
|
+
/** the recipient department */
|
|
14119
|
+
department?: string;
|
|
14120
|
+
/** description of the recipient department */
|
|
14121
|
+
department_description?: string;
|
|
14122
|
+
/** the recipient distribution center */
|
|
14123
|
+
distribution_center?: string;
|
|
14124
|
+
/** FOB code */
|
|
14125
|
+
fob_code?: string;
|
|
14126
|
+
/** the gift message that will need to show up on a packslip or gs1 label */
|
|
14127
|
+
gift_note?: string;
|
|
14128
|
+
/** the recipient location */
|
|
14129
|
+
location?: string;
|
|
14130
|
+
/** the order merchandise type code */
|
|
14131
|
+
merchandise_type_code?: string;
|
|
14132
|
+
/** the name of the trading partner for order grouping and filtering */
|
|
14133
|
+
partner?: string;
|
|
14134
|
+
/** the purchase order number */
|
|
14135
|
+
po_number?: string;
|
|
14136
|
+
/** the associated sender */
|
|
14137
|
+
sender?: string;
|
|
14138
|
+
/** the associated vendor */
|
|
14139
|
+
vendor?: string;
|
|
14140
|
+
/** the vendor number */
|
|
14141
|
+
vendor_number?: string;
|
|
14142
|
+
/** the store number */
|
|
14143
|
+
store?: string;
|
|
14144
|
+
/**
|
|
14145
|
+
* the earliest possible arrival time for the shipment
|
|
14146
|
+
* @format date
|
|
14147
|
+
*/
|
|
14148
|
+
start_date?: string;
|
|
14149
|
+
/**
|
|
14150
|
+
* the latest possible arrival time for the shipment
|
|
14151
|
+
* @format date
|
|
14152
|
+
*/
|
|
14153
|
+
cancel_date?: string;
|
|
14154
|
+
};
|
|
13987
14155
|
/** is the order within its return time limit */
|
|
13988
14156
|
within_return_time_limit?: boolean;
|
|
13989
14157
|
}
|
|
@@ -11725,6 +11725,48 @@ export interface PutApiV21Orders {
|
|
|
11725
11725
|
skip_address_verification?: boolean;
|
|
11726
11726
|
/** skip street date for this order? */
|
|
11727
11727
|
skip_street_date?: boolean;
|
|
11728
|
+
wholesale_attributes?: {
|
|
11729
|
+
/** the name of the carrier code used for order grouping and filtering */
|
|
11730
|
+
carrier_code?: string;
|
|
11731
|
+
/** the service of the carrier code used for order grouping and filtering */
|
|
11732
|
+
carrier_service?: string;
|
|
11733
|
+
/** the recipient department */
|
|
11734
|
+
department?: string;
|
|
11735
|
+
/** description of the recipient department */
|
|
11736
|
+
department_description?: string;
|
|
11737
|
+
/** the recipient distribution center */
|
|
11738
|
+
distribution_center?: string;
|
|
11739
|
+
/** FOB code */
|
|
11740
|
+
fob_code?: string;
|
|
11741
|
+
/** the gift message that will need to show up on a packslip or gs1 label */
|
|
11742
|
+
gift_note?: string;
|
|
11743
|
+
/** the recipient location */
|
|
11744
|
+
location?: string;
|
|
11745
|
+
/** the order merchandise type code */
|
|
11746
|
+
merchandise_type_code?: string;
|
|
11747
|
+
/** the name of the trading partner for order grouping and filtering */
|
|
11748
|
+
partner?: string;
|
|
11749
|
+
/** the purchase order number */
|
|
11750
|
+
po_number?: string;
|
|
11751
|
+
/** the associated sender */
|
|
11752
|
+
sender?: string;
|
|
11753
|
+
/** the associated vendor */
|
|
11754
|
+
vendor?: string;
|
|
11755
|
+
/** the vendor number */
|
|
11756
|
+
vendor_number?: string;
|
|
11757
|
+
/** the store number */
|
|
11758
|
+
store?: string;
|
|
11759
|
+
/**
|
|
11760
|
+
* the earliest possible arrival time for the shipment
|
|
11761
|
+
* @format date
|
|
11762
|
+
*/
|
|
11763
|
+
start_date?: string;
|
|
11764
|
+
/**
|
|
11765
|
+
* the latest possible arrival time for the shipment
|
|
11766
|
+
* @format date
|
|
11767
|
+
*/
|
|
11768
|
+
cancel_date?: string;
|
|
11769
|
+
};
|
|
11728
11770
|
/** is the order within its return time limit */
|
|
11729
11771
|
within_return_time_limit?: boolean;
|
|
11730
11772
|
}
|
|
@@ -11997,6 +12039,48 @@ export interface PutApiV21OrdersOriginator {
|
|
|
11997
12039
|
skip_address_verification?: boolean;
|
|
11998
12040
|
/** skip street date for this order? */
|
|
11999
12041
|
skip_street_date?: boolean;
|
|
12042
|
+
wholesale_attributes?: {
|
|
12043
|
+
/** the name of the carrier code used for order grouping and filtering */
|
|
12044
|
+
carrier_code?: string;
|
|
12045
|
+
/** the service of the carrier code used for order grouping and filtering */
|
|
12046
|
+
carrier_service?: string;
|
|
12047
|
+
/** the recipient department */
|
|
12048
|
+
department?: string;
|
|
12049
|
+
/** description of the recipient department */
|
|
12050
|
+
department_description?: string;
|
|
12051
|
+
/** the recipient distribution center */
|
|
12052
|
+
distribution_center?: string;
|
|
12053
|
+
/** FOB code */
|
|
12054
|
+
fob_code?: string;
|
|
12055
|
+
/** the gift message that will need to show up on a packslip or gs1 label */
|
|
12056
|
+
gift_note?: string;
|
|
12057
|
+
/** the recipient location */
|
|
12058
|
+
location?: string;
|
|
12059
|
+
/** the order merchandise type code */
|
|
12060
|
+
merchandise_type_code?: string;
|
|
12061
|
+
/** the name of the trading partner for order grouping and filtering */
|
|
12062
|
+
partner?: string;
|
|
12063
|
+
/** the purchase order number */
|
|
12064
|
+
po_number?: string;
|
|
12065
|
+
/** the associated sender */
|
|
12066
|
+
sender?: string;
|
|
12067
|
+
/** the associated vendor */
|
|
12068
|
+
vendor?: string;
|
|
12069
|
+
/** the vendor number */
|
|
12070
|
+
vendor_number?: string;
|
|
12071
|
+
/** the store number */
|
|
12072
|
+
store?: string;
|
|
12073
|
+
/**
|
|
12074
|
+
* the earliest possible arrival time for the shipment
|
|
12075
|
+
* @format date
|
|
12076
|
+
*/
|
|
12077
|
+
start_date?: string;
|
|
12078
|
+
/**
|
|
12079
|
+
* the latest possible arrival time for the shipment
|
|
12080
|
+
* @format date
|
|
12081
|
+
*/
|
|
12082
|
+
cancel_date?: string;
|
|
12083
|
+
};
|
|
12000
12084
|
/** is the order within its return time limit */
|
|
12001
12085
|
within_return_time_limit?: boolean;
|
|
12002
12086
|
}
|
|
@@ -13969,6 +14053,48 @@ export interface PutApiV2Orders {
|
|
|
13969
14053
|
skip_address_verification?: boolean;
|
|
13970
14054
|
/** skip street date for this order? */
|
|
13971
14055
|
skip_street_date?: boolean;
|
|
14056
|
+
wholesale_attributes?: {
|
|
14057
|
+
/** the name of the carrier code used for order grouping and filtering */
|
|
14058
|
+
carrier_code?: string;
|
|
14059
|
+
/** the service of the carrier code used for order grouping and filtering */
|
|
14060
|
+
carrier_service?: string;
|
|
14061
|
+
/** the recipient department */
|
|
14062
|
+
department?: string;
|
|
14063
|
+
/** description of the recipient department */
|
|
14064
|
+
department_description?: string;
|
|
14065
|
+
/** the recipient distribution center */
|
|
14066
|
+
distribution_center?: string;
|
|
14067
|
+
/** FOB code */
|
|
14068
|
+
fob_code?: string;
|
|
14069
|
+
/** the gift message that will need to show up on a packslip or gs1 label */
|
|
14070
|
+
gift_note?: string;
|
|
14071
|
+
/** the recipient location */
|
|
14072
|
+
location?: string;
|
|
14073
|
+
/** the order merchandise type code */
|
|
14074
|
+
merchandise_type_code?: string;
|
|
14075
|
+
/** the name of the trading partner for order grouping and filtering */
|
|
14076
|
+
partner?: string;
|
|
14077
|
+
/** the purchase order number */
|
|
14078
|
+
po_number?: string;
|
|
14079
|
+
/** the associated sender */
|
|
14080
|
+
sender?: string;
|
|
14081
|
+
/** the associated vendor */
|
|
14082
|
+
vendor?: string;
|
|
14083
|
+
/** the vendor number */
|
|
14084
|
+
vendor_number?: string;
|
|
14085
|
+
/** the store number */
|
|
14086
|
+
store?: string;
|
|
14087
|
+
/**
|
|
14088
|
+
* the earliest possible arrival time for the shipment
|
|
14089
|
+
* @format date
|
|
14090
|
+
*/
|
|
14091
|
+
start_date?: string;
|
|
14092
|
+
/**
|
|
14093
|
+
* the latest possible arrival time for the shipment
|
|
14094
|
+
* @format date
|
|
14095
|
+
*/
|
|
14096
|
+
cancel_date?: string;
|
|
14097
|
+
};
|
|
13972
14098
|
/** is the order within its return time limit */
|
|
13973
14099
|
within_return_time_limit?: boolean;
|
|
13974
14100
|
}
|
|
@@ -14239,6 +14365,48 @@ export interface PutApiV2OrdersOriginator {
|
|
|
14239
14365
|
skip_address_verification?: boolean;
|
|
14240
14366
|
/** skip street date for this order? */
|
|
14241
14367
|
skip_street_date?: boolean;
|
|
14368
|
+
wholesale_attributes?: {
|
|
14369
|
+
/** the name of the carrier code used for order grouping and filtering */
|
|
14370
|
+
carrier_code?: string;
|
|
14371
|
+
/** the service of the carrier code used for order grouping and filtering */
|
|
14372
|
+
carrier_service?: string;
|
|
14373
|
+
/** the recipient department */
|
|
14374
|
+
department?: string;
|
|
14375
|
+
/** description of the recipient department */
|
|
14376
|
+
department_description?: string;
|
|
14377
|
+
/** the recipient distribution center */
|
|
14378
|
+
distribution_center?: string;
|
|
14379
|
+
/** FOB code */
|
|
14380
|
+
fob_code?: string;
|
|
14381
|
+
/** the gift message that will need to show up on a packslip or gs1 label */
|
|
14382
|
+
gift_note?: string;
|
|
14383
|
+
/** the recipient location */
|
|
14384
|
+
location?: string;
|
|
14385
|
+
/** the order merchandise type code */
|
|
14386
|
+
merchandise_type_code?: string;
|
|
14387
|
+
/** the name of the trading partner for order grouping and filtering */
|
|
14388
|
+
partner?: string;
|
|
14389
|
+
/** the purchase order number */
|
|
14390
|
+
po_number?: string;
|
|
14391
|
+
/** the associated sender */
|
|
14392
|
+
sender?: string;
|
|
14393
|
+
/** the associated vendor */
|
|
14394
|
+
vendor?: string;
|
|
14395
|
+
/** the vendor number */
|
|
14396
|
+
vendor_number?: string;
|
|
14397
|
+
/** the store number */
|
|
14398
|
+
store?: string;
|
|
14399
|
+
/**
|
|
14400
|
+
* the earliest possible arrival time for the shipment
|
|
14401
|
+
* @format date
|
|
14402
|
+
*/
|
|
14403
|
+
start_date?: string;
|
|
14404
|
+
/**
|
|
14405
|
+
* the latest possible arrival time for the shipment
|
|
14406
|
+
* @format date
|
|
14407
|
+
*/
|
|
14408
|
+
cancel_date?: string;
|
|
14409
|
+
};
|
|
14242
14410
|
/** is the order within its return time limit */
|
|
14243
14411
|
within_return_time_limit?: boolean;
|
|
14244
14412
|
}
|