@whiplashmerch/whiplash-api-client 1.0.1 → 1.0.2
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.
|
@@ -1758,6 +1758,11 @@ export interface ApiV21EntitiesOrderBatch {
|
|
|
1758
1758
|
* @format int32
|
|
1759
1759
|
*/
|
|
1760
1760
|
bol_id?: number;
|
|
1761
|
+
/**
|
|
1762
|
+
* the date/time of the call-in to get routing
|
|
1763
|
+
* @format date-time
|
|
1764
|
+
*/
|
|
1765
|
+
call_in_date?: string;
|
|
1761
1766
|
/** packingslip pdf url */
|
|
1762
1767
|
cf_packingslips_pdf_url?: string;
|
|
1763
1768
|
/** @format date-time */
|
|
@@ -1796,6 +1801,11 @@ export interface ApiV21EntitiesOrderBatch {
|
|
|
1796
1801
|
picklist_pdf_url?: string;
|
|
1797
1802
|
/** Api_V2_Entities_Prepack model */
|
|
1798
1803
|
prepack?: ApiV2EntitiesPrepack;
|
|
1804
|
+
/**
|
|
1805
|
+
* the requested shipping date/time
|
|
1806
|
+
* @format date-time
|
|
1807
|
+
*/
|
|
1808
|
+
requested_ship_date?: string;
|
|
1799
1809
|
/** Is the order batch short form? If true, packingslips will not be printed. */
|
|
1800
1810
|
short_form?: boolean;
|
|
1801
1811
|
/** Do all of the orders in this batch contain exactly one order_item? */
|
|
@@ -5720,6 +5730,11 @@ export interface ApiV2EntitiesOrderBatch {
|
|
|
5720
5730
|
* @format int32
|
|
5721
5731
|
*/
|
|
5722
5732
|
bol_id?: number;
|
|
5733
|
+
/**
|
|
5734
|
+
* the date/time of the call-in to get routing
|
|
5735
|
+
* @format date-time
|
|
5736
|
+
*/
|
|
5737
|
+
call_in_date?: string;
|
|
5723
5738
|
/** packingslip pdf url */
|
|
5724
5739
|
cf_packingslips_pdf_url?: string;
|
|
5725
5740
|
/** @format date-time */
|
|
@@ -5760,6 +5775,11 @@ export interface ApiV2EntitiesOrderBatch {
|
|
|
5760
5775
|
picklist_pdf_url?: string;
|
|
5761
5776
|
/** Api_V2_Entities_Prepack model */
|
|
5762
5777
|
prepack?: ApiV2EntitiesPrepack;
|
|
5778
|
+
/**
|
|
5779
|
+
* the requested shipping date/time
|
|
5780
|
+
* @format date-time
|
|
5781
|
+
*/
|
|
5782
|
+
requested_ship_date?: string;
|
|
5763
5783
|
/** Is the order batch short form? If true, packingslips will not be printed. */
|
|
5764
5784
|
short_form?: boolean;
|
|
5765
5785
|
/** Do all of the orders in this batch contain exactly one order_item? */
|
|
@@ -24694,6 +24714,11 @@ export interface PutApiV21OrderBatchesId {
|
|
|
24694
24714
|
* @format int32
|
|
24695
24715
|
*/
|
|
24696
24716
|
bol_id?: number;
|
|
24717
|
+
/**
|
|
24718
|
+
* the date/time of the call-in to get routing
|
|
24719
|
+
* @format date-time
|
|
24720
|
+
*/
|
|
24721
|
+
call_in_date?: string;
|
|
24697
24722
|
/** packingslip pdf url */
|
|
24698
24723
|
cf_packingslips_pdf_url?: string;
|
|
24699
24724
|
/**
|
|
@@ -24726,6 +24751,11 @@ export interface PutApiV21OrderBatchesId {
|
|
|
24726
24751
|
pick_strategy?: string;
|
|
24727
24752
|
/** picklist pdf url */
|
|
24728
24753
|
picklist_pdf_url?: string;
|
|
24754
|
+
/**
|
|
24755
|
+
* the requested shipping date/time
|
|
24756
|
+
* @format date-time
|
|
24757
|
+
*/
|
|
24758
|
+
requested_ship_date?: string;
|
|
24729
24759
|
/** Is the order batch short form? If true, packingslips will not be printed. */
|
|
24730
24760
|
short_form?: boolean;
|
|
24731
24761
|
/** Do all of the orders in this batch contain exactly one order_item? */
|
|
@@ -29208,6 +29238,11 @@ export interface PutApiV2OrderBatchesId {
|
|
|
29208
29238
|
* @format int32
|
|
29209
29239
|
*/
|
|
29210
29240
|
bol_id?: number;
|
|
29241
|
+
/**
|
|
29242
|
+
* the date/time of the call-in to get routing
|
|
29243
|
+
* @format date-time
|
|
29244
|
+
*/
|
|
29245
|
+
call_in_date?: string;
|
|
29211
29246
|
/** packingslip pdf url */
|
|
29212
29247
|
cf_packingslips_pdf_url?: string;
|
|
29213
29248
|
/**
|
|
@@ -29238,6 +29273,11 @@ export interface PutApiV2OrderBatchesId {
|
|
|
29238
29273
|
pick_strategy?: string;
|
|
29239
29274
|
/** picklist pdf url */
|
|
29240
29275
|
picklist_pdf_url?: string;
|
|
29276
|
+
/**
|
|
29277
|
+
* the requested shipping date/time
|
|
29278
|
+
* @format date-time
|
|
29279
|
+
*/
|
|
29280
|
+
requested_ship_date?: string;
|
|
29241
29281
|
/** Is the order batch short form? If true, packingslips will not be printed. */
|
|
29242
29282
|
short_form?: boolean;
|
|
29243
29283
|
/** Do all of the orders in this batch contain exactly one order_item? */
|