ultracart_api 4.1.126 → 4.1.127
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 +3 -4
- data/docs/OrderSummary.md +4 -0
- data/lib/ultracart_api/models/order_summary.rb +19 -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: '08460676e9c199d66136e10351264de997b68df8db29959ccf3aba26b2fe2760'
|
|
4
|
+
data.tar.gz: d9bfaebb7453c3fa66412e114499644912e27e9a57d0781efa9d20e50e6c7c59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a7aaddf46d4adc2db245c572560fb06065d21f45d7035ae28a92dbfab4cc8255fe4ca0c99058f21d85d3dddf378e7a7bc46692e325ed4a8a592bc17b9ffb6c1
|
|
7
|
+
data.tar.gz: 73381ec98aa4a285b9f91da2a4a4191533acb094065417b73ae60074fe3606687caf7dbc50313743fbbe5effd65f5229c51b668ee38f3ab6d6e3c314a096a65e
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
|
|
|
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.1.
|
|
10
|
+
- Package version: 4.1.127
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
- For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
|
13
13
|
|
|
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
16
16
|
gemfile:
|
|
17
17
|
|
|
18
18
|
```shell
|
|
19
|
-
gem 'ultracart_api', '4.1.
|
|
19
|
+
gem 'ultracart_api', '4.1.127'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
install:
|
|
@@ -1784,8 +1784,6 @@ Class | Method | HTTP request | Description
|
|
|
1784
1784
|
- auto_order_write: Allows you to write auto order information.
|
|
1785
1785
|
- channel_partner_read: Allows you to read channel partner information.
|
|
1786
1786
|
- channel_partner_write: Allows you to write channel partner information.
|
|
1787
|
-
- chargeback_read: Allows you to read chargeback information.
|
|
1788
|
-
- chargeback_write: Allows you to write chargeback information.
|
|
1789
1787
|
- checkout_read: Allows you to read checkout information.
|
|
1790
1788
|
- checkout_write: Allows you to write checkout information.
|
|
1791
1789
|
- configuration_read: Allows you to read configuration information.
|
|
@@ -1836,6 +1834,7 @@ Not every change is committed to every SDK.
|
|
|
1836
1834
|
|
|
1837
1835
|
| Version | Date | Comments |
|
|
1838
1836
|
| --: | :-: | --- |
|
|
1837
|
+
| 4.1.127 | 08/13/2026 | added arbitrary discounts to order creation for historical imports |
|
|
1839
1838
|
| 4.1.126 | 08/10/2026 | oauth - add /oauth/me method to assist application in indentifying the connected account |
|
|
1840
1839
|
| 4.1.125 | 08/06/2026 | order api - ability to query by bin and last 4 in unlimited scenarios for chargeback order association |
|
|
1841
1840
|
| 4.1.124 | 08/04/2026 | customer - method to remove customer profile from email suppression |
|
data/docs/OrderSummary.md
CHANGED
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
| **actual_profit_review** | **Boolean** | Actual profit needs review | [optional] |
|
|
13
13
|
| **actual_shipping** | [**Currency**](Currency.md) | | [optional] |
|
|
14
14
|
| **arbitrary_shipping_handling_total** | [**Currency**](Currency.md) | | [optional] |
|
|
15
|
+
| **arbitrary_subtotal_discount** | [**Currency**](Currency.md) | | [optional] |
|
|
16
|
+
| **arbitrary_taxable_subtotal_discount** | [**Currency**](Currency.md) | | [optional] |
|
|
15
17
|
| **health_benefit_card_amount** | [**Currency**](Currency.md) | | [optional] |
|
|
16
18
|
| **health_benefit_card_refunded** | [**Currency**](Currency.md) | | [optional] |
|
|
17
19
|
| **internal_gift_certificate_amount** | [**Currency**](Currency.md) | | [optional] |
|
|
@@ -45,6 +47,8 @@ instance = UltracartClient::OrderSummary.new(
|
|
|
45
47
|
actual_profit_review: null,
|
|
46
48
|
actual_shipping: null,
|
|
47
49
|
arbitrary_shipping_handling_total: null,
|
|
50
|
+
arbitrary_subtotal_discount: null,
|
|
51
|
+
arbitrary_taxable_subtotal_discount: null,
|
|
48
52
|
health_benefit_card_amount: null,
|
|
49
53
|
health_benefit_card_refunded: null,
|
|
50
54
|
internal_gift_certificate_amount: null,
|
|
@@ -33,6 +33,10 @@ module UltracartClient
|
|
|
33
33
|
|
|
34
34
|
attr_accessor :arbitrary_shipping_handling_total
|
|
35
35
|
|
|
36
|
+
attr_accessor :arbitrary_subtotal_discount
|
|
37
|
+
|
|
38
|
+
attr_accessor :arbitrary_taxable_subtotal_discount
|
|
39
|
+
|
|
36
40
|
attr_accessor :health_benefit_card_amount
|
|
37
41
|
|
|
38
42
|
attr_accessor :health_benefit_card_refunded
|
|
@@ -80,6 +84,8 @@ module UltracartClient
|
|
|
80
84
|
:'actual_profit_review' => :'actual_profit_review',
|
|
81
85
|
:'actual_shipping' => :'actual_shipping',
|
|
82
86
|
:'arbitrary_shipping_handling_total' => :'arbitrary_shipping_handling_total',
|
|
87
|
+
:'arbitrary_subtotal_discount' => :'arbitrary_subtotal_discount',
|
|
88
|
+
:'arbitrary_taxable_subtotal_discount' => :'arbitrary_taxable_subtotal_discount',
|
|
83
89
|
:'health_benefit_card_amount' => :'health_benefit_card_amount',
|
|
84
90
|
:'health_benefit_card_refunded' => :'health_benefit_card_refunded',
|
|
85
91
|
:'internal_gift_certificate_amount' => :'internal_gift_certificate_amount',
|
|
@@ -117,6 +123,8 @@ module UltracartClient
|
|
|
117
123
|
:'actual_profit_review' => :'Boolean',
|
|
118
124
|
:'actual_shipping' => :'Currency',
|
|
119
125
|
:'arbitrary_shipping_handling_total' => :'Currency',
|
|
126
|
+
:'arbitrary_subtotal_discount' => :'Currency',
|
|
127
|
+
:'arbitrary_taxable_subtotal_discount' => :'Currency',
|
|
120
128
|
:'health_benefit_card_amount' => :'Currency',
|
|
121
129
|
:'health_benefit_card_refunded' => :'Currency',
|
|
122
130
|
:'internal_gift_certificate_amount' => :'Currency',
|
|
@@ -191,6 +199,14 @@ module UltracartClient
|
|
|
191
199
|
self.arbitrary_shipping_handling_total = attributes[:'arbitrary_shipping_handling_total']
|
|
192
200
|
end
|
|
193
201
|
|
|
202
|
+
if attributes.key?(:'arbitrary_subtotal_discount')
|
|
203
|
+
self.arbitrary_subtotal_discount = attributes[:'arbitrary_subtotal_discount']
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
if attributes.key?(:'arbitrary_taxable_subtotal_discount')
|
|
207
|
+
self.arbitrary_taxable_subtotal_discount = attributes[:'arbitrary_taxable_subtotal_discount']
|
|
208
|
+
end
|
|
209
|
+
|
|
194
210
|
if attributes.key?(:'health_benefit_card_amount')
|
|
195
211
|
self.health_benefit_card_amount = attributes[:'health_benefit_card_amount']
|
|
196
212
|
end
|
|
@@ -290,6 +306,8 @@ module UltracartClient
|
|
|
290
306
|
actual_profit_review == o.actual_profit_review &&
|
|
291
307
|
actual_shipping == o.actual_shipping &&
|
|
292
308
|
arbitrary_shipping_handling_total == o.arbitrary_shipping_handling_total &&
|
|
309
|
+
arbitrary_subtotal_discount == o.arbitrary_subtotal_discount &&
|
|
310
|
+
arbitrary_taxable_subtotal_discount == o.arbitrary_taxable_subtotal_discount &&
|
|
293
311
|
health_benefit_card_amount == o.health_benefit_card_amount &&
|
|
294
312
|
health_benefit_card_refunded == o.health_benefit_card_refunded &&
|
|
295
313
|
internal_gift_certificate_amount == o.internal_gift_certificate_amount &&
|
|
@@ -319,7 +337,7 @@ module UltracartClient
|
|
|
319
337
|
# Calculates hash code according to all attributes.
|
|
320
338
|
# @return [Integer] Hash code
|
|
321
339
|
def hash
|
|
322
|
-
[actual_fulfillment, actual_other_cost, actual_payment_processing, actual_profit, actual_profit_analyzed, actual_profit_review, actual_shipping, arbitrary_shipping_handling_total, health_benefit_card_amount, health_benefit_card_refunded, internal_gift_certificate_amount, internal_gift_certificate_refunded, other_refunded, shipping_handling_refunded, shipping_handling_total, shipping_handling_total_discount, subtotal, subtotal_discount, subtotal_discount_refunded, subtotal_refunded, tax, tax_refunded, taxable_subtotal, taxable_subtotal_discount, total, total_refunded].hash
|
|
340
|
+
[actual_fulfillment, actual_other_cost, actual_payment_processing, actual_profit, actual_profit_analyzed, actual_profit_review, actual_shipping, arbitrary_shipping_handling_total, arbitrary_subtotal_discount, arbitrary_taxable_subtotal_discount, health_benefit_card_amount, health_benefit_card_refunded, internal_gift_certificate_amount, internal_gift_certificate_refunded, other_refunded, shipping_handling_refunded, shipping_handling_total, shipping_handling_total_discount, subtotal, subtotal_discount, subtotal_discount_refunded, subtotal_refunded, tax, tax_refunded, taxable_subtotal, taxable_subtotal_discount, total, total_refunded].hash
|
|
323
341
|
end
|
|
324
342
|
|
|
325
343
|
# 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.1.
|
|
4
|
+
version: 4.1.127
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|