@whiplashmerch/whiplash-api-client 3.2.39 → 3.2.40
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.
|
@@ -8057,12 +8057,12 @@ export interface ApiV21EntitiesOrder {
|
|
|
8057
8057
|
*/
|
|
8058
8058
|
order_batch_id?: number | null;
|
|
8059
8059
|
/**
|
|
8060
|
-
* number of
|
|
8060
|
+
* number of merch line items in this Order
|
|
8061
8061
|
* @format int32
|
|
8062
8062
|
*/
|
|
8063
8063
|
order_item_count?: number;
|
|
8064
8064
|
/**
|
|
8065
|
-
* total quantity
|
|
8065
|
+
* total quantity across the merch line items in this Order
|
|
8066
8066
|
* @format int32
|
|
8067
8067
|
*/
|
|
8068
8068
|
order_item_quantity?: number;
|
|
@@ -4164,12 +4164,12 @@ export interface ApiV21EntitiesOrder {
|
|
|
4164
4164
|
*/
|
|
4165
4165
|
order_batch_id?: number | null;
|
|
4166
4166
|
/**
|
|
4167
|
-
* number of
|
|
4167
|
+
* number of merch line items in this Order
|
|
4168
4168
|
* @format int32
|
|
4169
4169
|
*/
|
|
4170
4170
|
order_item_count?: number;
|
|
4171
4171
|
/**
|
|
4172
|
-
* total quantity
|
|
4172
|
+
* total quantity across the merch line items in this Order
|
|
4173
4173
|
* @format int32
|
|
4174
4174
|
*/
|
|
4175
4175
|
order_item_quantity?: number;
|