@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
|
@@ -8,9 +8,9 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
8
8
|
status: number;
|
|
9
9
|
status_name: string;
|
|
10
10
|
received_by: null;
|
|
11
|
-
notes_by_whiplash:
|
|
12
|
-
notes_by_customer:
|
|
13
|
-
total_boxes:
|
|
11
|
+
notes_by_whiplash: string;
|
|
12
|
+
notes_by_customer: string;
|
|
13
|
+
total_boxes: null;
|
|
14
14
|
created_at: string;
|
|
15
15
|
updated_at: string;
|
|
16
16
|
arrived_at: null;
|
|
@@ -20,8 +20,8 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
20
20
|
shipping_label_url: null;
|
|
21
21
|
ship_actual_cost: null;
|
|
22
22
|
shipping_method_text: null;
|
|
23
|
-
carrier:
|
|
24
|
-
tracking:
|
|
23
|
+
carrier: string;
|
|
24
|
+
tracking: string;
|
|
25
25
|
type: string;
|
|
26
26
|
postage_billed: null;
|
|
27
27
|
handling_billed: null;
|
|
@@ -32,135 +32,24 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
32
32
|
delivered_at: null;
|
|
33
33
|
due_at: null;
|
|
34
34
|
reference: null;
|
|
35
|
-
customer: {
|
|
36
|
-
id: number;
|
|
37
|
-
name: string;
|
|
38
|
-
created_at: string;
|
|
39
|
-
active: boolean;
|
|
40
|
-
auto_merge_gestation: null;
|
|
41
|
-
default_warehouse_id: number;
|
|
42
|
-
eori_number: null;
|
|
43
|
-
estimated_monthly_volume: null;
|
|
44
|
-
fedex_account: null;
|
|
45
|
-
from_email: null;
|
|
46
|
-
instructions: null;
|
|
47
|
-
item_scanning_preference: boolean;
|
|
48
|
-
label_format: null;
|
|
49
|
-
notes: null;
|
|
50
|
-
notify_originator: boolean;
|
|
51
|
-
notify_originator_inventory: number;
|
|
52
|
-
originator_permissions: boolean;
|
|
53
|
-
packing_slip_msg: null;
|
|
54
|
-
packingslip_template: null;
|
|
55
|
-
request_serial_numbers: boolean;
|
|
56
|
-
ship_method_preference: number;
|
|
57
|
-
shipping_name: string;
|
|
58
|
-
ups_account: null;
|
|
59
|
-
vat_number: null;
|
|
60
|
-
ein: null;
|
|
61
|
-
warehouse_fallback: number;
|
|
62
|
-
payment_hold: boolean;
|
|
63
|
-
account_level: number;
|
|
64
|
-
account_level_name: null;
|
|
65
|
-
whitelisted_warehouses: {
|
|
66
|
-
id: number;
|
|
67
|
-
name: string;
|
|
68
|
-
timezone: string;
|
|
69
|
-
shipping_address_1: string;
|
|
70
|
-
shipping_address_2: string;
|
|
71
|
-
shipping_city: string;
|
|
72
|
-
shipping_state: string;
|
|
73
|
-
shipping_zip: string;
|
|
74
|
-
shipping_country: string;
|
|
75
|
-
shipping_country_iso2: string;
|
|
76
|
-
latitude: number;
|
|
77
|
-
longitude: number;
|
|
78
|
-
}[];
|
|
79
|
-
activated_at: string;
|
|
80
|
-
deactivated_at: null;
|
|
81
|
-
auto_merge_skus: boolean;
|
|
82
|
-
billing_email: string;
|
|
83
|
-
billing_contact_name: string;
|
|
84
|
-
billing_company: null;
|
|
85
|
-
billing_phone1: null;
|
|
86
|
-
billing_phone2: null;
|
|
87
|
-
billing_address1: string;
|
|
88
|
-
billing_address2: null;
|
|
89
|
-
billing_address3: null;
|
|
90
|
-
billing_city: string;
|
|
91
|
-
billing_state: string;
|
|
92
|
-
billing_zip: string;
|
|
93
|
-
billing_country: string;
|
|
94
|
-
billing_residential: null;
|
|
95
|
-
items_returnable: boolean;
|
|
96
|
-
allow_international_returns: boolean;
|
|
97
|
-
items_exchangeable: boolean;
|
|
98
|
-
return_time_limit: number;
|
|
99
|
-
return_label_expires_in: number;
|
|
100
|
-
return_price_restricted: boolean;
|
|
101
|
-
return_sku_match: null;
|
|
102
|
-
rma_display_logo: boolean;
|
|
103
|
-
rma_footer_content: null;
|
|
104
|
-
return_name: null;
|
|
105
|
-
return_company: null;
|
|
106
|
-
return_email: null;
|
|
107
|
-
return_phone: null;
|
|
108
|
-
return_address_1: null;
|
|
109
|
-
return_address_2: null;
|
|
110
|
-
return_city: null;
|
|
111
|
-
return_state: null;
|
|
112
|
-
return_zip: null;
|
|
113
|
-
return_country: null;
|
|
114
|
-
supports_return_labels: boolean;
|
|
115
|
-
logo_content_type: null;
|
|
116
|
-
logo_file_name: null;
|
|
117
|
-
logo_file_size: null;
|
|
118
|
-
logo_updated_at: null;
|
|
119
|
-
full_logo_url: string;
|
|
120
|
-
email_confirmation_from: string;
|
|
121
|
-
email_confirmation_name: string;
|
|
122
|
-
email_confirmation_msg: null;
|
|
123
|
-
email_confirmation_preference: number;
|
|
124
|
-
email_confirmation_template: null;
|
|
125
|
-
low_inventory_threshold: null;
|
|
126
|
-
lot_control: boolean;
|
|
127
|
-
expiration_period: null;
|
|
128
|
-
ship_strategy: number;
|
|
129
|
-
items_unavailable_on_sellout: number;
|
|
130
|
-
replenishment_min: null;
|
|
131
|
-
replenishment_target: null;
|
|
132
|
-
};
|
|
133
|
-
warehouse: {
|
|
134
|
-
id: number;
|
|
135
|
-
name: string;
|
|
136
|
-
timezone: string;
|
|
137
|
-
shipping_address_1: string;
|
|
138
|
-
shipping_address_2: string;
|
|
139
|
-
shipping_city: string;
|
|
140
|
-
shipping_state: string;
|
|
141
|
-
shipping_zip: string;
|
|
142
|
-
shipping_country: string;
|
|
143
|
-
shipping_country_iso2: string;
|
|
144
|
-
latitude: number;
|
|
145
|
-
longitude: number;
|
|
146
|
-
};
|
|
147
35
|
originator: {
|
|
148
36
|
id: number;
|
|
149
|
-
originated_id:
|
|
37
|
+
originated_id: null;
|
|
150
38
|
originated_type: string;
|
|
151
39
|
shop_id: null;
|
|
152
40
|
provider: string;
|
|
153
|
-
original_id:
|
|
154
|
-
group_id:
|
|
41
|
+
original_id: string;
|
|
42
|
+
group_id: string;
|
|
155
43
|
misc: null;
|
|
156
44
|
active: boolean;
|
|
157
45
|
integration_id: null;
|
|
158
46
|
last_notified_at: null;
|
|
159
47
|
last_notification_status: null;
|
|
48
|
+
last_synced_at: null;
|
|
160
49
|
distinct_originator_key: null;
|
|
161
50
|
created_at: string;
|
|
162
51
|
updated_at: string;
|
|
163
|
-
application_id:
|
|
52
|
+
application_id: number;
|
|
164
53
|
};
|
|
165
54
|
return_items: {
|
|
166
55
|
id: number;
|
|
@@ -174,25 +63,28 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
174
63
|
description: string;
|
|
175
64
|
extended_description: null;
|
|
176
65
|
return_action: string;
|
|
177
|
-
order_item_id:
|
|
66
|
+
order_item_id: null;
|
|
178
67
|
return_item_originator_id: null;
|
|
179
68
|
originator_id: null;
|
|
180
69
|
lot_ids: never[];
|
|
70
|
+
lot_numbers: never[];
|
|
181
71
|
}[];
|
|
182
|
-
exchange_order:
|
|
72
|
+
exchange_order: null;
|
|
73
|
+
order: {
|
|
183
74
|
id: number;
|
|
184
75
|
customer_id: number;
|
|
185
76
|
order_batch_id: null;
|
|
186
77
|
quote_id: null;
|
|
187
78
|
warehouse_id: number;
|
|
188
79
|
return_warehouse_id: number;
|
|
189
|
-
shipping_method_id:
|
|
80
|
+
shipping_method_id: number;
|
|
190
81
|
estimated_shipping_method_id: null;
|
|
191
82
|
humanize_id: string;
|
|
192
83
|
status: number;
|
|
193
84
|
status_name: string;
|
|
194
85
|
previous_status: number;
|
|
195
|
-
order_orig:
|
|
86
|
+
order_orig: null;
|
|
87
|
+
package_label_reference: null;
|
|
196
88
|
level1_token: string;
|
|
197
89
|
level2_token: string;
|
|
198
90
|
workable_at: string;
|
|
@@ -203,9 +95,15 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
203
95
|
meta_data: null;
|
|
204
96
|
customer_provided_label_carrier: null;
|
|
205
97
|
purchase_order: null;
|
|
206
|
-
|
|
207
|
-
|
|
98
|
+
order_type: string;
|
|
99
|
+
batch_priority: boolean;
|
|
100
|
+
email: null;
|
|
101
|
+
address_verified: null;
|
|
102
|
+
items_updateable: boolean;
|
|
208
103
|
address_message: null;
|
|
104
|
+
scac: null;
|
|
105
|
+
tms_id: null;
|
|
106
|
+
tms_required: null;
|
|
209
107
|
shop_warehouse_ids: never[];
|
|
210
108
|
shop_shipping_method_currency: null;
|
|
211
109
|
shop_created_at: null;
|
|
@@ -226,24 +124,29 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
226
124
|
first_name: null;
|
|
227
125
|
last_name: null;
|
|
228
126
|
full_name: null;
|
|
229
|
-
shipping_name:
|
|
127
|
+
shipping_name: null;
|
|
230
128
|
shipping_company: null;
|
|
231
|
-
shipping_address_1:
|
|
129
|
+
shipping_address_1: null;
|
|
232
130
|
shipping_address_2: null;
|
|
233
|
-
shipping_city:
|
|
234
|
-
shipping_state:
|
|
131
|
+
shipping_city: null;
|
|
132
|
+
shipping_state: null;
|
|
235
133
|
shipping_zip: string;
|
|
236
|
-
shipping_country:
|
|
237
|
-
shipping_country_iso2:
|
|
134
|
+
shipping_country: null;
|
|
135
|
+
shipping_country_iso2: null;
|
|
238
136
|
shipping_phone: null;
|
|
239
137
|
requested_address: string;
|
|
240
138
|
residential: boolean;
|
|
139
|
+
expedited: boolean;
|
|
241
140
|
require_signature: boolean;
|
|
242
141
|
require_adult_signature: boolean;
|
|
243
142
|
saturday_delivery: boolean;
|
|
244
143
|
gift: boolean;
|
|
245
144
|
insure: boolean;
|
|
246
145
|
contains_alcohol: boolean;
|
|
146
|
+
customs_required: boolean;
|
|
147
|
+
incoterm: null;
|
|
148
|
+
shipping_carrier_facility: null;
|
|
149
|
+
shipping_hold_for_pickup: null;
|
|
247
150
|
ship_actual_cost: null;
|
|
248
151
|
shipped_on: null;
|
|
249
152
|
ship_notes: null;
|
|
@@ -252,16 +155,24 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
252
155
|
ship_3rdparty_account: null;
|
|
253
156
|
ship_3rdparty_zip: null;
|
|
254
157
|
ship_3rdparty_country: null;
|
|
255
|
-
|
|
158
|
+
payment_type: string;
|
|
256
159
|
public_note: null;
|
|
257
160
|
days_in_transit: number;
|
|
258
161
|
days_in_transit_carrier_estimate: null;
|
|
259
162
|
req_insurance_value: null;
|
|
260
|
-
ship_method:
|
|
163
|
+
ship_method: string;
|
|
261
164
|
packingslip_pdf_url: null;
|
|
165
|
+
cf_packingslip_pdf_url: null;
|
|
166
|
+
customs_vat_number: null;
|
|
167
|
+
customs_eori_number: null;
|
|
168
|
+
customs_ioss_number: null;
|
|
169
|
+
customs_receiver_tax_id: null;
|
|
262
170
|
tracking: never[];
|
|
263
|
-
tracking_links:
|
|
171
|
+
tracking_links: never[];
|
|
264
172
|
approximate_delivery_date: null;
|
|
173
|
+
global_e_ge_order: boolean;
|
|
174
|
+
calculated_time_limit: number;
|
|
175
|
+
within_return_time_limit: boolean;
|
|
265
176
|
return_name: null;
|
|
266
177
|
return_company: null;
|
|
267
178
|
return_address_1: null;
|
|
@@ -274,51 +185,10 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
274
185
|
return_email: null;
|
|
275
186
|
return_address_verified: null;
|
|
276
187
|
return_time_limit: null;
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
item_id: number;
|
|
282
|
-
package_id: number;
|
|
283
|
-
quote_item_id: null;
|
|
284
|
-
sku: string;
|
|
285
|
-
description: string;
|
|
286
|
-
quantity: number;
|
|
287
|
-
price: string;
|
|
288
|
-
created_at: string;
|
|
289
|
-
updated_at: string;
|
|
290
|
-
unshippable: boolean;
|
|
291
|
-
available: boolean;
|
|
292
|
-
packed: number;
|
|
293
|
-
packaging: boolean;
|
|
294
|
-
wholesale_cost: null;
|
|
295
|
-
is_bundle: boolean;
|
|
296
|
-
retail_fee: null;
|
|
297
|
-
promo: boolean;
|
|
298
|
-
returnable: null;
|
|
299
|
-
currency: string;
|
|
300
|
-
wholesale_fee: null;
|
|
301
|
-
hazmat: boolean;
|
|
302
|
-
misc: null;
|
|
303
|
-
originator: {
|
|
304
|
-
id: number;
|
|
305
|
-
originated_id: number;
|
|
306
|
-
originated_type: string;
|
|
307
|
-
shop_id: null;
|
|
308
|
-
provider: string;
|
|
309
|
-
original_id: null;
|
|
310
|
-
group_id: null;
|
|
311
|
-
misc: null;
|
|
312
|
-
active: boolean;
|
|
313
|
-
integration_id: null;
|
|
314
|
-
last_notified_at: null;
|
|
315
|
-
last_notification_status: null;
|
|
316
|
-
distinct_originator_key: null;
|
|
317
|
-
created_at: string;
|
|
318
|
-
updated_at: string;
|
|
319
|
-
application_id: null;
|
|
320
|
-
};
|
|
321
|
-
}[];
|
|
188
|
+
is_workable: boolean;
|
|
189
|
+
is_gestating: boolean;
|
|
190
|
+
permissions_limited: boolean;
|
|
191
|
+
order_items: never[];
|
|
322
192
|
originator: {
|
|
323
193
|
id: number;
|
|
324
194
|
originated_id: number;
|
|
@@ -332,6 +202,7 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
332
202
|
integration_id: null;
|
|
333
203
|
last_notified_at: null;
|
|
334
204
|
last_notification_status: null;
|
|
205
|
+
last_synced_at: null;
|
|
335
206
|
distinct_originator_key: null;
|
|
336
207
|
created_at: string;
|
|
337
208
|
updated_at: string;
|
|
@@ -349,196 +220,162 @@ export declare const ApiV2ConsumerReturnInTransitExample: {
|
|
|
349
220
|
actual_length: null;
|
|
350
221
|
actual_dimensional_weight: null;
|
|
351
222
|
tracking: null;
|
|
352
|
-
tracking_link:
|
|
353
|
-
order_item_ids:
|
|
223
|
+
tracking_link: null;
|
|
224
|
+
order_item_ids: never[];
|
|
354
225
|
created_at: string;
|
|
355
226
|
updated_at: string;
|
|
356
227
|
ucc128: null;
|
|
357
|
-
barcode_sscc18:
|
|
228
|
+
barcode_sscc18: null;
|
|
358
229
|
ship_actual_currency: null;
|
|
230
|
+
manifest_id: null;
|
|
359
231
|
}[];
|
|
360
|
-
shipping_method:
|
|
232
|
+
shipping_method: {
|
|
233
|
+
id: number;
|
|
234
|
+
carrier: string;
|
|
235
|
+
service: string;
|
|
236
|
+
description: string;
|
|
237
|
+
name: string;
|
|
238
|
+
international: boolean;
|
|
239
|
+
active: boolean;
|
|
240
|
+
flat_rate: boolean;
|
|
241
|
+
expedited: boolean;
|
|
242
|
+
trackable: boolean;
|
|
243
|
+
origins: string[];
|
|
244
|
+
extended_description: null;
|
|
245
|
+
multi_parcel: boolean;
|
|
246
|
+
created_at: string;
|
|
247
|
+
updated_at: string;
|
|
248
|
+
};
|
|
361
249
|
serial_numbers: never[];
|
|
362
250
|
};
|
|
363
|
-
|
|
251
|
+
customer: {
|
|
364
252
|
id: number;
|
|
365
|
-
|
|
366
|
-
order_batch_id: null;
|
|
367
|
-
quote_id: null;
|
|
368
|
-
warehouse_id: number;
|
|
369
|
-
return_warehouse_id: number;
|
|
370
|
-
shipping_method_id: null;
|
|
371
|
-
estimated_shipping_method_id: null;
|
|
372
|
-
humanize_id: string;
|
|
373
|
-
status: number;
|
|
374
|
-
status_name: string;
|
|
375
|
-
previous_status: number;
|
|
376
|
-
order_orig: string;
|
|
377
|
-
level1_token: string;
|
|
378
|
-
level2_token: string;
|
|
379
|
-
workable_at: string;
|
|
380
|
-
skip_street_date: boolean;
|
|
381
|
-
due_at: string;
|
|
253
|
+
name: string;
|
|
382
254
|
created_at: string;
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
billing_state: null;
|
|
402
|
-
billing_zip: null;
|
|
403
|
-
billing_country: null;
|
|
404
|
-
billing_phone: null;
|
|
405
|
-
billed: boolean;
|
|
406
|
-
billing_name: null;
|
|
407
|
-
first_name: null;
|
|
408
|
-
last_name: null;
|
|
409
|
-
full_name: null;
|
|
255
|
+
active: boolean;
|
|
256
|
+
auto_merge_gestation: number;
|
|
257
|
+
default_warehouse_id: number;
|
|
258
|
+
eori_number: null;
|
|
259
|
+
estimated_monthly_volume: null;
|
|
260
|
+
fedex_account: string;
|
|
261
|
+
from_email: null;
|
|
262
|
+
instructions: string;
|
|
263
|
+
item_scanning_preference: boolean;
|
|
264
|
+
label_format: string;
|
|
265
|
+
notes: null;
|
|
266
|
+
notify_originator: boolean;
|
|
267
|
+
notify_originator_inventory: number;
|
|
268
|
+
originator_permissions: boolean;
|
|
269
|
+
packing_slip_msg: string;
|
|
270
|
+
packingslip_template: string;
|
|
271
|
+
request_serial_numbers: boolean;
|
|
272
|
+
ship_method_preference: number;
|
|
410
273
|
shipping_name: string;
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
274
|
+
ups_account: string;
|
|
275
|
+
vat_number: string;
|
|
276
|
+
ein: null;
|
|
277
|
+
gs1_company_prefix: null;
|
|
278
|
+
warehouse_fallback: number;
|
|
279
|
+
payment_hold: boolean;
|
|
280
|
+
primary_contact: string;
|
|
281
|
+
global_e_guid: null;
|
|
282
|
+
whitelisted_warehouses: {
|
|
283
|
+
id: number;
|
|
284
|
+
name: string;
|
|
285
|
+
timezone: string;
|
|
286
|
+
timezone_raw: string;
|
|
287
|
+
partner_id: number;
|
|
288
|
+
shipping_address_1: string;
|
|
289
|
+
shipping_address_2: string;
|
|
290
|
+
shipping_city: string;
|
|
291
|
+
shipping_state: string;
|
|
292
|
+
shipping_zip: string;
|
|
293
|
+
shipping_country: string;
|
|
294
|
+
shipping_country_iso2: string;
|
|
295
|
+
latitude: number;
|
|
296
|
+
longitude: number;
|
|
297
|
+
slug: string;
|
|
298
|
+
}[];
|
|
299
|
+
allowed_warehouse_ids: number[];
|
|
300
|
+
account_level: number;
|
|
301
|
+
account_level_name: null;
|
|
302
|
+
activated_at: string;
|
|
303
|
+
deactivated_at: null;
|
|
304
|
+
auto_merge_skus: boolean;
|
|
305
|
+
billing_email: string;
|
|
306
|
+
billing_contact_name: string;
|
|
307
|
+
billing_company: string;
|
|
308
|
+
billing_phone1: string;
|
|
309
|
+
billing_phone2: string;
|
|
310
|
+
billing_address1: string;
|
|
311
|
+
billing_address2: string;
|
|
312
|
+
billing_address3: null;
|
|
313
|
+
billing_city: string;
|
|
314
|
+
billing_state: string;
|
|
315
|
+
billing_zip: string;
|
|
316
|
+
billing_country: string;
|
|
317
|
+
billing_residential: null;
|
|
318
|
+
items_returnable: boolean;
|
|
319
|
+
allow_international_returns: boolean;
|
|
320
|
+
items_exchangeable: boolean;
|
|
321
|
+
return_time_limit: number;
|
|
322
|
+
return_label_expires_in: number;
|
|
323
|
+
return_price_restricted: boolean;
|
|
324
|
+
return_sku_match: null;
|
|
325
|
+
rma_display_logo: boolean;
|
|
326
|
+
rma_footer_content: null;
|
|
446
327
|
return_name: null;
|
|
447
328
|
return_company: null;
|
|
329
|
+
return_email: null;
|
|
330
|
+
return_phone: null;
|
|
448
331
|
return_address_1: null;
|
|
449
332
|
return_address_2: null;
|
|
450
333
|
return_city: null;
|
|
451
334
|
return_state: null;
|
|
452
|
-
return_country: null;
|
|
453
335
|
return_zip: null;
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
created_at: string;
|
|
499
|
-
updated_at: string;
|
|
500
|
-
application_id: null;
|
|
501
|
-
};
|
|
502
|
-
}[];
|
|
503
|
-
originator: {
|
|
504
|
-
id: number;
|
|
505
|
-
originated_id: number;
|
|
506
|
-
originated_type: string;
|
|
507
|
-
shop_id: null;
|
|
508
|
-
provider: string;
|
|
509
|
-
original_id: null;
|
|
510
|
-
group_id: null;
|
|
511
|
-
misc: null;
|
|
512
|
-
active: boolean;
|
|
513
|
-
integration_id: null;
|
|
514
|
-
last_notified_at: null;
|
|
515
|
-
last_notification_status: null;
|
|
516
|
-
distinct_originator_key: null;
|
|
517
|
-
created_at: string;
|
|
518
|
-
updated_at: string;
|
|
519
|
-
application_id: null;
|
|
520
|
-
};
|
|
521
|
-
proto_originator_id: null;
|
|
522
|
-
packages: {
|
|
523
|
-
id: number;
|
|
524
|
-
order_id: number;
|
|
525
|
-
shipped_on: null;
|
|
526
|
-
ship_actual_cost: null;
|
|
527
|
-
actual_weight: null;
|
|
528
|
-
actual_width: null;
|
|
529
|
-
actual_height: null;
|
|
530
|
-
actual_length: null;
|
|
531
|
-
actual_dimensional_weight: null;
|
|
532
|
-
tracking: null;
|
|
533
|
-
tracking_link: string;
|
|
534
|
-
order_item_ids: number[];
|
|
535
|
-
created_at: string;
|
|
536
|
-
updated_at: string;
|
|
537
|
-
ucc128: null;
|
|
538
|
-
barcode_sscc18: string;
|
|
539
|
-
ship_actual_currency: null;
|
|
540
|
-
}[];
|
|
541
|
-
shipping_method: null;
|
|
542
|
-
serial_numbers: never[];
|
|
336
|
+
return_country: null;
|
|
337
|
+
supports_return_labels: boolean;
|
|
338
|
+
logo_content_type: string;
|
|
339
|
+
logo_file_name: string;
|
|
340
|
+
logo_file_size: number;
|
|
341
|
+
logo_updated_at: string;
|
|
342
|
+
full_logo_url: string;
|
|
343
|
+
email_confirmation_from: string;
|
|
344
|
+
email_confirmation_name: string;
|
|
345
|
+
email_confirmation_msg: string;
|
|
346
|
+
email_confirmation_preference: number;
|
|
347
|
+
email_confirmation_template: string;
|
|
348
|
+
low_inventory_threshold: null;
|
|
349
|
+
lot_control: boolean;
|
|
350
|
+
expiration_period: null;
|
|
351
|
+
ship_strategy: number;
|
|
352
|
+
items_unavailable_on_sellout: number;
|
|
353
|
+
replenishment_min: null;
|
|
354
|
+
replenishment_target: null;
|
|
355
|
+
allow_b_stock_receiving: boolean;
|
|
356
|
+
location_default_return_role: string;
|
|
357
|
+
location_enable_pending_returns: boolean;
|
|
358
|
+
location_enable_receiving_into_reserved: boolean;
|
|
359
|
+
receiving_fields: null;
|
|
360
|
+
project_task_labels: null;
|
|
361
|
+
dashboard_enable_domo: boolean;
|
|
362
|
+
dashboard_enable_parcel_insights: boolean;
|
|
363
|
+
};
|
|
364
|
+
warehouse: {
|
|
365
|
+
id: number;
|
|
366
|
+
name: string;
|
|
367
|
+
timezone: string;
|
|
368
|
+
timezone_raw: string;
|
|
369
|
+
partner_id: number;
|
|
370
|
+
shipping_address_1: string;
|
|
371
|
+
shipping_address_2: string;
|
|
372
|
+
shipping_city: string;
|
|
373
|
+
shipping_state: string;
|
|
374
|
+
shipping_zip: string;
|
|
375
|
+
shipping_country: string;
|
|
376
|
+
shipping_country_iso2: string;
|
|
377
|
+
latitude: number;
|
|
378
|
+
longitude: number;
|
|
379
|
+
slug: string;
|
|
543
380
|
};
|
|
544
381
|
};
|