@whiplashmerch/whiplash-api-client 3.2.37 → 3.2.38
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.
|
@@ -8172,6 +8172,10 @@ export interface ApiV21EntitiesOrder {
|
|
|
8172
8172
|
shipping_method_id?: number | null;
|
|
8173
8173
|
/** Shipping method service name */
|
|
8174
8174
|
shipping_method_name?: string;
|
|
8175
|
+
/** does the order shipping method require routing? */
|
|
8176
|
+
shipping_method_needs_routing?: boolean;
|
|
8177
|
+
/** the raw shipping method service (needs_routing, Ground, etc) */
|
|
8178
|
+
shipping_method_service?: string;
|
|
8175
8179
|
/** the order shipping name */
|
|
8176
8180
|
shipping_name?: string | null;
|
|
8177
8181
|
/** the order shipping phone number */
|
|
@@ -4279,6 +4279,10 @@ export interface ApiV21EntitiesOrder {
|
|
|
4279
4279
|
shipping_method_id?: number | null;
|
|
4280
4280
|
/** Shipping method service name */
|
|
4281
4281
|
shipping_method_name?: string;
|
|
4282
|
+
/** does the order shipping method require routing? */
|
|
4283
|
+
shipping_method_needs_routing?: boolean;
|
|
4284
|
+
/** the raw shipping method service (needs_routing, Ground, etc) */
|
|
4285
|
+
shipping_method_service?: string;
|
|
4282
4286
|
/** the order shipping name */
|
|
4283
4287
|
shipping_name?: string | null;
|
|
4284
4288
|
/** the order shipping phone number */
|