@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
|
@@ -7,12 +7,12 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
7
7
|
status: number;
|
|
8
8
|
status_name: string;
|
|
9
9
|
received_by: null;
|
|
10
|
-
notes_by_whiplash:
|
|
11
|
-
notes_by_customer:
|
|
10
|
+
notes_by_whiplash: string;
|
|
11
|
+
notes_by_customer: string;
|
|
12
12
|
total_boxes: null;
|
|
13
13
|
created_at: string;
|
|
14
14
|
updated_at: string;
|
|
15
|
-
arrived_at:
|
|
15
|
+
arrived_at: null;
|
|
16
16
|
skip_images: null;
|
|
17
17
|
easypostable_id: null;
|
|
18
18
|
easypostable_type: string;
|
|
@@ -21,7 +21,7 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
21
21
|
shipping_method_text: null;
|
|
22
22
|
carrier: null;
|
|
23
23
|
shipping_method_id: null;
|
|
24
|
-
tracking:
|
|
24
|
+
tracking: string;
|
|
25
25
|
order_id: null;
|
|
26
26
|
type: string;
|
|
27
27
|
postage_billed: null;
|
|
@@ -29,47 +29,76 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
29
29
|
ship_3rdparty_cost: null;
|
|
30
30
|
requires_label: boolean;
|
|
31
31
|
completed_at: null;
|
|
32
|
+
complete_by: string;
|
|
32
33
|
ship_actual_currency: null;
|
|
33
|
-
delivered_at:
|
|
34
|
-
due_at:
|
|
34
|
+
delivered_at: null;
|
|
35
|
+
due_at: null;
|
|
35
36
|
meta_data: null;
|
|
36
37
|
reference: null;
|
|
37
38
|
shipnotice_item_count: number;
|
|
39
|
+
shipnotice_item_sku_count: number;
|
|
38
40
|
shipnotice_item_quantity: number;
|
|
41
|
+
purchase_order_numbers: never[];
|
|
42
|
+
quantities_verified: null;
|
|
43
|
+
bol_proxy: null;
|
|
44
|
+
mid_code: null;
|
|
45
|
+
zone_status: null;
|
|
46
|
+
originator: {
|
|
47
|
+
id: number;
|
|
48
|
+
originated_id: null;
|
|
49
|
+
originated_type: string;
|
|
50
|
+
shop_id: null;
|
|
51
|
+
provider: string;
|
|
52
|
+
original_id: string;
|
|
53
|
+
group_id: string;
|
|
54
|
+
misc: null;
|
|
55
|
+
active: boolean;
|
|
56
|
+
integration_id: null;
|
|
57
|
+
last_notified_at: null;
|
|
58
|
+
last_notification_status: null;
|
|
59
|
+
last_synced_at: null;
|
|
60
|
+
distinct_originator_key: null;
|
|
61
|
+
created_at: string;
|
|
62
|
+
updated_at: string;
|
|
63
|
+
application_id: number;
|
|
64
|
+
};
|
|
39
65
|
customer: {
|
|
40
66
|
id: number;
|
|
41
67
|
name: string;
|
|
42
68
|
created_at: string;
|
|
43
69
|
active: boolean;
|
|
44
|
-
auto_merge_gestation:
|
|
70
|
+
auto_merge_gestation: number;
|
|
45
71
|
default_warehouse_id: number;
|
|
46
72
|
eori_number: null;
|
|
47
73
|
estimated_monthly_volume: null;
|
|
48
|
-
fedex_account:
|
|
74
|
+
fedex_account: string;
|
|
49
75
|
from_email: null;
|
|
50
|
-
instructions:
|
|
76
|
+
instructions: string;
|
|
51
77
|
item_scanning_preference: boolean;
|
|
52
|
-
label_format:
|
|
78
|
+
label_format: string;
|
|
53
79
|
notes: null;
|
|
54
80
|
notify_originator: boolean;
|
|
55
81
|
notify_originator_inventory: number;
|
|
56
82
|
originator_permissions: boolean;
|
|
57
|
-
packing_slip_msg:
|
|
58
|
-
packingslip_template:
|
|
83
|
+
packing_slip_msg: string;
|
|
84
|
+
packingslip_template: string;
|
|
59
85
|
request_serial_numbers: boolean;
|
|
60
86
|
ship_method_preference: number;
|
|
61
87
|
shipping_name: string;
|
|
62
|
-
ups_account:
|
|
63
|
-
vat_number:
|
|
88
|
+
ups_account: string;
|
|
89
|
+
vat_number: string;
|
|
64
90
|
ein: null;
|
|
91
|
+
gs1_company_prefix: null;
|
|
65
92
|
warehouse_fallback: number;
|
|
66
93
|
payment_hold: boolean;
|
|
67
|
-
|
|
68
|
-
|
|
94
|
+
primary_contact: string;
|
|
95
|
+
global_e_guid: null;
|
|
69
96
|
whitelisted_warehouses: {
|
|
70
97
|
id: number;
|
|
71
98
|
name: string;
|
|
72
99
|
timezone: string;
|
|
100
|
+
timezone_raw: string;
|
|
101
|
+
partner_id: number;
|
|
73
102
|
shipping_address_1: string;
|
|
74
103
|
shipping_address_2: string;
|
|
75
104
|
shipping_city: string;
|
|
@@ -79,17 +108,21 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
79
108
|
shipping_country_iso2: string;
|
|
80
109
|
latitude: number;
|
|
81
110
|
longitude: number;
|
|
111
|
+
slug: string;
|
|
82
112
|
}[];
|
|
113
|
+
allowed_warehouse_ids: number[];
|
|
114
|
+
account_level: number;
|
|
115
|
+
account_level_name: null;
|
|
83
116
|
activated_at: string;
|
|
84
117
|
deactivated_at: null;
|
|
85
118
|
auto_merge_skus: boolean;
|
|
86
119
|
billing_email: string;
|
|
87
120
|
billing_contact_name: string;
|
|
88
|
-
billing_company:
|
|
89
|
-
billing_phone1:
|
|
90
|
-
billing_phone2:
|
|
121
|
+
billing_company: string;
|
|
122
|
+
billing_phone1: string;
|
|
123
|
+
billing_phone2: string;
|
|
91
124
|
billing_address1: string;
|
|
92
|
-
billing_address2:
|
|
125
|
+
billing_address2: string;
|
|
93
126
|
billing_address3: null;
|
|
94
127
|
billing_city: string;
|
|
95
128
|
billing_state: string;
|
|
@@ -116,16 +149,16 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
116
149
|
return_zip: null;
|
|
117
150
|
return_country: null;
|
|
118
151
|
supports_return_labels: boolean;
|
|
119
|
-
logo_content_type:
|
|
120
|
-
logo_file_name:
|
|
121
|
-
logo_file_size:
|
|
122
|
-
logo_updated_at:
|
|
152
|
+
logo_content_type: string;
|
|
153
|
+
logo_file_name: string;
|
|
154
|
+
logo_file_size: number;
|
|
155
|
+
logo_updated_at: string;
|
|
123
156
|
full_logo_url: string;
|
|
124
157
|
email_confirmation_from: string;
|
|
125
158
|
email_confirmation_name: string;
|
|
126
|
-
email_confirmation_msg:
|
|
159
|
+
email_confirmation_msg: string;
|
|
127
160
|
email_confirmation_preference: number;
|
|
128
|
-
email_confirmation_template:
|
|
161
|
+
email_confirmation_template: string;
|
|
129
162
|
low_inventory_threshold: null;
|
|
130
163
|
lot_control: boolean;
|
|
131
164
|
expiration_period: null;
|
|
@@ -133,11 +166,21 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
133
166
|
items_unavailable_on_sellout: number;
|
|
134
167
|
replenishment_min: null;
|
|
135
168
|
replenishment_target: null;
|
|
169
|
+
allow_b_stock_receiving: boolean;
|
|
170
|
+
location_default_return_role: string;
|
|
171
|
+
location_enable_pending_returns: boolean;
|
|
172
|
+
location_enable_receiving_into_reserved: boolean;
|
|
173
|
+
receiving_fields: null;
|
|
174
|
+
project_task_labels: null;
|
|
175
|
+
dashboard_enable_domo: boolean;
|
|
176
|
+
dashboard_enable_parcel_insights: boolean;
|
|
136
177
|
};
|
|
137
178
|
warehouse: {
|
|
138
179
|
id: number;
|
|
139
180
|
name: string;
|
|
140
181
|
timezone: string;
|
|
182
|
+
timezone_raw: string;
|
|
183
|
+
partner_id: number;
|
|
141
184
|
shipping_address_1: string;
|
|
142
185
|
shipping_address_2: string;
|
|
143
186
|
shipping_city: string;
|
|
@@ -147,25 +190,9 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
147
190
|
shipping_country_iso2: string;
|
|
148
191
|
latitude: number;
|
|
149
192
|
longitude: number;
|
|
193
|
+
slug: string;
|
|
150
194
|
};
|
|
151
|
-
|
|
152
|
-
id: number;
|
|
153
|
-
originated_id: number;
|
|
154
|
-
originated_type: string;
|
|
155
|
-
shop_id: null;
|
|
156
|
-
provider: string;
|
|
157
|
-
original_id: null;
|
|
158
|
-
group_id: null;
|
|
159
|
-
misc: null;
|
|
160
|
-
active: boolean;
|
|
161
|
-
integration_id: null;
|
|
162
|
-
last_notified_at: null;
|
|
163
|
-
last_notification_status: null;
|
|
164
|
-
distinct_originator_key: null;
|
|
165
|
-
created_at: string;
|
|
166
|
-
updated_at: string;
|
|
167
|
-
application_id: null;
|
|
168
|
-
};
|
|
195
|
+
inspection_required: boolean;
|
|
169
196
|
shipping_method: null;
|
|
170
197
|
shipnotice_items: {
|
|
171
198
|
id: number;
|
|
@@ -174,10 +201,11 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
174
201
|
quantity: number;
|
|
175
202
|
quantity_good: number;
|
|
176
203
|
quantity_damaged: number;
|
|
177
|
-
description:
|
|
204
|
+
description: string;
|
|
178
205
|
extended_description: null;
|
|
179
206
|
include_in_published: boolean;
|
|
180
|
-
return_action:
|
|
207
|
+
return_action: string;
|
|
208
|
+
purchase_order_number: null;
|
|
181
209
|
created_at: string;
|
|
182
210
|
updated_at: string;
|
|
183
211
|
item: {
|
|
@@ -186,14 +214,13 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
186
214
|
title: string;
|
|
187
215
|
description: string;
|
|
188
216
|
full_description: string;
|
|
189
|
-
original_location: null;
|
|
190
217
|
created_at: string;
|
|
191
218
|
updated_at: string;
|
|
192
219
|
customer_id: number;
|
|
193
220
|
quantity: number;
|
|
194
221
|
weight: string;
|
|
195
222
|
available: boolean;
|
|
196
|
-
image_originator_url:
|
|
223
|
+
image_originator_url: string;
|
|
197
224
|
vendor: null;
|
|
198
225
|
scancode: string;
|
|
199
226
|
price: string;
|
|
@@ -216,10 +243,12 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
216
243
|
request_serial_number: null;
|
|
217
244
|
currency: string;
|
|
218
245
|
tariff_number: null;
|
|
219
|
-
|
|
220
|
-
notify_originator_inventory: number;
|
|
246
|
+
notify_originator_inventory: null;
|
|
221
247
|
name: string;
|
|
222
|
-
|
|
248
|
+
nmfc_code: string;
|
|
249
|
+
nmfc_class: string;
|
|
250
|
+
commodity_description: string;
|
|
251
|
+
image_url: string;
|
|
223
252
|
hazmat: boolean;
|
|
224
253
|
hazmat_type: null;
|
|
225
254
|
misc: null;
|
|
@@ -232,13 +261,27 @@ export declare const ApiV2ShipnoticeInTransitExample: {
|
|
|
232
261
|
carton_quantity: null;
|
|
233
262
|
origin_country: null;
|
|
234
263
|
alcohol: boolean;
|
|
264
|
+
shippable_container: boolean;
|
|
265
|
+
goh: boolean;
|
|
266
|
+
label_format: null;
|
|
235
267
|
replenishment_min: null;
|
|
236
268
|
replenishment_target: null;
|
|
237
269
|
low_inventory_threshold: null;
|
|
238
270
|
published_quantity: number;
|
|
239
271
|
};
|
|
240
272
|
lot: null;
|
|
273
|
+
item_image_url: string;
|
|
274
|
+
item_scancode: null;
|
|
275
|
+
item_sku: string;
|
|
276
|
+
item_title: string;
|
|
277
|
+
item_lot_control: boolean;
|
|
278
|
+
item_currency: string;
|
|
279
|
+
case_quantity: null;
|
|
280
|
+
carton_quantity: null;
|
|
281
|
+
goh: boolean;
|
|
282
|
+
unit_cost: null;
|
|
241
283
|
warehouse_id: number;
|
|
242
284
|
unallocated: number;
|
|
243
285
|
}[];
|
|
286
|
+
processing_started_at: null;
|
|
244
287
|
};
|
|
@@ -7,8 +7,8 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
7
7
|
status: number;
|
|
8
8
|
status_name: string;
|
|
9
9
|
received_by: null;
|
|
10
|
-
notes_by_whiplash:
|
|
11
|
-
notes_by_customer:
|
|
10
|
+
notes_by_whiplash: string;
|
|
11
|
+
notes_by_customer: string;
|
|
12
12
|
total_boxes: null;
|
|
13
13
|
created_at: string;
|
|
14
14
|
updated_at: string;
|
|
@@ -21,7 +21,7 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
21
21
|
shipping_method_text: null;
|
|
22
22
|
carrier: null;
|
|
23
23
|
shipping_method_id: null;
|
|
24
|
-
tracking:
|
|
24
|
+
tracking: string;
|
|
25
25
|
order_id: null;
|
|
26
26
|
type: string;
|
|
27
27
|
postage_billed: null;
|
|
@@ -29,47 +29,76 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
29
29
|
ship_3rdparty_cost: null;
|
|
30
30
|
requires_label: boolean;
|
|
31
31
|
completed_at: null;
|
|
32
|
+
complete_by: string;
|
|
32
33
|
ship_actual_currency: null;
|
|
33
34
|
delivered_at: string;
|
|
34
|
-
due_at:
|
|
35
|
+
due_at: null;
|
|
35
36
|
meta_data: null;
|
|
36
37
|
reference: null;
|
|
37
38
|
shipnotice_item_count: number;
|
|
39
|
+
shipnotice_item_sku_count: number;
|
|
38
40
|
shipnotice_item_quantity: number;
|
|
41
|
+
purchase_order_numbers: never[];
|
|
42
|
+
quantities_verified: null;
|
|
43
|
+
bol_proxy: null;
|
|
44
|
+
mid_code: null;
|
|
45
|
+
zone_status: null;
|
|
46
|
+
originator: {
|
|
47
|
+
id: number;
|
|
48
|
+
originated_id: null;
|
|
49
|
+
originated_type: string;
|
|
50
|
+
shop_id: null;
|
|
51
|
+
provider: string;
|
|
52
|
+
original_id: string;
|
|
53
|
+
group_id: string;
|
|
54
|
+
misc: null;
|
|
55
|
+
active: boolean;
|
|
56
|
+
integration_id: null;
|
|
57
|
+
last_notified_at: null;
|
|
58
|
+
last_notification_status: null;
|
|
59
|
+
last_synced_at: null;
|
|
60
|
+
distinct_originator_key: null;
|
|
61
|
+
created_at: string;
|
|
62
|
+
updated_at: string;
|
|
63
|
+
application_id: number;
|
|
64
|
+
};
|
|
39
65
|
customer: {
|
|
40
66
|
id: number;
|
|
41
67
|
name: string;
|
|
42
68
|
created_at: string;
|
|
43
69
|
active: boolean;
|
|
44
|
-
auto_merge_gestation:
|
|
70
|
+
auto_merge_gestation: number;
|
|
45
71
|
default_warehouse_id: number;
|
|
46
72
|
eori_number: null;
|
|
47
73
|
estimated_monthly_volume: null;
|
|
48
|
-
fedex_account:
|
|
74
|
+
fedex_account: string;
|
|
49
75
|
from_email: null;
|
|
50
|
-
instructions:
|
|
76
|
+
instructions: string;
|
|
51
77
|
item_scanning_preference: boolean;
|
|
52
|
-
label_format:
|
|
78
|
+
label_format: string;
|
|
53
79
|
notes: null;
|
|
54
80
|
notify_originator: boolean;
|
|
55
81
|
notify_originator_inventory: number;
|
|
56
82
|
originator_permissions: boolean;
|
|
57
|
-
packing_slip_msg:
|
|
58
|
-
packingslip_template:
|
|
83
|
+
packing_slip_msg: string;
|
|
84
|
+
packingslip_template: string;
|
|
59
85
|
request_serial_numbers: boolean;
|
|
60
86
|
ship_method_preference: number;
|
|
61
87
|
shipping_name: string;
|
|
62
|
-
ups_account:
|
|
63
|
-
vat_number:
|
|
88
|
+
ups_account: string;
|
|
89
|
+
vat_number: string;
|
|
64
90
|
ein: null;
|
|
91
|
+
gs1_company_prefix: null;
|
|
65
92
|
warehouse_fallback: number;
|
|
66
93
|
payment_hold: boolean;
|
|
67
|
-
|
|
68
|
-
|
|
94
|
+
primary_contact: string;
|
|
95
|
+
global_e_guid: null;
|
|
69
96
|
whitelisted_warehouses: {
|
|
70
97
|
id: number;
|
|
71
98
|
name: string;
|
|
72
99
|
timezone: string;
|
|
100
|
+
timezone_raw: string;
|
|
101
|
+
partner_id: number;
|
|
73
102
|
shipping_address_1: string;
|
|
74
103
|
shipping_address_2: string;
|
|
75
104
|
shipping_city: string;
|
|
@@ -79,17 +108,21 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
79
108
|
shipping_country_iso2: string;
|
|
80
109
|
latitude: number;
|
|
81
110
|
longitude: number;
|
|
111
|
+
slug: string;
|
|
82
112
|
}[];
|
|
113
|
+
allowed_warehouse_ids: number[];
|
|
114
|
+
account_level: number;
|
|
115
|
+
account_level_name: null;
|
|
83
116
|
activated_at: string;
|
|
84
117
|
deactivated_at: null;
|
|
85
118
|
auto_merge_skus: boolean;
|
|
86
119
|
billing_email: string;
|
|
87
120
|
billing_contact_name: string;
|
|
88
|
-
billing_company:
|
|
89
|
-
billing_phone1:
|
|
90
|
-
billing_phone2:
|
|
121
|
+
billing_company: string;
|
|
122
|
+
billing_phone1: string;
|
|
123
|
+
billing_phone2: string;
|
|
91
124
|
billing_address1: string;
|
|
92
|
-
billing_address2:
|
|
125
|
+
billing_address2: string;
|
|
93
126
|
billing_address3: null;
|
|
94
127
|
billing_city: string;
|
|
95
128
|
billing_state: string;
|
|
@@ -116,16 +149,16 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
116
149
|
return_zip: null;
|
|
117
150
|
return_country: null;
|
|
118
151
|
supports_return_labels: boolean;
|
|
119
|
-
logo_content_type:
|
|
120
|
-
logo_file_name:
|
|
121
|
-
logo_file_size:
|
|
122
|
-
logo_updated_at:
|
|
152
|
+
logo_content_type: string;
|
|
153
|
+
logo_file_name: string;
|
|
154
|
+
logo_file_size: number;
|
|
155
|
+
logo_updated_at: string;
|
|
123
156
|
full_logo_url: string;
|
|
124
157
|
email_confirmation_from: string;
|
|
125
158
|
email_confirmation_name: string;
|
|
126
|
-
email_confirmation_msg:
|
|
159
|
+
email_confirmation_msg: string;
|
|
127
160
|
email_confirmation_preference: number;
|
|
128
|
-
email_confirmation_template:
|
|
161
|
+
email_confirmation_template: string;
|
|
129
162
|
low_inventory_threshold: null;
|
|
130
163
|
lot_control: boolean;
|
|
131
164
|
expiration_period: null;
|
|
@@ -133,11 +166,21 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
133
166
|
items_unavailable_on_sellout: number;
|
|
134
167
|
replenishment_min: null;
|
|
135
168
|
replenishment_target: null;
|
|
169
|
+
allow_b_stock_receiving: boolean;
|
|
170
|
+
location_default_return_role: string;
|
|
171
|
+
location_enable_pending_returns: boolean;
|
|
172
|
+
location_enable_receiving_into_reserved: boolean;
|
|
173
|
+
receiving_fields: null;
|
|
174
|
+
project_task_labels: null;
|
|
175
|
+
dashboard_enable_domo: boolean;
|
|
176
|
+
dashboard_enable_parcel_insights: boolean;
|
|
136
177
|
};
|
|
137
178
|
warehouse: {
|
|
138
179
|
id: number;
|
|
139
180
|
name: string;
|
|
140
181
|
timezone: string;
|
|
182
|
+
timezone_raw: string;
|
|
183
|
+
partner_id: number;
|
|
141
184
|
shipping_address_1: string;
|
|
142
185
|
shipping_address_2: string;
|
|
143
186
|
shipping_city: string;
|
|
@@ -147,25 +190,9 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
147
190
|
shipping_country_iso2: string;
|
|
148
191
|
latitude: number;
|
|
149
192
|
longitude: number;
|
|
193
|
+
slug: string;
|
|
150
194
|
};
|
|
151
|
-
|
|
152
|
-
id: number;
|
|
153
|
-
originated_id: number;
|
|
154
|
-
originated_type: string;
|
|
155
|
-
shop_id: null;
|
|
156
|
-
provider: string;
|
|
157
|
-
original_id: null;
|
|
158
|
-
group_id: null;
|
|
159
|
-
misc: null;
|
|
160
|
-
active: boolean;
|
|
161
|
-
integration_id: null;
|
|
162
|
-
last_notified_at: null;
|
|
163
|
-
last_notification_status: null;
|
|
164
|
-
distinct_originator_key: null;
|
|
165
|
-
created_at: string;
|
|
166
|
-
updated_at: string;
|
|
167
|
-
application_id: null;
|
|
168
|
-
};
|
|
195
|
+
inspection_required: boolean;
|
|
169
196
|
shipping_method: null;
|
|
170
197
|
shipnotice_items: {
|
|
171
198
|
id: number;
|
|
@@ -178,6 +205,7 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
178
205
|
extended_description: null;
|
|
179
206
|
include_in_published: boolean;
|
|
180
207
|
return_action: null;
|
|
208
|
+
purchase_order_number: null;
|
|
181
209
|
created_at: string;
|
|
182
210
|
updated_at: string;
|
|
183
211
|
item: {
|
|
@@ -186,14 +214,13 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
186
214
|
title: string;
|
|
187
215
|
description: string;
|
|
188
216
|
full_description: string;
|
|
189
|
-
original_location: null;
|
|
190
217
|
created_at: string;
|
|
191
218
|
updated_at: string;
|
|
192
219
|
customer_id: number;
|
|
193
220
|
quantity: number;
|
|
194
221
|
weight: string;
|
|
195
222
|
available: boolean;
|
|
196
|
-
image_originator_url:
|
|
223
|
+
image_originator_url: string;
|
|
197
224
|
vendor: null;
|
|
198
225
|
scancode: string;
|
|
199
226
|
price: string;
|
|
@@ -216,10 +243,12 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
216
243
|
request_serial_number: null;
|
|
217
244
|
currency: string;
|
|
218
245
|
tariff_number: null;
|
|
219
|
-
|
|
220
|
-
notify_originator_inventory: number;
|
|
246
|
+
notify_originator_inventory: null;
|
|
221
247
|
name: string;
|
|
222
|
-
|
|
248
|
+
nmfc_code: string;
|
|
249
|
+
nmfc_class: string;
|
|
250
|
+
commodity_description: string;
|
|
251
|
+
image_url: string;
|
|
223
252
|
hazmat: boolean;
|
|
224
253
|
hazmat_type: null;
|
|
225
254
|
misc: null;
|
|
@@ -232,13 +261,27 @@ export declare const ApiV2ShipnoticeProcessingExample: {
|
|
|
232
261
|
carton_quantity: null;
|
|
233
262
|
origin_country: null;
|
|
234
263
|
alcohol: boolean;
|
|
264
|
+
shippable_container: boolean;
|
|
265
|
+
goh: boolean;
|
|
266
|
+
label_format: null;
|
|
235
267
|
replenishment_min: null;
|
|
236
268
|
replenishment_target: null;
|
|
237
269
|
low_inventory_threshold: null;
|
|
238
270
|
published_quantity: number;
|
|
239
271
|
};
|
|
240
272
|
lot: null;
|
|
273
|
+
item_image_url: string;
|
|
274
|
+
item_scancode: null;
|
|
275
|
+
item_sku: string;
|
|
276
|
+
item_title: string;
|
|
277
|
+
item_lot_control: boolean;
|
|
278
|
+
item_currency: string;
|
|
279
|
+
case_quantity: null;
|
|
280
|
+
carton_quantity: null;
|
|
281
|
+
goh: boolean;
|
|
282
|
+
unit_cost: null;
|
|
241
283
|
warehouse_id: number;
|
|
242
284
|
unallocated: number;
|
|
243
285
|
}[];
|
|
286
|
+
processing_started_at: null;
|
|
244
287
|
};
|