@whiplashmerch/whiplash-api-client 0.4.47 → 0.4.49
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.
|
@@ -223,7 +223,7 @@ export interface APIV21EntitiesCustomer {
|
|
|
223
223
|
/** items returnable by default? */
|
|
224
224
|
items_returnable?: boolean;
|
|
225
225
|
/**
|
|
226
|
-
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received.
|
|
226
|
+
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received. Whiplash will automatically turn on Process Orders when an item is received or adjusted in, and turn it off when an Item sells out.
|
|
227
227
|
* @format int32
|
|
228
228
|
*/
|
|
229
229
|
items_unavailable_on_sellout?: number;
|
|
@@ -1766,7 +1766,7 @@ export interface APIV2EntitiesCustomer {
|
|
|
1766
1766
|
/** items returnable by default? */
|
|
1767
1767
|
items_returnable?: boolean;
|
|
1768
1768
|
/**
|
|
1769
|
-
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received.
|
|
1769
|
+
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received. Whiplash will automatically turn on Process Orders when an item is received or adjusted in, and turn it off when an Item sells out.
|
|
1770
1770
|
* @format int32
|
|
1771
1771
|
*/
|
|
1772
1772
|
items_unavailable_on_sellout?: number;
|
|
@@ -10074,7 +10074,7 @@ export interface PutApiV21Customers {
|
|
|
10074
10074
|
/** items returnable by default? */
|
|
10075
10075
|
items_returnable?: boolean;
|
|
10076
10076
|
/**
|
|
10077
|
-
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received.
|
|
10077
|
+
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received. Whiplash will automatically turn on Process Orders when an item is received or adjusted in, and turn it off when an Item sells out.
|
|
10078
10078
|
* @format int32
|
|
10079
10079
|
*/
|
|
10080
10080
|
items_unavailable_on_sellout?: number;
|
|
@@ -12373,7 +12373,7 @@ export interface PutApiV2Customers {
|
|
|
12373
12373
|
/** items returnable by default? */
|
|
12374
12374
|
items_returnable?: boolean;
|
|
12375
12375
|
/**
|
|
12376
|
-
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received.
|
|
12376
|
+
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received. Whiplash will automatically turn on Process Orders when an item is received or adjusted in, and turn it off when an Item sells out.
|
|
12377
12377
|
* @format int32
|
|
12378
12378
|
*/
|
|
12379
12379
|
items_unavailable_on_sellout?: number;
|
|
@@ -235,7 +235,7 @@ export interface APIV21EntitiesCustomer {
|
|
|
235
235
|
/** items returnable by default? */
|
|
236
236
|
items_returnable?: boolean;
|
|
237
237
|
/**
|
|
238
|
-
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received.
|
|
238
|
+
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received. Whiplash will automatically turn on Process Orders when an item is received or adjusted in, and turn it off when an Item sells out.
|
|
239
239
|
* @format int32
|
|
240
240
|
*/
|
|
241
241
|
items_unavailable_on_sellout?: number;
|
|
@@ -1794,7 +1794,7 @@ export interface APIV2EntitiesCustomer {
|
|
|
1794
1794
|
/** items returnable by default? */
|
|
1795
1795
|
items_returnable?: boolean;
|
|
1796
1796
|
/**
|
|
1797
|
-
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received.
|
|
1797
|
+
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received. Whiplash will automatically turn on Process Orders when an item is received or adjusted in, and turn it off when an Item sells out.
|
|
1798
1798
|
* @format int32
|
|
1799
1799
|
*/
|
|
1800
1800
|
items_unavailable_on_sellout?: number;
|
|
@@ -10275,7 +10275,7 @@ export interface PutApiV21Customers {
|
|
|
10275
10275
|
/** items returnable by default? */
|
|
10276
10276
|
items_returnable?: boolean;
|
|
10277
10277
|
/**
|
|
10278
|
-
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received.
|
|
10278
|
+
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received. Whiplash will automatically turn on Process Orders when an item is received or adjusted in, and turn it off when an Item sells out.
|
|
10279
10279
|
* @format int32
|
|
10280
10280
|
*/
|
|
10281
10281
|
items_unavailable_on_sellout?: number;
|
|
@@ -12609,7 +12609,7 @@ export interface PutApiV2Customers {
|
|
|
12609
12609
|
/** items returnable by default? */
|
|
12610
12610
|
items_returnable?: boolean;
|
|
12611
12611
|
/**
|
|
12612
|
-
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received.
|
|
12612
|
+
* Process Orders setting: Whiplash will automatically turn on Process Orders when an item is received, and turn it off when an item sells. Whiplash will not manage Process Orders. Whiplash will automatically turn on Process Orders only the first time an Item is received. Whiplash will automatically turn on Process Orders when an item is received or adjusted in, and turn it off when an Item sells out.
|
|
12613
12613
|
* @format int32
|
|
12614
12614
|
*/
|
|
12615
12615
|
items_unavailable_on_sellout?: number;
|