@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
|
@@ -4,33 +4,40 @@ export declare const ApiV21OrderProcessingExample: {
|
|
|
4
4
|
order_batch_id: null;
|
|
5
5
|
quote_id: null;
|
|
6
6
|
warehouse_id: number;
|
|
7
|
-
return_warehouse_id:
|
|
8
|
-
shipping_method_id:
|
|
7
|
+
return_warehouse_id: null;
|
|
8
|
+
shipping_method_id: number;
|
|
9
9
|
estimated_shipping_method_id: null;
|
|
10
10
|
humanize_id: string;
|
|
11
11
|
status: number;
|
|
12
12
|
status_name: string;
|
|
13
13
|
previous_status: number;
|
|
14
|
-
order_orig:
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
order_orig: null;
|
|
15
|
+
package_label_reference: null;
|
|
16
|
+
level1_token: null;
|
|
17
|
+
level2_token: null;
|
|
17
18
|
workable_at: string;
|
|
18
19
|
skip_street_date: boolean;
|
|
19
|
-
due_at:
|
|
20
|
+
due_at: null;
|
|
20
21
|
created_at: string;
|
|
21
22
|
updated_at: string;
|
|
22
23
|
meta_data: null;
|
|
23
24
|
customer_provided_label_carrier: null;
|
|
24
25
|
purchase_order: null;
|
|
26
|
+
order_type: string;
|
|
27
|
+
batch_priority: boolean;
|
|
25
28
|
email: string;
|
|
26
|
-
address_verified:
|
|
29
|
+
address_verified: null;
|
|
30
|
+
items_updateable: boolean;
|
|
27
31
|
address_message: null;
|
|
32
|
+
scac: null;
|
|
33
|
+
tms_id: null;
|
|
34
|
+
tms_required: null;
|
|
35
|
+
shop_warehouse_id: null;
|
|
28
36
|
shop_warehouse_ids: never[];
|
|
29
37
|
shop_shipping_method_currency: null;
|
|
30
38
|
shop_created_at: null;
|
|
31
39
|
shop_updated_at: null;
|
|
32
40
|
shop_shipping_method_text: null;
|
|
33
|
-
shop_shipping_method_price: string;
|
|
34
41
|
billing_company: null;
|
|
35
42
|
billing_address_1: null;
|
|
36
43
|
billing_address_2: null;
|
|
@@ -54,15 +61,20 @@ export declare const ApiV21OrderProcessingExample: {
|
|
|
54
61
|
shipping_zip: string;
|
|
55
62
|
shipping_country: string;
|
|
56
63
|
shipping_country_iso2: string;
|
|
57
|
-
shipping_phone:
|
|
58
|
-
requested_address:
|
|
64
|
+
shipping_phone: string;
|
|
65
|
+
requested_address: null;
|
|
59
66
|
residential: boolean;
|
|
67
|
+
expedited: boolean;
|
|
60
68
|
require_signature: boolean;
|
|
61
69
|
require_adult_signature: boolean;
|
|
62
70
|
saturday_delivery: boolean;
|
|
63
71
|
gift: boolean;
|
|
64
72
|
insure: boolean;
|
|
65
73
|
contains_alcohol: boolean;
|
|
74
|
+
customs_required: boolean;
|
|
75
|
+
incoterm: null;
|
|
76
|
+
shipping_carrier_facility: null;
|
|
77
|
+
shipping_hold_for_pickup: null;
|
|
66
78
|
ship_actual_cost: null;
|
|
67
79
|
shipped_on: null;
|
|
68
80
|
ship_notes: null;
|
|
@@ -71,16 +83,18 @@ export declare const ApiV21OrderProcessingExample: {
|
|
|
71
83
|
ship_3rdparty_account: null;
|
|
72
84
|
ship_3rdparty_zip: null;
|
|
73
85
|
ship_3rdparty_country: null;
|
|
74
|
-
|
|
86
|
+
payment_type: string;
|
|
75
87
|
public_note: null;
|
|
76
88
|
days_in_transit: number;
|
|
77
89
|
days_in_transit_carrier_estimate: null;
|
|
78
90
|
req_insurance_value: null;
|
|
79
|
-
ship_method: null;
|
|
80
91
|
packingslip_pdf_url: null;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
92
|
+
cf_packingslip_pdf_url: null;
|
|
93
|
+
customs_vat_number: null;
|
|
94
|
+
customs_eori_number: null;
|
|
95
|
+
customs_ioss_number: null;
|
|
96
|
+
customs_receiver_tax_id: null;
|
|
97
|
+
global_e_ge_order: boolean;
|
|
84
98
|
return_name: null;
|
|
85
99
|
return_company: null;
|
|
86
100
|
return_address_1: null;
|
|
@@ -93,59 +107,15 @@ export declare const ApiV21OrderProcessingExample: {
|
|
|
93
107
|
return_email: null;
|
|
94
108
|
return_address_verified: null;
|
|
95
109
|
return_time_limit: null;
|
|
96
|
-
|
|
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
|
-
}[];
|
|
110
|
+
permissions_limited: boolean;
|
|
141
111
|
originator: {
|
|
142
112
|
id: number;
|
|
143
|
-
originated_id:
|
|
113
|
+
originated_id: null;
|
|
144
114
|
originated_type: string;
|
|
145
|
-
shop_id:
|
|
115
|
+
shop_id: number;
|
|
146
116
|
provider: string;
|
|
147
|
-
original_id:
|
|
148
|
-
group_id:
|
|
117
|
+
original_id: string;
|
|
118
|
+
group_id: string;
|
|
149
119
|
misc: null;
|
|
150
120
|
active: boolean;
|
|
151
121
|
integration_id: null;
|
|
@@ -156,26 +126,19 @@ export declare const ApiV21OrderProcessingExample: {
|
|
|
156
126
|
updated_at: string;
|
|
157
127
|
application_id: null;
|
|
158
128
|
};
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
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[];
|
|
129
|
+
shop_shipping_method_price: string;
|
|
130
|
+
order_item_count: number;
|
|
131
|
+
order_item_quantity: number;
|
|
132
|
+
shipping_method_name: string;
|
|
133
|
+
shipping_method_carrier: string;
|
|
134
|
+
international: boolean;
|
|
135
|
+
customer_name: string;
|
|
136
|
+
warehouse_name: string;
|
|
137
|
+
pickup: boolean;
|
|
138
|
+
is_workable: boolean;
|
|
139
|
+
is_gestating: boolean;
|
|
140
|
+
customs_info: null;
|
|
141
|
+
wholesale: null;
|
|
142
|
+
tracking: never[];
|
|
143
|
+
tracking_links: never[];
|
|
181
144
|
};
|
|
@@ -19,7 +19,6 @@ export declare const ApiV21OrderBatchInLoadExample: {
|
|
|
19
19
|
order_batch_item_count: number;
|
|
20
20
|
order_batch_item_quantity: number;
|
|
21
21
|
location_roles: string[];
|
|
22
|
-
actual_location_roles: never[];
|
|
23
22
|
short_form: null;
|
|
24
23
|
grouping_fields: {
|
|
25
24
|
wholesale_po_number: string;
|
|
@@ -39,59 +38,4 @@ export declare const ApiV21OrderBatchInLoadExample: {
|
|
|
39
38
|
international: null;
|
|
40
39
|
expedited_orders: null;
|
|
41
40
|
prepack: null;
|
|
42
|
-
user: null;
|
|
43
|
-
warehouse: {
|
|
44
|
-
id: number;
|
|
45
|
-
name: string;
|
|
46
|
-
timezone: string;
|
|
47
|
-
timezone_raw: string;
|
|
48
|
-
partner_id: number;
|
|
49
|
-
shipping_address_1: string;
|
|
50
|
-
shipping_address_2: string;
|
|
51
|
-
shipping_city: string;
|
|
52
|
-
shipping_state: string;
|
|
53
|
-
shipping_zip: string;
|
|
54
|
-
shipping_country: string;
|
|
55
|
-
shipping_country_iso2: string;
|
|
56
|
-
latitude: number;
|
|
57
|
-
longitude: number;
|
|
58
|
-
slug: string;
|
|
59
|
-
default_pick_strategy: string;
|
|
60
|
-
bin_total_count_max: null;
|
|
61
|
-
bin_cubic_volume_max: null;
|
|
62
|
-
number_of_groups: null;
|
|
63
|
-
fedex_pickup_time: null;
|
|
64
|
-
active: boolean;
|
|
65
|
-
square_footage: number;
|
|
66
|
-
created_at: string;
|
|
67
|
-
updated_at: string;
|
|
68
|
-
ups_shipper_number: string;
|
|
69
|
-
email: string;
|
|
70
|
-
ups_carrier_facility: string;
|
|
71
|
-
currency: string;
|
|
72
|
-
vat: null;
|
|
73
|
-
domestic_return_labels: boolean;
|
|
74
|
-
international_return_labels: boolean;
|
|
75
|
-
accepting_new_customers: boolean;
|
|
76
|
-
receiving_hours: string;
|
|
77
|
-
pickup_hours: null;
|
|
78
|
-
contact_name: string;
|
|
79
|
-
contact_phone: null;
|
|
80
|
-
delivery_appointment_required: boolean;
|
|
81
|
-
label_format: string;
|
|
82
|
-
shipping_label_format: string;
|
|
83
|
-
loading_dock_quantity: number;
|
|
84
|
-
receiving_special_instructions: string;
|
|
85
|
-
single_item_batch_size: null;
|
|
86
|
-
packaging_customer_id: null;
|
|
87
|
-
notes: null;
|
|
88
|
-
warehouse_features: {
|
|
89
|
-
id: number;
|
|
90
|
-
feature: string;
|
|
91
|
-
feature_code: string;
|
|
92
|
-
created_at: string;
|
|
93
|
-
updated_at: string;
|
|
94
|
-
}[];
|
|
95
|
-
};
|
|
96
|
-
groups: {};
|
|
97
41
|
}[];
|
|
@@ -19,7 +19,6 @@ export declare const ApiV21OrderBatchWholesaleAvailableExample: {
|
|
|
19
19
|
order_batch_item_count: number;
|
|
20
20
|
order_batch_item_quantity: number;
|
|
21
21
|
location_roles: string[];
|
|
22
|
-
actual_location_roles: never[];
|
|
23
22
|
short_form: null;
|
|
24
23
|
grouping_fields: {
|
|
25
24
|
wholesale_po_number: string;
|
|
@@ -39,59 +38,4 @@ export declare const ApiV21OrderBatchWholesaleAvailableExample: {
|
|
|
39
38
|
international: null;
|
|
40
39
|
expedited_orders: null;
|
|
41
40
|
prepack: null;
|
|
42
|
-
user: null;
|
|
43
|
-
warehouse: {
|
|
44
|
-
id: number;
|
|
45
|
-
name: string;
|
|
46
|
-
timezone: string;
|
|
47
|
-
timezone_raw: string;
|
|
48
|
-
partner_id: number;
|
|
49
|
-
shipping_address_1: string;
|
|
50
|
-
shipping_address_2: string;
|
|
51
|
-
shipping_city: string;
|
|
52
|
-
shipping_state: string;
|
|
53
|
-
shipping_zip: string;
|
|
54
|
-
shipping_country: string;
|
|
55
|
-
shipping_country_iso2: string;
|
|
56
|
-
latitude: number;
|
|
57
|
-
longitude: number;
|
|
58
|
-
slug: string;
|
|
59
|
-
default_pick_strategy: string;
|
|
60
|
-
bin_total_count_max: null;
|
|
61
|
-
bin_cubic_volume_max: null;
|
|
62
|
-
number_of_groups: null;
|
|
63
|
-
fedex_pickup_time: null;
|
|
64
|
-
active: boolean;
|
|
65
|
-
square_footage: number;
|
|
66
|
-
created_at: string;
|
|
67
|
-
updated_at: string;
|
|
68
|
-
ups_shipper_number: string;
|
|
69
|
-
email: string;
|
|
70
|
-
ups_carrier_facility: string;
|
|
71
|
-
currency: string;
|
|
72
|
-
vat: null;
|
|
73
|
-
domestic_return_labels: boolean;
|
|
74
|
-
international_return_labels: boolean;
|
|
75
|
-
accepting_new_customers: boolean;
|
|
76
|
-
receiving_hours: string;
|
|
77
|
-
pickup_hours: null;
|
|
78
|
-
contact_name: string;
|
|
79
|
-
contact_phone: null;
|
|
80
|
-
delivery_appointment_required: boolean;
|
|
81
|
-
label_format: string;
|
|
82
|
-
shipping_label_format: string;
|
|
83
|
-
loading_dock_quantity: number;
|
|
84
|
-
receiving_special_instructions: string;
|
|
85
|
-
single_item_batch_size: null;
|
|
86
|
-
packaging_customer_id: null;
|
|
87
|
-
notes: null;
|
|
88
|
-
warehouse_features: {
|
|
89
|
-
id: number;
|
|
90
|
-
feature: string;
|
|
91
|
-
feature_code: string;
|
|
92
|
-
created_at: string;
|
|
93
|
-
updated_at: string;
|
|
94
|
-
}[];
|
|
95
|
-
};
|
|
96
|
-
groups: {};
|
|
97
41
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ApiV21ReturnAddressCreatedExample = "{\"id\":123}";
|
|
@@ -1,367 +1 @@
|
|
|
1
|
-
export declare const ApiV21ShipnoticeAllExample:
|
|
2
|
-
id: number;
|
|
3
|
-
customer_id: number;
|
|
4
|
-
warehouse_id: number;
|
|
5
|
-
sender: string;
|
|
6
|
-
eta: string;
|
|
7
|
-
status: number;
|
|
8
|
-
status_name: string;
|
|
9
|
-
received_by: null;
|
|
10
|
-
notes_by_whiplash: null;
|
|
11
|
-
notes_by_customer: null;
|
|
12
|
-
total_boxes: null;
|
|
13
|
-
created_at: string;
|
|
14
|
-
updated_at: string;
|
|
15
|
-
arrived_at: string;
|
|
16
|
-
skip_images: null;
|
|
17
|
-
easypostable_id: null;
|
|
18
|
-
easypostable_type: string;
|
|
19
|
-
shipping_label_url: null;
|
|
20
|
-
ship_actual_cost: null;
|
|
21
|
-
shipping_method_text: null;
|
|
22
|
-
carrier: null;
|
|
23
|
-
shipping_method_id: null;
|
|
24
|
-
tracking: null;
|
|
25
|
-
order_id: null;
|
|
26
|
-
type: string;
|
|
27
|
-
postage_billed: null;
|
|
28
|
-
handling_billed: null;
|
|
29
|
-
ship_3rdparty_cost: null;
|
|
30
|
-
requires_label: boolean;
|
|
31
|
-
completed_at: null;
|
|
32
|
-
ship_actual_currency: null;
|
|
33
|
-
delivered_at: string;
|
|
34
|
-
due_at: string;
|
|
35
|
-
meta_data: null;
|
|
36
|
-
reference: null;
|
|
37
|
-
shipnotice_item_count: number;
|
|
38
|
-
shipnotice_item_quantity: number;
|
|
39
|
-
customer: {
|
|
40
|
-
id: number;
|
|
41
|
-
name: string;
|
|
42
|
-
created_at: string;
|
|
43
|
-
active: boolean;
|
|
44
|
-
auto_merge_gestation: null;
|
|
45
|
-
default_warehouse_id: number;
|
|
46
|
-
eori_number: null;
|
|
47
|
-
estimated_monthly_volume: null;
|
|
48
|
-
fedex_account: null;
|
|
49
|
-
from_email: null;
|
|
50
|
-
instructions: null;
|
|
51
|
-
item_scanning_preference: boolean;
|
|
52
|
-
label_format: null;
|
|
53
|
-
notes: null;
|
|
54
|
-
notify_originator: boolean;
|
|
55
|
-
notify_originator_inventory: number;
|
|
56
|
-
originator_permissions: boolean;
|
|
57
|
-
packing_slip_msg: null;
|
|
58
|
-
packingslip_template: null;
|
|
59
|
-
request_serial_numbers: boolean;
|
|
60
|
-
ship_method_preference: number;
|
|
61
|
-
shipping_name: string;
|
|
62
|
-
ups_account: null;
|
|
63
|
-
vat_number: null;
|
|
64
|
-
ein: null;
|
|
65
|
-
warehouse_fallback: number;
|
|
66
|
-
payment_hold: boolean;
|
|
67
|
-
account_level: number;
|
|
68
|
-
account_level_name: null;
|
|
69
|
-
whitelisted_warehouses: {
|
|
70
|
-
id: number;
|
|
71
|
-
name: string;
|
|
72
|
-
timezone: string;
|
|
73
|
-
shipping_address_1: string;
|
|
74
|
-
shipping_address_2: string;
|
|
75
|
-
shipping_city: string;
|
|
76
|
-
shipping_state: string;
|
|
77
|
-
shipping_zip: string;
|
|
78
|
-
shipping_country: string;
|
|
79
|
-
shipping_country_iso2: string;
|
|
80
|
-
latitude: number;
|
|
81
|
-
longitude: number;
|
|
82
|
-
}[];
|
|
83
|
-
activated_at: string;
|
|
84
|
-
deactivated_at: null;
|
|
85
|
-
auto_merge_skus: boolean;
|
|
86
|
-
billing_email: string;
|
|
87
|
-
billing_contact_name: string;
|
|
88
|
-
billing_company: null;
|
|
89
|
-
billing_phone1: null;
|
|
90
|
-
billing_phone2: null;
|
|
91
|
-
billing_address1: string;
|
|
92
|
-
billing_address2: null;
|
|
93
|
-
billing_address3: null;
|
|
94
|
-
billing_city: string;
|
|
95
|
-
billing_state: string;
|
|
96
|
-
billing_zip: string;
|
|
97
|
-
billing_country: string;
|
|
98
|
-
billing_residential: null;
|
|
99
|
-
items_returnable: boolean;
|
|
100
|
-
allow_international_returns: boolean;
|
|
101
|
-
items_exchangeable: boolean;
|
|
102
|
-
return_time_limit: number;
|
|
103
|
-
return_label_expires_in: number;
|
|
104
|
-
return_price_restricted: boolean;
|
|
105
|
-
return_sku_match: null;
|
|
106
|
-
rma_display_logo: boolean;
|
|
107
|
-
rma_footer_content: null;
|
|
108
|
-
return_name: null;
|
|
109
|
-
return_company: null;
|
|
110
|
-
return_email: null;
|
|
111
|
-
return_phone: null;
|
|
112
|
-
return_address_1: null;
|
|
113
|
-
return_address_2: null;
|
|
114
|
-
return_city: null;
|
|
115
|
-
return_state: null;
|
|
116
|
-
return_zip: null;
|
|
117
|
-
return_country: null;
|
|
118
|
-
supports_return_labels: boolean;
|
|
119
|
-
logo_content_type: null;
|
|
120
|
-
logo_file_name: null;
|
|
121
|
-
logo_file_size: null;
|
|
122
|
-
logo_updated_at: null;
|
|
123
|
-
full_logo_url: string;
|
|
124
|
-
email_confirmation_from: string;
|
|
125
|
-
email_confirmation_name: string;
|
|
126
|
-
email_confirmation_msg: null;
|
|
127
|
-
email_confirmation_preference: number;
|
|
128
|
-
email_confirmation_template: null;
|
|
129
|
-
low_inventory_threshold: null;
|
|
130
|
-
lot_control: boolean;
|
|
131
|
-
expiration_period: null;
|
|
132
|
-
ship_strategy: number;
|
|
133
|
-
items_unavailable_on_sellout: number;
|
|
134
|
-
replenishment_min: null;
|
|
135
|
-
replenishment_target: null;
|
|
136
|
-
};
|
|
137
|
-
warehouse: {
|
|
138
|
-
id: number;
|
|
139
|
-
name: string;
|
|
140
|
-
timezone: string;
|
|
141
|
-
shipping_address_1: string;
|
|
142
|
-
shipping_address_2: string;
|
|
143
|
-
shipping_city: string;
|
|
144
|
-
shipping_state: string;
|
|
145
|
-
shipping_zip: string;
|
|
146
|
-
shipping_country: string;
|
|
147
|
-
shipping_country_iso2: string;
|
|
148
|
-
latitude: number;
|
|
149
|
-
longitude: number;
|
|
150
|
-
};
|
|
151
|
-
originator: {
|
|
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
|
-
};
|
|
169
|
-
shipping_method: null;
|
|
170
|
-
shipnotice_items: {
|
|
171
|
-
id: number;
|
|
172
|
-
shipnotice_id: number;
|
|
173
|
-
item_id: number;
|
|
174
|
-
quantity: number;
|
|
175
|
-
quantity_good: number;
|
|
176
|
-
quantity_damaged: number;
|
|
177
|
-
description: null;
|
|
178
|
-
extended_description: null;
|
|
179
|
-
include_in_published: boolean;
|
|
180
|
-
return_action: null;
|
|
181
|
-
created_at: string;
|
|
182
|
-
updated_at: string;
|
|
183
|
-
item: {
|
|
184
|
-
id: number;
|
|
185
|
-
sku: string;
|
|
186
|
-
title: string;
|
|
187
|
-
description: string;
|
|
188
|
-
full_description: string;
|
|
189
|
-
original_location: null;
|
|
190
|
-
created_at: string;
|
|
191
|
-
updated_at: string;
|
|
192
|
-
customer_id: number;
|
|
193
|
-
quantity: number;
|
|
194
|
-
weight: string;
|
|
195
|
-
available: boolean;
|
|
196
|
-
image_originator_url: null;
|
|
197
|
-
vendor: null;
|
|
198
|
-
scancode: string;
|
|
199
|
-
price: string;
|
|
200
|
-
media_mail: boolean;
|
|
201
|
-
packaging: boolean;
|
|
202
|
-
length: string;
|
|
203
|
-
width: string;
|
|
204
|
-
height: string;
|
|
205
|
-
active: boolean;
|
|
206
|
-
wholesale_cost: null;
|
|
207
|
-
is_bundle: boolean;
|
|
208
|
-
packaging_type: null;
|
|
209
|
-
promo: boolean;
|
|
210
|
-
street_date: null;
|
|
211
|
-
category: null;
|
|
212
|
-
include_inbound_in_published: boolean;
|
|
213
|
-
returnable: null;
|
|
214
|
-
return_sku_match: null;
|
|
215
|
-
return_price_restricted: null;
|
|
216
|
-
request_serial_number: null;
|
|
217
|
-
currency: string;
|
|
218
|
-
tariff_number: null;
|
|
219
|
-
label_format: null;
|
|
220
|
-
notify_originator_inventory: number;
|
|
221
|
-
name: string;
|
|
222
|
-
image_url: null;
|
|
223
|
-
hazmat: boolean;
|
|
224
|
-
hazmat_type: null;
|
|
225
|
-
misc: null;
|
|
226
|
-
ean: null;
|
|
227
|
-
lot_control: boolean;
|
|
228
|
-
expiration_period: null;
|
|
229
|
-
ship_strategy: number;
|
|
230
|
-
velocity: number;
|
|
231
|
-
case_quantity: null;
|
|
232
|
-
carton_quantity: null;
|
|
233
|
-
origin_country: null;
|
|
234
|
-
alcohol: boolean;
|
|
235
|
-
replenishment_min: null;
|
|
236
|
-
replenishment_target: null;
|
|
237
|
-
low_inventory_threshold: null;
|
|
238
|
-
published_quantity: number;
|
|
239
|
-
};
|
|
240
|
-
lot: null;
|
|
241
|
-
warehouse_id: number;
|
|
242
|
-
unallocated: number;
|
|
243
|
-
}[];
|
|
244
|
-
shipnotice_id?: undefined;
|
|
245
|
-
item_id?: undefined;
|
|
246
|
-
quantity?: undefined;
|
|
247
|
-
quantity_good?: undefined;
|
|
248
|
-
quantity_damaged?: undefined;
|
|
249
|
-
description?: undefined;
|
|
250
|
-
extended_description?: undefined;
|
|
251
|
-
include_in_published?: undefined;
|
|
252
|
-
return_action?: undefined;
|
|
253
|
-
item?: undefined;
|
|
254
|
-
lot?: undefined;
|
|
255
|
-
unallocated?: undefined;
|
|
256
|
-
} | {
|
|
257
|
-
id: number;
|
|
258
|
-
shipnotice_id: number;
|
|
259
|
-
item_id: number;
|
|
260
|
-
quantity: number;
|
|
261
|
-
quantity_good: number;
|
|
262
|
-
quantity_damaged: number;
|
|
263
|
-
description: null;
|
|
264
|
-
extended_description: null;
|
|
265
|
-
include_in_published: boolean;
|
|
266
|
-
return_action: null;
|
|
267
|
-
created_at: string;
|
|
268
|
-
updated_at: string;
|
|
269
|
-
item: {
|
|
270
|
-
id: number;
|
|
271
|
-
sku: string;
|
|
272
|
-
title: string;
|
|
273
|
-
description: string;
|
|
274
|
-
full_description: string;
|
|
275
|
-
original_location: null;
|
|
276
|
-
created_at: string;
|
|
277
|
-
updated_at: string;
|
|
278
|
-
customer_id: number;
|
|
279
|
-
quantity: number;
|
|
280
|
-
weight: string;
|
|
281
|
-
available: boolean;
|
|
282
|
-
image_originator_url: null;
|
|
283
|
-
vendor: null;
|
|
284
|
-
scancode: string;
|
|
285
|
-
price: string;
|
|
286
|
-
media_mail: boolean;
|
|
287
|
-
packaging: boolean;
|
|
288
|
-
length: string;
|
|
289
|
-
width: string;
|
|
290
|
-
height: string;
|
|
291
|
-
active: boolean;
|
|
292
|
-
wholesale_cost: null;
|
|
293
|
-
is_bundle: boolean;
|
|
294
|
-
packaging_type: null;
|
|
295
|
-
promo: boolean;
|
|
296
|
-
street_date: null;
|
|
297
|
-
category: null;
|
|
298
|
-
include_inbound_in_published: boolean;
|
|
299
|
-
returnable: null;
|
|
300
|
-
return_sku_match: null;
|
|
301
|
-
return_price_restricted: null;
|
|
302
|
-
request_serial_number: null;
|
|
303
|
-
currency: string;
|
|
304
|
-
tariff_number: null;
|
|
305
|
-
label_format: null;
|
|
306
|
-
notify_originator_inventory: number;
|
|
307
|
-
name: string;
|
|
308
|
-
image_url: null;
|
|
309
|
-
hazmat: boolean;
|
|
310
|
-
hazmat_type: null;
|
|
311
|
-
misc: null;
|
|
312
|
-
ean: null;
|
|
313
|
-
lot_control: boolean;
|
|
314
|
-
expiration_period: null;
|
|
315
|
-
ship_strategy: number;
|
|
316
|
-
velocity: number;
|
|
317
|
-
case_quantity: null;
|
|
318
|
-
carton_quantity: null;
|
|
319
|
-
origin_country: null;
|
|
320
|
-
alcohol: boolean;
|
|
321
|
-
replenishment_min: null;
|
|
322
|
-
replenishment_target: null;
|
|
323
|
-
low_inventory_threshold: null;
|
|
324
|
-
published_quantity: number;
|
|
325
|
-
};
|
|
326
|
-
lot: null;
|
|
327
|
-
warehouse_id: number;
|
|
328
|
-
unallocated: number;
|
|
329
|
-
customer_id?: undefined;
|
|
330
|
-
sender?: undefined;
|
|
331
|
-
eta?: undefined;
|
|
332
|
-
status?: undefined;
|
|
333
|
-
status_name?: undefined;
|
|
334
|
-
received_by?: undefined;
|
|
335
|
-
notes_by_whiplash?: undefined;
|
|
336
|
-
notes_by_customer?: undefined;
|
|
337
|
-
total_boxes?: undefined;
|
|
338
|
-
arrived_at?: undefined;
|
|
339
|
-
skip_images?: undefined;
|
|
340
|
-
easypostable_id?: undefined;
|
|
341
|
-
easypostable_type?: undefined;
|
|
342
|
-
shipping_label_url?: undefined;
|
|
343
|
-
ship_actual_cost?: undefined;
|
|
344
|
-
shipping_method_text?: undefined;
|
|
345
|
-
carrier?: undefined;
|
|
346
|
-
shipping_method_id?: undefined;
|
|
347
|
-
tracking?: undefined;
|
|
348
|
-
order_id?: undefined;
|
|
349
|
-
type?: undefined;
|
|
350
|
-
postage_billed?: undefined;
|
|
351
|
-
handling_billed?: undefined;
|
|
352
|
-
ship_3rdparty_cost?: undefined;
|
|
353
|
-
requires_label?: undefined;
|
|
354
|
-
completed_at?: undefined;
|
|
355
|
-
ship_actual_currency?: undefined;
|
|
356
|
-
delivered_at?: undefined;
|
|
357
|
-
due_at?: undefined;
|
|
358
|
-
meta_data?: undefined;
|
|
359
|
-
reference?: undefined;
|
|
360
|
-
shipnotice_item_count?: undefined;
|
|
361
|
-
shipnotice_item_quantity?: undefined;
|
|
362
|
-
customer?: undefined;
|
|
363
|
-
warehouse?: undefined;
|
|
364
|
-
originator?: undefined;
|
|
365
|
-
shipping_method?: undefined;
|
|
366
|
-
shipnotice_items?: undefined;
|
|
367
|
-
})[];
|
|
1
|
+
export declare const ApiV21ShipnoticeAllExample: never[];
|