@whiplashmerch/whiplash-api-client 2.0.36 → 3.0.0
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.
- package/dist/client.esm.js +3953 -16323
- package/dist/client.esm.js.map +1 -1
- package/dist/generated/AccountTransactions.d.ts +2 -2
- package/dist/generated/Accounts.d.ts +9 -9
- package/dist/generated/BillOfLadings.d.ts +4 -4
- package/dist/generated/Broadcasts.d.ts +2 -2
- package/dist/generated/BundleItems.d.ts +2 -2
- package/dist/generated/CarrierAccounts.d.ts +12 -12
- package/dist/generated/Carriers.d.ts +37 -1
- package/dist/generated/Chromalists.d.ts +2 -2
- package/dist/generated/ConsumerReturns.d.ts +10 -10
- package/dist/generated/Currencies.d.ts +2 -2
- package/dist/generated/Customers.d.ts +15 -15
- package/dist/generated/Documents.d.ts +3 -3
- package/dist/generated/FilterSets.d.ts +10 -10
- package/dist/generated/ImporterOfRecords.d.ts +5 -5
- package/dist/generated/Incidents.d.ts +2 -2
- package/dist/generated/InvoiceItems.d.ts +4 -4
- package/dist/generated/Invoices.d.ts +4 -4
- package/dist/generated/Items.d.ts +31 -31
- package/dist/generated/Loads.d.ts +4 -4
- package/dist/generated/LocationAdjustments.d.ts +5 -5
- package/dist/generated/LocationAudits.d.ts +3 -3
- package/dist/generated/LocationTransfers.d.ts +3 -3
- package/dist/generated/Locations.d.ts +11 -11
- package/dist/generated/Lots.d.ts +10 -10
- package/dist/generated/Manifests.d.ts +7 -7
- package/dist/generated/MetaKeys.d.ts +4 -4
- package/dist/generated/Nav.d.ts +2 -2
- package/dist/generated/NavItems.d.ts +2 -2
- package/dist/generated/NotificationEvents.d.ts +3 -3
- package/dist/generated/NotificationSubscriptions.d.ts +8 -8
- package/dist/generated/OrderBatchItems.d.ts +3 -3
- package/dist/generated/OrderBatchRequests.d.ts +2 -2
- package/dist/generated/OrderBatches.d.ts +17 -17
- package/dist/generated/OrderDocuments.d.ts +2 -2
- package/dist/generated/OrderItems.d.ts +13 -13
- package/dist/generated/OrderTotes.d.ts +4 -4
- package/dist/generated/Orders.d.ts +29 -29
- package/dist/generated/Originators.d.ts +8 -8
- package/dist/generated/Packages.d.ts +12 -12
- package/dist/generated/Pallets.d.ts +5 -5
- package/dist/generated/Partners.d.ts +2 -2
- package/dist/generated/ProjectTasks.d.ts +2 -2
- package/dist/generated/Projects.d.ts +4 -4
- package/dist/generated/Public.d.ts +2 -2
- package/dist/generated/Rates.d.ts +10 -10
- package/dist/generated/ReasonCodes.d.ts +3 -3
- package/dist/generated/RelocateInventoryTransfers.d.ts +2 -2
- package/dist/generated/ReturnAddresses.d.ts +7 -7
- package/dist/generated/Rules.d.ts +8 -8
- package/dist/generated/ScancodeAliases.d.ts +2 -2
- package/dist/generated/Scancodes.d.ts +2 -2
- package/dist/generated/Schemas.d.ts +20 -0
- package/dist/generated/SerialNumbers.d.ts +2 -2
- package/dist/generated/ShipnoticeItems.d.ts +18 -18
- package/dist/generated/Shipnotices.d.ts +22 -22
- package/dist/generated/ShippingAliases.d.ts +8 -8
- package/dist/generated/ShippingBlacklistedMethods.d.ts +2 -2
- package/dist/generated/ShippingMethodMarkups.d.ts +7 -7
- package/dist/generated/ShippingMethods.d.ts +4 -4
- package/dist/generated/Shops.d.ts +9 -9
- package/dist/generated/Stats.d.ts +3 -3
- package/dist/generated/SurchargeMarkups.d.ts +4 -4
- package/dist/generated/TemplateTypes.d.ts +2 -2
- package/dist/generated/Templates.d.ts +14 -14
- package/dist/generated/Transactions.d.ts +7 -7
- package/dist/generated/TransportationMarkups.d.ts +4 -4
- package/dist/generated/Users.d.ts +6 -6
- package/dist/generated/WarehouseFeatures.d.ts +2 -2
- package/dist/generated/Warehouses.d.ts +7 -7
- package/dist/generated/Wholesales.d.ts +2 -2
- package/dist/generated/data-contracts.d.ts +3341 -1071
- package/dist/generated/index.d.ts +1 -0
- package/dist/mock-data/index.d.ts +13 -5
- package/dist/mock-data/v2/consumer-return/all.d.ts +1 -1087
- package/dist/mock-data/v2/consumer-return/in-transit.d.ts +192 -355
- package/dist/mock-data/v2/customer/normal.d.ts +1 -0
- package/dist/mock-data/v2/item/bundle.d.ts +61 -0
- package/dist/mock-data/v2/item/merch.d.ts +121 -0
- package/dist/mock-data/v2/item/packaging.d.ts +61 -0
- package/dist/mock-data/v2/item/single.d.ts +9 -5
- package/dist/mock-data/v2/location/multiple.d.ts +78 -0
- package/dist/mock-data/v2/location/single.d.ts +78 -0
- package/dist/mock-data/v2/order/all.d.ts +1 -1665
- package/dist/mock-data/v2/order/processing.d.ts +67 -20
- package/dist/mock-data/v2/shipnotice/all.d.ts +1 -621
- package/dist/mock-data/v2/shipnotice/in-transit.d.ts +94 -51
- package/dist/mock-data/v2/shipnotice/processing.d.ts +90 -47
- package/dist/mock-data/v2_1/consumer-return/all.d.ts +1 -1087
- package/dist/mock-data/v2_1/consumer-return/in-transit.d.ts +10 -500
- package/dist/mock-data/v2_1/importer-of-record/created.d.ts +1 -0
- package/dist/mock-data/v2_1/item/bundle.d.ts +60 -0
- package/dist/mock-data/v2_1/item/merch.d.ts +119 -0
- package/dist/mock-data/v2_1/item/packaging.d.ts +60 -0
- package/dist/mock-data/v2_1/item/single.d.ts +9 -6
- package/dist/mock-data/v2_1/location/multiple.d.ts +15 -0
- package/dist/mock-data/v2_1/location/single.d.ts +15 -0
- package/dist/mock-data/v2_1/order/all.d.ts +1 -384
- package/dist/mock-data/v2_1/order/processing.d.ts +49 -86
- package/dist/mock-data/v2_1/order-batch/in-load.d.ts +0 -56
- package/dist/mock-data/v2_1/order-batch/wholesale-available.d.ts +0 -56
- package/dist/mock-data/v2_1/return-address/created.d.ts +1 -0
- package/dist/mock-data/v2_1/shipnotice/all.d.ts +1 -367
- package/dist/mock-data/v2_1/shipnotice/in-transit.d.ts +20 -198
- package/dist/mock-data/v2_1/shipnotice/processing.d.ts +18 -196
- package/generated/BundleItems.ts +8 -7
- package/generated/CarrierAliases.ts +3 -3
- package/generated/ConsumerReturns.ts +22 -20
- package/generated/Customers.ts +12 -11
- package/generated/Documents.ts +11 -11
- package/generated/Items.ts +56 -48
- package/generated/NotificationEvents.ts +6 -5
- package/generated/NotificationSubscriptions.ts +16 -15
- package/generated/OrderDocuments.ts +3 -3
- package/generated/OrderItems.ts +25 -24
- package/generated/OrderTotes.ts +6 -5
- package/generated/Orders.ts +47 -42
- package/generated/Originators.ts +4 -3
- package/generated/Projects.ts +4 -3
- package/generated/ShipnoticeItems.ts +17 -16
- package/generated/Shipnotices.ts +32 -30
- package/generated/Simulate.ts +13 -13
- package/generated/Templates.ts +11 -13
- package/generated/WholesaleItems.ts +9 -9
- package/generated/data-contracts.ts +558 -48
- package/package.json +1 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export declare const ApiV21ItemPackagingExample: {
|
|
2
|
+
id: number;
|
|
3
|
+
sku: string;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
full_description: string;
|
|
7
|
+
created_at: string;
|
|
8
|
+
updated_at: string;
|
|
9
|
+
customer_id: number;
|
|
10
|
+
quantity: number;
|
|
11
|
+
weight: string;
|
|
12
|
+
available: boolean;
|
|
13
|
+
image_originator_url: null;
|
|
14
|
+
vendor: null;
|
|
15
|
+
scancode: string;
|
|
16
|
+
price: string;
|
|
17
|
+
media_mail: boolean;
|
|
18
|
+
packaging: boolean;
|
|
19
|
+
length: string;
|
|
20
|
+
width: string;
|
|
21
|
+
height: string;
|
|
22
|
+
active: boolean;
|
|
23
|
+
wholesale_cost: null;
|
|
24
|
+
is_bundle: boolean;
|
|
25
|
+
packaging_type: string;
|
|
26
|
+
promo: boolean;
|
|
27
|
+
street_date: null;
|
|
28
|
+
category: null;
|
|
29
|
+
include_inbound_in_published: boolean;
|
|
30
|
+
returnable: null;
|
|
31
|
+
return_sku_match: null;
|
|
32
|
+
return_price_restricted: null;
|
|
33
|
+
request_serial_number: null;
|
|
34
|
+
currency: null;
|
|
35
|
+
tariff_number: null;
|
|
36
|
+
notify_originator_inventory: null;
|
|
37
|
+
name: string;
|
|
38
|
+
nmfc_code: null;
|
|
39
|
+
nmfc_class: null;
|
|
40
|
+
commodity_description: null;
|
|
41
|
+
image_url: null;
|
|
42
|
+
hazmat: boolean;
|
|
43
|
+
hazmat_type: null;
|
|
44
|
+
misc: null;
|
|
45
|
+
ean: null;
|
|
46
|
+
lot_control: boolean;
|
|
47
|
+
expiration_period: null;
|
|
48
|
+
ship_strategy: number;
|
|
49
|
+
velocity: number;
|
|
50
|
+
case_quantity: null;
|
|
51
|
+
carton_quantity: null;
|
|
52
|
+
origin_country: null;
|
|
53
|
+
alcohol: boolean;
|
|
54
|
+
shippable_container: boolean;
|
|
55
|
+
goh: boolean;
|
|
56
|
+
label_format: null;
|
|
57
|
+
replenishment_min: null;
|
|
58
|
+
replenishment_target: null;
|
|
59
|
+
low_inventory_threshold: null;
|
|
60
|
+
}[];
|
|
@@ -4,7 +4,6 @@ export declare const ApiV21ItemSingleExample: {
|
|
|
4
4
|
title: string;
|
|
5
5
|
description: string;
|
|
6
6
|
full_description: string;
|
|
7
|
-
original_location: null;
|
|
8
7
|
created_at: string;
|
|
9
8
|
updated_at: string;
|
|
10
9
|
customer_id: number;
|
|
@@ -32,11 +31,13 @@ export declare const ApiV21ItemSingleExample: {
|
|
|
32
31
|
return_sku_match: null;
|
|
33
32
|
return_price_restricted: null;
|
|
34
33
|
request_serial_number: null;
|
|
35
|
-
currency:
|
|
34
|
+
currency: null;
|
|
36
35
|
tariff_number: null;
|
|
37
|
-
|
|
38
|
-
notify_originator_inventory: number;
|
|
36
|
+
notify_originator_inventory: null;
|
|
39
37
|
name: string;
|
|
38
|
+
nmfc_code: null;
|
|
39
|
+
nmfc_class: null;
|
|
40
|
+
commodity_description: null;
|
|
40
41
|
image_url: null;
|
|
41
42
|
hazmat: boolean;
|
|
42
43
|
hazmat_type: null;
|
|
@@ -50,8 +51,10 @@ export declare const ApiV21ItemSingleExample: {
|
|
|
50
51
|
carton_quantity: null;
|
|
51
52
|
origin_country: null;
|
|
52
53
|
alcohol: boolean;
|
|
54
|
+
shippable_container: boolean;
|
|
55
|
+
goh: boolean;
|
|
56
|
+
label_format: null;
|
|
53
57
|
replenishment_min: null;
|
|
54
58
|
replenishment_target: null;
|
|
55
59
|
low_inventory_threshold: null;
|
|
56
|
-
|
|
57
|
-
};
|
|
60
|
+
}[];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const ApiV21LocationMultipleExample: {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
sortable_name: null;
|
|
5
|
+
item_id: number;
|
|
6
|
+
lot_id: null;
|
|
7
|
+
quantity: number;
|
|
8
|
+
warehouse_id: number;
|
|
9
|
+
shipnotice_item_id: null;
|
|
10
|
+
active: boolean;
|
|
11
|
+
role: string;
|
|
12
|
+
uncommitted: number;
|
|
13
|
+
humanized_shelf_name: string;
|
|
14
|
+
missing: boolean;
|
|
15
|
+
}[];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const ApiV21LocationSingleExample: {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
sortable_name: null;
|
|
5
|
+
item_id: number;
|
|
6
|
+
lot_id: null;
|
|
7
|
+
quantity: number;
|
|
8
|
+
warehouse_id: number;
|
|
9
|
+
shipnotice_item_id: null;
|
|
10
|
+
active: boolean;
|
|
11
|
+
role: string;
|
|
12
|
+
uncommitted: number;
|
|
13
|
+
humanized_shelf_name: string;
|
|
14
|
+
missing: boolean;
|
|
15
|
+
}[];
|
|
@@ -1,384 +1 @@
|
|
|
1
|
-
export declare const ApiV21OrderAllExample:
|
|
2
|
-
id: number;
|
|
3
|
-
customer_id: number;
|
|
4
|
-
order_batch_id: null;
|
|
5
|
-
quote_id: null;
|
|
6
|
-
warehouse_id: number;
|
|
7
|
-
return_warehouse_id: number;
|
|
8
|
-
shipping_method_id: null;
|
|
9
|
-
estimated_shipping_method_id: null;
|
|
10
|
-
humanize_id: string;
|
|
11
|
-
status: number;
|
|
12
|
-
status_name: string;
|
|
13
|
-
previous_status: number;
|
|
14
|
-
order_orig: string;
|
|
15
|
-
level1_token: string;
|
|
16
|
-
level2_token: string;
|
|
17
|
-
workable_at: string;
|
|
18
|
-
skip_street_date: boolean;
|
|
19
|
-
due_at: string;
|
|
20
|
-
created_at: string;
|
|
21
|
-
updated_at: string;
|
|
22
|
-
meta_data: null;
|
|
23
|
-
customer_provided_label_carrier: null;
|
|
24
|
-
purchase_order: null;
|
|
25
|
-
email: string;
|
|
26
|
-
address_verified: boolean;
|
|
27
|
-
address_message: null;
|
|
28
|
-
shop_warehouse_ids: never[];
|
|
29
|
-
shop_shipping_method_currency: null;
|
|
30
|
-
shop_created_at: null;
|
|
31
|
-
shop_updated_at: null;
|
|
32
|
-
shop_shipping_method_text: null;
|
|
33
|
-
shop_shipping_method_price: string;
|
|
34
|
-
billing_company: null;
|
|
35
|
-
billing_address_1: null;
|
|
36
|
-
billing_address_2: null;
|
|
37
|
-
billing_address_3: null;
|
|
38
|
-
billing_city: null;
|
|
39
|
-
billing_state: null;
|
|
40
|
-
billing_zip: null;
|
|
41
|
-
billing_country: null;
|
|
42
|
-
billing_phone: null;
|
|
43
|
-
billed: boolean;
|
|
44
|
-
billing_name: null;
|
|
45
|
-
first_name: null;
|
|
46
|
-
last_name: null;
|
|
47
|
-
full_name: null;
|
|
48
|
-
shipping_name: string;
|
|
49
|
-
shipping_company: null;
|
|
50
|
-
shipping_address_1: string;
|
|
51
|
-
shipping_address_2: null;
|
|
52
|
-
shipping_city: string;
|
|
53
|
-
shipping_state: string;
|
|
54
|
-
shipping_zip: string;
|
|
55
|
-
shipping_country: string;
|
|
56
|
-
shipping_country_iso2: string;
|
|
57
|
-
shipping_phone: null;
|
|
58
|
-
requested_address: string;
|
|
59
|
-
residential: boolean;
|
|
60
|
-
require_signature: boolean;
|
|
61
|
-
require_adult_signature: boolean;
|
|
62
|
-
saturday_delivery: boolean;
|
|
63
|
-
gift: boolean;
|
|
64
|
-
insure: boolean;
|
|
65
|
-
contains_alcohol: boolean;
|
|
66
|
-
ship_actual_cost: null;
|
|
67
|
-
shipped_on: null;
|
|
68
|
-
ship_notes: null;
|
|
69
|
-
shipping_confirmation_sent: boolean;
|
|
70
|
-
ship_3rdparty_cost: string;
|
|
71
|
-
ship_3rdparty_account: null;
|
|
72
|
-
ship_3rdparty_zip: null;
|
|
73
|
-
ship_3rdparty_country: null;
|
|
74
|
-
incoterm: null;
|
|
75
|
-
public_note: null;
|
|
76
|
-
days_in_transit: number;
|
|
77
|
-
days_in_transit_carrier_estimate: null;
|
|
78
|
-
req_insurance_value: null;
|
|
79
|
-
ship_method: null;
|
|
80
|
-
packingslip_pdf_url: null;
|
|
81
|
-
tracking: never[];
|
|
82
|
-
tracking_links: string[];
|
|
83
|
-
approximate_delivery_date: null;
|
|
84
|
-
return_name: null;
|
|
85
|
-
return_company: null;
|
|
86
|
-
return_address_1: null;
|
|
87
|
-
return_address_2: null;
|
|
88
|
-
return_city: null;
|
|
89
|
-
return_state: null;
|
|
90
|
-
return_country: null;
|
|
91
|
-
return_zip: null;
|
|
92
|
-
return_phone: null;
|
|
93
|
-
return_email: null;
|
|
94
|
-
return_address_verified: null;
|
|
95
|
-
return_time_limit: null;
|
|
96
|
-
order_items: {
|
|
97
|
-
id: number;
|
|
98
|
-
order_id: number;
|
|
99
|
-
customer_id: number;
|
|
100
|
-
item_id: number;
|
|
101
|
-
package_id: number;
|
|
102
|
-
quote_item_id: null;
|
|
103
|
-
sku: string;
|
|
104
|
-
description: string;
|
|
105
|
-
quantity: number;
|
|
106
|
-
price: string;
|
|
107
|
-
created_at: string;
|
|
108
|
-
updated_at: string;
|
|
109
|
-
unshippable: boolean;
|
|
110
|
-
available: boolean;
|
|
111
|
-
packed: number;
|
|
112
|
-
packaging: boolean;
|
|
113
|
-
wholesale_cost: null;
|
|
114
|
-
is_bundle: boolean;
|
|
115
|
-
retail_fee: null;
|
|
116
|
-
promo: boolean;
|
|
117
|
-
returnable: null;
|
|
118
|
-
currency: string;
|
|
119
|
-
wholesale_fee: null;
|
|
120
|
-
hazmat: boolean;
|
|
121
|
-
misc: null;
|
|
122
|
-
originator: {
|
|
123
|
-
id: number;
|
|
124
|
-
originated_id: number;
|
|
125
|
-
originated_type: string;
|
|
126
|
-
shop_id: null;
|
|
127
|
-
provider: string;
|
|
128
|
-
original_id: null;
|
|
129
|
-
group_id: null;
|
|
130
|
-
misc: null;
|
|
131
|
-
active: boolean;
|
|
132
|
-
integration_id: null;
|
|
133
|
-
last_notified_at: null;
|
|
134
|
-
last_notification_status: null;
|
|
135
|
-
distinct_originator_key: null;
|
|
136
|
-
created_at: string;
|
|
137
|
-
updated_at: string;
|
|
138
|
-
application_id: null;
|
|
139
|
-
};
|
|
140
|
-
}[];
|
|
141
|
-
originator: {
|
|
142
|
-
id: number;
|
|
143
|
-
originated_id: number;
|
|
144
|
-
originated_type: string;
|
|
145
|
-
shop_id: null;
|
|
146
|
-
provider: string;
|
|
147
|
-
original_id: null;
|
|
148
|
-
group_id: null;
|
|
149
|
-
misc: null;
|
|
150
|
-
active: boolean;
|
|
151
|
-
integration_id: null;
|
|
152
|
-
last_notified_at: null;
|
|
153
|
-
last_notification_status: null;
|
|
154
|
-
distinct_originator_key: null;
|
|
155
|
-
created_at: string;
|
|
156
|
-
updated_at: string;
|
|
157
|
-
application_id: null;
|
|
158
|
-
};
|
|
159
|
-
proto_originator_id: null;
|
|
160
|
-
packages: {
|
|
161
|
-
id: number;
|
|
162
|
-
order_id: number;
|
|
163
|
-
shipped_on: null;
|
|
164
|
-
ship_actual_cost: null;
|
|
165
|
-
actual_weight: null;
|
|
166
|
-
actual_width: null;
|
|
167
|
-
actual_height: null;
|
|
168
|
-
actual_length: null;
|
|
169
|
-
actual_dimensional_weight: null;
|
|
170
|
-
tracking: null;
|
|
171
|
-
tracking_link: string;
|
|
172
|
-
order_item_ids: number[];
|
|
173
|
-
created_at: string;
|
|
174
|
-
updated_at: string;
|
|
175
|
-
ucc128: null;
|
|
176
|
-
barcode_sscc18: string;
|
|
177
|
-
ship_actual_currency: null;
|
|
178
|
-
}[];
|
|
179
|
-
shipping_method: null;
|
|
180
|
-
serial_numbers: never[];
|
|
181
|
-
assigned_to?: undefined;
|
|
182
|
-
packingslips_pdf_url?: undefined;
|
|
183
|
-
cf_packingslips_pdf_url?: undefined;
|
|
184
|
-
packingslips_printed_at?: undefined;
|
|
185
|
-
picklist_pdf_url?: undefined;
|
|
186
|
-
started_at?: undefined;
|
|
187
|
-
stopped_at?: undefined;
|
|
188
|
-
expedited_shipping?: undefined;
|
|
189
|
-
identical_orders?: undefined;
|
|
190
|
-
pick_strategy?: undefined;
|
|
191
|
-
single_item?: undefined;
|
|
192
|
-
order_batch_item_count?: undefined;
|
|
193
|
-
order_batch_item_quantity?: undefined;
|
|
194
|
-
location_roles?: undefined;
|
|
195
|
-
short_form?: undefined;
|
|
196
|
-
grouping_fields?: undefined;
|
|
197
|
-
bol_id?: undefined;
|
|
198
|
-
call_in_date?: undefined;
|
|
199
|
-
requested_ship_date?: undefined;
|
|
200
|
-
bill_of_lading_id?: undefined;
|
|
201
|
-
load_id?: undefined;
|
|
202
|
-
packages_count?: undefined;
|
|
203
|
-
packages_total_weight?: undefined;
|
|
204
|
-
packages_total_dimensional_weight?: undefined;
|
|
205
|
-
items_count?: undefined;
|
|
206
|
-
items_total_quantity?: undefined;
|
|
207
|
-
order_batch_request_id?: undefined;
|
|
208
|
-
international?: undefined;
|
|
209
|
-
expedited_orders?: undefined;
|
|
210
|
-
prepack?: undefined;
|
|
211
|
-
} | {
|
|
212
|
-
id: number;
|
|
213
|
-
created_at: string;
|
|
214
|
-
updated_at: string;
|
|
215
|
-
status: number;
|
|
216
|
-
status_name: string;
|
|
217
|
-
warehouse_id: number;
|
|
218
|
-
assigned_to: null;
|
|
219
|
-
packingslips_pdf_url: string;
|
|
220
|
-
cf_packingslips_pdf_url: string;
|
|
221
|
-
packingslips_printed_at: null;
|
|
222
|
-
picklist_pdf_url: null;
|
|
223
|
-
started_at: null;
|
|
224
|
-
stopped_at: null;
|
|
225
|
-
expedited_shipping: null;
|
|
226
|
-
identical_orders: null;
|
|
227
|
-
pick_strategy: string;
|
|
228
|
-
single_item: null;
|
|
229
|
-
order_batch_item_count: number;
|
|
230
|
-
order_batch_item_quantity: number;
|
|
231
|
-
location_roles: string[];
|
|
232
|
-
short_form: null;
|
|
233
|
-
grouping_fields: {
|
|
234
|
-
wholesale_po_number: string;
|
|
235
|
-
};
|
|
236
|
-
bol_id: null;
|
|
237
|
-
call_in_date: null;
|
|
238
|
-
requested_ship_date: null;
|
|
239
|
-
bill_of_lading_id: null;
|
|
240
|
-
load_id: number;
|
|
241
|
-
customer_id: number;
|
|
242
|
-
packages_count: number;
|
|
243
|
-
packages_total_weight: null;
|
|
244
|
-
packages_total_dimensional_weight: null;
|
|
245
|
-
items_count: number;
|
|
246
|
-
items_total_quantity: number;
|
|
247
|
-
order_batch_request_id: null;
|
|
248
|
-
international: null;
|
|
249
|
-
expedited_orders: null;
|
|
250
|
-
prepack: null;
|
|
251
|
-
}[] | {
|
|
252
|
-
id: number;
|
|
253
|
-
created_at: string;
|
|
254
|
-
updated_at: string;
|
|
255
|
-
status: number;
|
|
256
|
-
status_name: string;
|
|
257
|
-
warehouse_id: number;
|
|
258
|
-
assigned_to: null;
|
|
259
|
-
packingslips_pdf_url: string;
|
|
260
|
-
cf_packingslips_pdf_url: string;
|
|
261
|
-
packingslips_printed_at: null;
|
|
262
|
-
picklist_pdf_url: null;
|
|
263
|
-
started_at: null;
|
|
264
|
-
stopped_at: null;
|
|
265
|
-
expedited_shipping: null;
|
|
266
|
-
identical_orders: null;
|
|
267
|
-
pick_strategy: string;
|
|
268
|
-
single_item: null;
|
|
269
|
-
order_batch_item_count: number;
|
|
270
|
-
order_batch_item_quantity: number;
|
|
271
|
-
location_roles: string[];
|
|
272
|
-
short_form: null;
|
|
273
|
-
grouping_fields: {
|
|
274
|
-
wholesale_po_number: string;
|
|
275
|
-
};
|
|
276
|
-
bol_id: null;
|
|
277
|
-
call_in_date: null;
|
|
278
|
-
requested_ship_date: null;
|
|
279
|
-
bill_of_lading_id: null;
|
|
280
|
-
load_id: null;
|
|
281
|
-
customer_id: number;
|
|
282
|
-
packages_count: number;
|
|
283
|
-
packages_total_weight: null;
|
|
284
|
-
packages_total_dimensional_weight: null;
|
|
285
|
-
items_count: number;
|
|
286
|
-
items_total_quantity: number;
|
|
287
|
-
order_batch_request_id: null;
|
|
288
|
-
international: null;
|
|
289
|
-
expedited_orders: null;
|
|
290
|
-
prepack: null;
|
|
291
|
-
order_batch_id?: undefined;
|
|
292
|
-
quote_id?: undefined;
|
|
293
|
-
return_warehouse_id?: undefined;
|
|
294
|
-
shipping_method_id?: undefined;
|
|
295
|
-
estimated_shipping_method_id?: undefined;
|
|
296
|
-
humanize_id?: undefined;
|
|
297
|
-
previous_status?: undefined;
|
|
298
|
-
order_orig?: undefined;
|
|
299
|
-
level1_token?: undefined;
|
|
300
|
-
level2_token?: undefined;
|
|
301
|
-
workable_at?: undefined;
|
|
302
|
-
skip_street_date?: undefined;
|
|
303
|
-
due_at?: undefined;
|
|
304
|
-
meta_data?: undefined;
|
|
305
|
-
customer_provided_label_carrier?: undefined;
|
|
306
|
-
purchase_order?: undefined;
|
|
307
|
-
email?: undefined;
|
|
308
|
-
address_verified?: undefined;
|
|
309
|
-
address_message?: undefined;
|
|
310
|
-
shop_warehouse_ids?: undefined;
|
|
311
|
-
shop_shipping_method_currency?: undefined;
|
|
312
|
-
shop_created_at?: undefined;
|
|
313
|
-
shop_updated_at?: undefined;
|
|
314
|
-
shop_shipping_method_text?: undefined;
|
|
315
|
-
shop_shipping_method_price?: undefined;
|
|
316
|
-
billing_company?: undefined;
|
|
317
|
-
billing_address_1?: undefined;
|
|
318
|
-
billing_address_2?: undefined;
|
|
319
|
-
billing_address_3?: undefined;
|
|
320
|
-
billing_city?: undefined;
|
|
321
|
-
billing_state?: undefined;
|
|
322
|
-
billing_zip?: undefined;
|
|
323
|
-
billing_country?: undefined;
|
|
324
|
-
billing_phone?: undefined;
|
|
325
|
-
billed?: undefined;
|
|
326
|
-
billing_name?: undefined;
|
|
327
|
-
first_name?: undefined;
|
|
328
|
-
last_name?: undefined;
|
|
329
|
-
full_name?: undefined;
|
|
330
|
-
shipping_name?: undefined;
|
|
331
|
-
shipping_company?: undefined;
|
|
332
|
-
shipping_address_1?: undefined;
|
|
333
|
-
shipping_address_2?: undefined;
|
|
334
|
-
shipping_city?: undefined;
|
|
335
|
-
shipping_state?: undefined;
|
|
336
|
-
shipping_zip?: undefined;
|
|
337
|
-
shipping_country?: undefined;
|
|
338
|
-
shipping_country_iso2?: undefined;
|
|
339
|
-
shipping_phone?: undefined;
|
|
340
|
-
requested_address?: undefined;
|
|
341
|
-
residential?: undefined;
|
|
342
|
-
require_signature?: undefined;
|
|
343
|
-
require_adult_signature?: undefined;
|
|
344
|
-
saturday_delivery?: undefined;
|
|
345
|
-
gift?: undefined;
|
|
346
|
-
insure?: undefined;
|
|
347
|
-
contains_alcohol?: undefined;
|
|
348
|
-
ship_actual_cost?: undefined;
|
|
349
|
-
shipped_on?: undefined;
|
|
350
|
-
ship_notes?: undefined;
|
|
351
|
-
shipping_confirmation_sent?: undefined;
|
|
352
|
-
ship_3rdparty_cost?: undefined;
|
|
353
|
-
ship_3rdparty_account?: undefined;
|
|
354
|
-
ship_3rdparty_zip?: undefined;
|
|
355
|
-
ship_3rdparty_country?: undefined;
|
|
356
|
-
incoterm?: undefined;
|
|
357
|
-
public_note?: undefined;
|
|
358
|
-
days_in_transit?: undefined;
|
|
359
|
-
days_in_transit_carrier_estimate?: undefined;
|
|
360
|
-
req_insurance_value?: undefined;
|
|
361
|
-
ship_method?: undefined;
|
|
362
|
-
packingslip_pdf_url?: undefined;
|
|
363
|
-
tracking?: undefined;
|
|
364
|
-
tracking_links?: undefined;
|
|
365
|
-
approximate_delivery_date?: undefined;
|
|
366
|
-
return_name?: undefined;
|
|
367
|
-
return_company?: undefined;
|
|
368
|
-
return_address_1?: undefined;
|
|
369
|
-
return_address_2?: undefined;
|
|
370
|
-
return_city?: undefined;
|
|
371
|
-
return_state?: undefined;
|
|
372
|
-
return_country?: undefined;
|
|
373
|
-
return_zip?: undefined;
|
|
374
|
-
return_phone?: undefined;
|
|
375
|
-
return_email?: undefined;
|
|
376
|
-
return_address_verified?: undefined;
|
|
377
|
-
return_time_limit?: undefined;
|
|
378
|
-
order_items?: undefined;
|
|
379
|
-
originator?: undefined;
|
|
380
|
-
proto_originator_id?: undefined;
|
|
381
|
-
packages?: undefined;
|
|
382
|
-
shipping_method?: undefined;
|
|
383
|
-
serial_numbers?: undefined;
|
|
384
|
-
})[];
|
|
1
|
+
export declare const ApiV21OrderAllExample: never[];
|