ultracart_api 4.0.158 → 4.0.159
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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/DistributionCenter.md +30 -0
- data/lib/ultracart_api/models/distribution_center.rb +151 -1
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32c10e8031092db9146e98e27f1f5b7ac613f8afb13eb8f7d21e99a6cede8a50
|
|
4
|
+
data.tar.gz: 6afe8f3708df8311b1dc3fb9f8086d0d7282f90f776f96dacb93e4dd2f3c0070
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d76074d28e87d85923f27c428885ca34545d670a69943cac5c219d5aca46e5d439c9a0d42dfab672055e2fd758e0e98e2bc658a009774c7e67fb59776411e3d
|
|
7
|
+
data.tar.gz: d866107834e43a6e10a57c3b65ea5747f700b41620729e63781d8fc9d612d6f9da3a9285377ec8c9678aba65324fdc5d69365802c7d3262e5375e2cfd05d3513
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 4.0.
|
|
10
|
+
- Package version: 4.0.159
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./ultracart_api-4.0.
|
|
27
|
+
gem install ./ultracart_api-4.0.159.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./ultracart_api-4.0.
|
|
30
|
+
(for development, run `gem install --dev ./ultracart_api-4.0.159.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'ultracart_api', '~> 4.0.
|
|
36
|
+
gem 'ultracart_api', '~> 4.0.159'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -1364,6 +1364,7 @@ Not every change is committed to every SDK.
|
|
|
1364
1364
|
|
|
1365
1365
|
| Version | Date | Comments |
|
|
1366
1366
|
| --: | :-: | --- |
|
|
1367
|
+
| 4.0.159 | 06/09/2023 | distribution center pickup times |
|
|
1367
1368
|
| 4.0.158 | 06/08/2023 | customer profile qb tax exempt reason code field |
|
|
1368
1369
|
| 4.0.157 | 06/06/2023 | auto order add_ons |
|
|
1369
1370
|
| 4.0.156 | 05/25/2023 | added venmo constants for payment type |
|
data/docs/DistributionCenter.md
CHANGED
|
@@ -23,6 +23,21 @@
|
|
|
23
23
|
| **name** | **String** | Name of this distribution center | [optional] |
|
|
24
24
|
| **no_customer_direct_shipments** | **Boolean** | True if this distribution center does not handle customer direct shipments | [optional] |
|
|
25
25
|
| **no_split_shipment** | **Boolean** | True if this distribution center is not allowed to participate in a split shipment. | [optional] |
|
|
26
|
+
| **pickup_cutoff_time_friday** | **String** | The time (EST) after which pickups will not be available on Friday | [optional] |
|
|
27
|
+
| **pickup_cutoff_time_monday** | **String** | The time (EST) after which pickups will not be available on Monday | [optional] |
|
|
28
|
+
| **pickup_cutoff_time_saturday** | **String** | The time (EST) after which pickups will not be available on Saturday | [optional] |
|
|
29
|
+
| **pickup_cutoff_time_sunday** | **String** | The time (EST) after which pickups will not be available on Sunday | [optional] |
|
|
30
|
+
| **pickup_cutoff_time_thursday** | **String** | The time (EST) after which pickups will not be available on Thursday | [optional] |
|
|
31
|
+
| **pickup_cutoff_time_tuesday** | **String** | The time (EST) after which pickups will not be available on Tuesday | [optional] |
|
|
32
|
+
| **pickup_cutoff_time_wednesday** | **String** | The time (EST) after which pickups will not be available on Wednesday | [optional] |
|
|
33
|
+
| **pickup_start_time_friday** | **String** | The time (EST) after which pickups are available on Friday | [optional] |
|
|
34
|
+
| **pickup_start_time_monday** | **String** | The time (EST) after which pickups are available on Monday | [optional] |
|
|
35
|
+
| **pickup_start_time_saturday** | **String** | The time (EST) after which pickups are available on Saturday | [optional] |
|
|
36
|
+
| **pickup_start_time_sunday** | **String** | The time (EST) after which pickups are available on Sunday | [optional] |
|
|
37
|
+
| **pickup_start_time_thursday** | **String** | The time (EST) after which pickups are available on Thursday | [optional] |
|
|
38
|
+
| **pickup_start_time_tuesday** | **String** | The time (EST) after which pickups are available on Tuesday | [optional] |
|
|
39
|
+
| **pickup_start_time_wednesday** | **String** | The time (EST) after which pickups are available on Wednesday | [optional] |
|
|
40
|
+
| **pickup_tz** | **String** | The IANA timezone for all pickup times | [optional] |
|
|
26
41
|
| **postal_code** | **String** | Postal code of the distribution center | [optional] |
|
|
27
42
|
| **process_days** | **Integer** | The number of processing days required before an order ships | [optional] |
|
|
28
43
|
| **process_inventory_start_time** | **String** | The time (EST) after which inventory updates will be processed | [optional] |
|
|
@@ -65,6 +80,21 @@ instance = UltracartClient::DistributionCenter.new(
|
|
|
65
80
|
name: null,
|
|
66
81
|
no_customer_direct_shipments: null,
|
|
67
82
|
no_split_shipment: null,
|
|
83
|
+
pickup_cutoff_time_friday: null,
|
|
84
|
+
pickup_cutoff_time_monday: null,
|
|
85
|
+
pickup_cutoff_time_saturday: null,
|
|
86
|
+
pickup_cutoff_time_sunday: null,
|
|
87
|
+
pickup_cutoff_time_thursday: null,
|
|
88
|
+
pickup_cutoff_time_tuesday: null,
|
|
89
|
+
pickup_cutoff_time_wednesday: null,
|
|
90
|
+
pickup_start_time_friday: null,
|
|
91
|
+
pickup_start_time_monday: null,
|
|
92
|
+
pickup_start_time_saturday: null,
|
|
93
|
+
pickup_start_time_sunday: null,
|
|
94
|
+
pickup_start_time_thursday: null,
|
|
95
|
+
pickup_start_time_tuesday: null,
|
|
96
|
+
pickup_start_time_wednesday: null,
|
|
97
|
+
pickup_tz: null,
|
|
68
98
|
postal_code: null,
|
|
69
99
|
process_days: null,
|
|
70
100
|
process_inventory_start_time: null,
|
|
@@ -71,6 +71,51 @@ module UltracartClient
|
|
|
71
71
|
# True if this distribution center is not allowed to participate in a split shipment.
|
|
72
72
|
attr_accessor :no_split_shipment
|
|
73
73
|
|
|
74
|
+
# The time (EST) after which pickups will not be available on Friday
|
|
75
|
+
attr_accessor :pickup_cutoff_time_friday
|
|
76
|
+
|
|
77
|
+
# The time (EST) after which pickups will not be available on Monday
|
|
78
|
+
attr_accessor :pickup_cutoff_time_monday
|
|
79
|
+
|
|
80
|
+
# The time (EST) after which pickups will not be available on Saturday
|
|
81
|
+
attr_accessor :pickup_cutoff_time_saturday
|
|
82
|
+
|
|
83
|
+
# The time (EST) after which pickups will not be available on Sunday
|
|
84
|
+
attr_accessor :pickup_cutoff_time_sunday
|
|
85
|
+
|
|
86
|
+
# The time (EST) after which pickups will not be available on Thursday
|
|
87
|
+
attr_accessor :pickup_cutoff_time_thursday
|
|
88
|
+
|
|
89
|
+
# The time (EST) after which pickups will not be available on Tuesday
|
|
90
|
+
attr_accessor :pickup_cutoff_time_tuesday
|
|
91
|
+
|
|
92
|
+
# The time (EST) after which pickups will not be available on Wednesday
|
|
93
|
+
attr_accessor :pickup_cutoff_time_wednesday
|
|
94
|
+
|
|
95
|
+
# The time (EST) after which pickups are available on Friday
|
|
96
|
+
attr_accessor :pickup_start_time_friday
|
|
97
|
+
|
|
98
|
+
# The time (EST) after which pickups are available on Monday
|
|
99
|
+
attr_accessor :pickup_start_time_monday
|
|
100
|
+
|
|
101
|
+
# The time (EST) after which pickups are available on Saturday
|
|
102
|
+
attr_accessor :pickup_start_time_saturday
|
|
103
|
+
|
|
104
|
+
# The time (EST) after which pickups are available on Sunday
|
|
105
|
+
attr_accessor :pickup_start_time_sunday
|
|
106
|
+
|
|
107
|
+
# The time (EST) after which pickups are available on Thursday
|
|
108
|
+
attr_accessor :pickup_start_time_thursday
|
|
109
|
+
|
|
110
|
+
# The time (EST) after which pickups are available on Tuesday
|
|
111
|
+
attr_accessor :pickup_start_time_tuesday
|
|
112
|
+
|
|
113
|
+
# The time (EST) after which pickups are available on Wednesday
|
|
114
|
+
attr_accessor :pickup_start_time_wednesday
|
|
115
|
+
|
|
116
|
+
# The IANA timezone for all pickup times
|
|
117
|
+
attr_accessor :pickup_tz
|
|
118
|
+
|
|
74
119
|
# Postal code of the distribution center
|
|
75
120
|
attr_accessor :postal_code
|
|
76
121
|
|
|
@@ -141,6 +186,21 @@ module UltracartClient
|
|
|
141
186
|
:'name' => :'name',
|
|
142
187
|
:'no_customer_direct_shipments' => :'no_customer_direct_shipments',
|
|
143
188
|
:'no_split_shipment' => :'no_split_shipment',
|
|
189
|
+
:'pickup_cutoff_time_friday' => :'pickup_cutoff_time_friday',
|
|
190
|
+
:'pickup_cutoff_time_monday' => :'pickup_cutoff_time_monday',
|
|
191
|
+
:'pickup_cutoff_time_saturday' => :'pickup_cutoff_time_saturday',
|
|
192
|
+
:'pickup_cutoff_time_sunday' => :'pickup_cutoff_time_sunday',
|
|
193
|
+
:'pickup_cutoff_time_thursday' => :'pickup_cutoff_time_thursday',
|
|
194
|
+
:'pickup_cutoff_time_tuesday' => :'pickup_cutoff_time_tuesday',
|
|
195
|
+
:'pickup_cutoff_time_wednesday' => :'pickup_cutoff_time_wednesday',
|
|
196
|
+
:'pickup_start_time_friday' => :'pickup_start_time_friday',
|
|
197
|
+
:'pickup_start_time_monday' => :'pickup_start_time_monday',
|
|
198
|
+
:'pickup_start_time_saturday' => :'pickup_start_time_saturday',
|
|
199
|
+
:'pickup_start_time_sunday' => :'pickup_start_time_sunday',
|
|
200
|
+
:'pickup_start_time_thursday' => :'pickup_start_time_thursday',
|
|
201
|
+
:'pickup_start_time_tuesday' => :'pickup_start_time_tuesday',
|
|
202
|
+
:'pickup_start_time_wednesday' => :'pickup_start_time_wednesday',
|
|
203
|
+
:'pickup_tz' => :'pickup_tz',
|
|
144
204
|
:'postal_code' => :'postal_code',
|
|
145
205
|
:'process_days' => :'process_days',
|
|
146
206
|
:'process_inventory_start_time' => :'process_inventory_start_time',
|
|
@@ -187,6 +247,21 @@ module UltracartClient
|
|
|
187
247
|
:'name' => :'String',
|
|
188
248
|
:'no_customer_direct_shipments' => :'Boolean',
|
|
189
249
|
:'no_split_shipment' => :'Boolean',
|
|
250
|
+
:'pickup_cutoff_time_friday' => :'String',
|
|
251
|
+
:'pickup_cutoff_time_monday' => :'String',
|
|
252
|
+
:'pickup_cutoff_time_saturday' => :'String',
|
|
253
|
+
:'pickup_cutoff_time_sunday' => :'String',
|
|
254
|
+
:'pickup_cutoff_time_thursday' => :'String',
|
|
255
|
+
:'pickup_cutoff_time_tuesday' => :'String',
|
|
256
|
+
:'pickup_cutoff_time_wednesday' => :'String',
|
|
257
|
+
:'pickup_start_time_friday' => :'String',
|
|
258
|
+
:'pickup_start_time_monday' => :'String',
|
|
259
|
+
:'pickup_start_time_saturday' => :'String',
|
|
260
|
+
:'pickup_start_time_sunday' => :'String',
|
|
261
|
+
:'pickup_start_time_thursday' => :'String',
|
|
262
|
+
:'pickup_start_time_tuesday' => :'String',
|
|
263
|
+
:'pickup_start_time_wednesday' => :'String',
|
|
264
|
+
:'pickup_tz' => :'String',
|
|
190
265
|
:'postal_code' => :'String',
|
|
191
266
|
:'process_days' => :'Integer',
|
|
192
267
|
:'process_inventory_start_time' => :'String',
|
|
@@ -303,6 +378,66 @@ module UltracartClient
|
|
|
303
378
|
self.no_split_shipment = attributes[:'no_split_shipment']
|
|
304
379
|
end
|
|
305
380
|
|
|
381
|
+
if attributes.key?(:'pickup_cutoff_time_friday')
|
|
382
|
+
self.pickup_cutoff_time_friday = attributes[:'pickup_cutoff_time_friday']
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
if attributes.key?(:'pickup_cutoff_time_monday')
|
|
386
|
+
self.pickup_cutoff_time_monday = attributes[:'pickup_cutoff_time_monday']
|
|
387
|
+
end
|
|
388
|
+
|
|
389
|
+
if attributes.key?(:'pickup_cutoff_time_saturday')
|
|
390
|
+
self.pickup_cutoff_time_saturday = attributes[:'pickup_cutoff_time_saturday']
|
|
391
|
+
end
|
|
392
|
+
|
|
393
|
+
if attributes.key?(:'pickup_cutoff_time_sunday')
|
|
394
|
+
self.pickup_cutoff_time_sunday = attributes[:'pickup_cutoff_time_sunday']
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
if attributes.key?(:'pickup_cutoff_time_thursday')
|
|
398
|
+
self.pickup_cutoff_time_thursday = attributes[:'pickup_cutoff_time_thursday']
|
|
399
|
+
end
|
|
400
|
+
|
|
401
|
+
if attributes.key?(:'pickup_cutoff_time_tuesday')
|
|
402
|
+
self.pickup_cutoff_time_tuesday = attributes[:'pickup_cutoff_time_tuesday']
|
|
403
|
+
end
|
|
404
|
+
|
|
405
|
+
if attributes.key?(:'pickup_cutoff_time_wednesday')
|
|
406
|
+
self.pickup_cutoff_time_wednesday = attributes[:'pickup_cutoff_time_wednesday']
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
if attributes.key?(:'pickup_start_time_friday')
|
|
410
|
+
self.pickup_start_time_friday = attributes[:'pickup_start_time_friday']
|
|
411
|
+
end
|
|
412
|
+
|
|
413
|
+
if attributes.key?(:'pickup_start_time_monday')
|
|
414
|
+
self.pickup_start_time_monday = attributes[:'pickup_start_time_monday']
|
|
415
|
+
end
|
|
416
|
+
|
|
417
|
+
if attributes.key?(:'pickup_start_time_saturday')
|
|
418
|
+
self.pickup_start_time_saturday = attributes[:'pickup_start_time_saturday']
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
if attributes.key?(:'pickup_start_time_sunday')
|
|
422
|
+
self.pickup_start_time_sunday = attributes[:'pickup_start_time_sunday']
|
|
423
|
+
end
|
|
424
|
+
|
|
425
|
+
if attributes.key?(:'pickup_start_time_thursday')
|
|
426
|
+
self.pickup_start_time_thursday = attributes[:'pickup_start_time_thursday']
|
|
427
|
+
end
|
|
428
|
+
|
|
429
|
+
if attributes.key?(:'pickup_start_time_tuesday')
|
|
430
|
+
self.pickup_start_time_tuesday = attributes[:'pickup_start_time_tuesday']
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
if attributes.key?(:'pickup_start_time_wednesday')
|
|
434
|
+
self.pickup_start_time_wednesday = attributes[:'pickup_start_time_wednesday']
|
|
435
|
+
end
|
|
436
|
+
|
|
437
|
+
if attributes.key?(:'pickup_tz')
|
|
438
|
+
self.pickup_tz = attributes[:'pickup_tz']
|
|
439
|
+
end
|
|
440
|
+
|
|
306
441
|
if attributes.key?(:'postal_code')
|
|
307
442
|
self.postal_code = attributes[:'postal_code']
|
|
308
443
|
end
|
|
@@ -405,6 +540,21 @@ module UltracartClient
|
|
|
405
540
|
name == o.name &&
|
|
406
541
|
no_customer_direct_shipments == o.no_customer_direct_shipments &&
|
|
407
542
|
no_split_shipment == o.no_split_shipment &&
|
|
543
|
+
pickup_cutoff_time_friday == o.pickup_cutoff_time_friday &&
|
|
544
|
+
pickup_cutoff_time_monday == o.pickup_cutoff_time_monday &&
|
|
545
|
+
pickup_cutoff_time_saturday == o.pickup_cutoff_time_saturday &&
|
|
546
|
+
pickup_cutoff_time_sunday == o.pickup_cutoff_time_sunday &&
|
|
547
|
+
pickup_cutoff_time_thursday == o.pickup_cutoff_time_thursday &&
|
|
548
|
+
pickup_cutoff_time_tuesday == o.pickup_cutoff_time_tuesday &&
|
|
549
|
+
pickup_cutoff_time_wednesday == o.pickup_cutoff_time_wednesday &&
|
|
550
|
+
pickup_start_time_friday == o.pickup_start_time_friday &&
|
|
551
|
+
pickup_start_time_monday == o.pickup_start_time_monday &&
|
|
552
|
+
pickup_start_time_saturday == o.pickup_start_time_saturday &&
|
|
553
|
+
pickup_start_time_sunday == o.pickup_start_time_sunday &&
|
|
554
|
+
pickup_start_time_thursday == o.pickup_start_time_thursday &&
|
|
555
|
+
pickup_start_time_tuesday == o.pickup_start_time_tuesday &&
|
|
556
|
+
pickup_start_time_wednesday == o.pickup_start_time_wednesday &&
|
|
557
|
+
pickup_tz == o.pickup_tz &&
|
|
408
558
|
postal_code == o.postal_code &&
|
|
409
559
|
process_days == o.process_days &&
|
|
410
560
|
process_inventory_start_time == o.process_inventory_start_time &&
|
|
@@ -432,7 +582,7 @@ module UltracartClient
|
|
|
432
582
|
# Calculates hash code according to all attributes.
|
|
433
583
|
# @return [Integer] Hash code
|
|
434
584
|
def hash
|
|
435
|
-
[address1, address2, city, code, country_code, default_center, default_handles_all_items, distribution_center_oid, duns, estimate_from_distribution_center_oid, ftp_password, hold_before_shipment_minutes, hold_before_transmission, hold_auto_order_before_shipment_minutes, latitude, longitude, name, no_customer_direct_shipments, no_split_shipment, postal_code, process_days, process_inventory_start_time, process_inventory_stop_time, require_asn, send_kit_instead_of_components, shipment_cutoff_time_friday, shipment_cutoff_time_monday, shipment_cutoff_time_saturday, shipment_cutoff_time_sunday, shipment_cutoff_time_thursday, shipment_cutoff_time_tuesday, shipment_cutoff_time_wednesday, state, transmit_blank_costs, transport].hash
|
|
585
|
+
[address1, address2, city, code, country_code, default_center, default_handles_all_items, distribution_center_oid, duns, estimate_from_distribution_center_oid, ftp_password, hold_before_shipment_minutes, hold_before_transmission, hold_auto_order_before_shipment_minutes, latitude, longitude, name, no_customer_direct_shipments, no_split_shipment, pickup_cutoff_time_friday, pickup_cutoff_time_monday, pickup_cutoff_time_saturday, pickup_cutoff_time_sunday, pickup_cutoff_time_thursday, pickup_cutoff_time_tuesday, pickup_cutoff_time_wednesday, pickup_start_time_friday, pickup_start_time_monday, pickup_start_time_saturday, pickup_start_time_sunday, pickup_start_time_thursday, pickup_start_time_tuesday, pickup_start_time_wednesday, pickup_tz, postal_code, process_days, process_inventory_start_time, process_inventory_stop_time, require_asn, send_kit_instead_of_components, shipment_cutoff_time_friday, shipment_cutoff_time_monday, shipment_cutoff_time_saturday, shipment_cutoff_time_sunday, shipment_cutoff_time_thursday, shipment_cutoff_time_tuesday, shipment_cutoff_time_wednesday, state, transmit_blank_costs, transport].hash
|
|
436
586
|
end
|
|
437
587
|
|
|
438
588
|
# Builds the object from hash
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultracart_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.159
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|