ultracart_api 4.1.127 → 4.1.129

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08460676e9c199d66136e10351264de997b68df8db29959ccf3aba26b2fe2760'
4
- data.tar.gz: d9bfaebb7453c3fa66412e114499644912e27e9a57d0781efa9d20e50e6c7c59
3
+ metadata.gz: 5f7c65d97b1349cd7b399cad65f0395b7b56fbc11b508536715434c217506345
4
+ data.tar.gz: '048918a9f54b72137453c84e434bb462e157f296c26ec6d001b97f15a0dd0a73'
5
5
  SHA512:
6
- metadata.gz: 4a7aaddf46d4adc2db245c572560fb06065d21f45d7035ae28a92dbfab4cc8255fe4ca0c99058f21d85d3dddf378e7a7bc46692e325ed4a8a592bc17b9ffb6c1
7
- data.tar.gz: 73381ec98aa4a285b9f91da2a4a4191533acb094065417b73ae60074fe3606687caf7dbc50313743fbbe5effd65f5229c51b668ee38f3ab6d6e3c314a096a65e
6
+ metadata.gz: 5aabcca47cfd19505898210d42004c5bb9a26cab1a23c2908c01b9d4a7186b4e65358f4ba54b83ef04102e6c663fe2cb5b2030e1b384a1b331e701aefe394cba
7
+ data.tar.gz: 6a8bf46ae4dca1e03ab734fd8aa5b66e654204fca56b8ec7262fc20511df593d21b1147afc79da15496d198ed2de23637407e6470272dd991c1a900145cb4db1
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.127
10
+ - Package version: 4.1.129
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.127'
19
+ gem 'ultracart_api', '4.1.129'
20
20
  ```
21
21
 
22
22
  install:
@@ -1834,6 +1834,8 @@ Not every change is committed to every SDK.
1834
1834
 
1835
1835
  | Version | Date | Comments |
1836
1836
  | --: | :-: | --- |
1837
+ | 4.1.129 | 08/13/2026 | ChannelPartnerOrder and OrderChannelPartner were missing a property |
1838
+ | 4.1.128 | 08/13/2026 | channel partner - added arbitrary discount to ChannelPartnerOrder |
1837
1839
  | 4.1.127 | 08/13/2026 | added arbitrary discounts to order creation for historical imports |
1838
1840
  | 4.1.126 | 08/10/2026 | oauth - add /oauth/me method to assist application in indentifying the connected account |
1839
1841
  | 4.1.125 | 08/06/2026 | order api - ability to query by bin and last 4 in unlimited scenarios for chargeback order association |
@@ -8,9 +8,11 @@
8
8
  | **affiliate_id** | **String** | Affiliate Id | [optional] |
9
9
  | **affiliate_sub_id** | **String** | Affiliate Sub Id | [optional] |
10
10
  | **arbitrary_shipping_handling_total** | **Float** | Arbitrary shipping handling total | [optional] |
11
+ | **arbitrary_subtotal_discount** | **Float** | Arbitrary subtotal discount for overriding the calculated subtotal discount. Send the gross price in the item arbitrary unit cost and the discount here. | [optional] |
11
12
  | **arbitrary_tax** | **Float** | Arbitrary tax for overriding calculated taxes | [optional] |
12
13
  | **arbitrary_tax_rate** | **Float** | Arbitrary tax rate | [optional] |
13
14
  | **arbitrary_taxable_subtotal** | **Float** | Arbitrary taxable subtotal | [optional] |
15
+ | **arbitrary_taxable_subtotal_discount** | **Float** | Arbitrary taxable subtotal discount. If an arbitrary subtotal discount is supplied without this field, the arbitrary subtotal discount is used for both. | [optional] |
14
16
  | **associate_with_customer_profile_if_present** | **Boolean** | If true any matching customer profile based on email is associated with this order | [optional] |
15
17
  | **auto_approve_purchase_order** | **Boolean** | If true any purchase orders are automatically approved | [optional] |
16
18
  | **billto_address1** | **String** | Billing Address line 1 | [optional] |
@@ -88,6 +90,7 @@
88
90
  | **shipto_postal_code** | **String** | Shipping Postal code | [optional] |
89
91
  | **shipto_state_region** | **String** | Shipping State for United States otherwise region or province for other countries | [optional] |
90
92
  | **shipto_title** | **String** | Shipping Title | [optional] |
93
+ | **skip_auto_order_setup** | **Boolean** | If true the setup of the auto order record is skipped | [optional] |
91
94
  | **skip_payment_processing** | **Boolean** | If true the order is placed directly into the shipping department | [optional] |
92
95
  | **special_instructions** | **String** | Special instructions from the customer regarding shipping | [optional] |
93
96
  | **store_completed** | **Boolean** | If true the order bypasses shipping and is marked completed | [optional] |
@@ -109,9 +112,11 @@ instance = UltracartClient::ChannelPartnerOrder.new(
109
112
  affiliate_id: null,
110
113
  affiliate_sub_id: null,
111
114
  arbitrary_shipping_handling_total: null,
115
+ arbitrary_subtotal_discount: null,
112
116
  arbitrary_tax: null,
113
117
  arbitrary_tax_rate: null,
114
118
  arbitrary_taxable_subtotal: null,
119
+ arbitrary_taxable_subtotal_discount: null,
115
120
  associate_with_customer_profile_if_present: null,
116
121
  auto_approve_purchase_order: null,
117
122
  billto_address1: null,
@@ -189,6 +194,7 @@ instance = UltracartClient::ChannelPartnerOrder.new(
189
194
  shipto_postal_code: null,
190
195
  shipto_state_region: null,
191
196
  shipto_title: null,
197
+ skip_auto_order_setup: null,
192
198
  skip_payment_processing: null,
193
199
  special_instructions: null,
194
200
  store_completed: null,
@@ -11,6 +11,7 @@
11
11
  | **channel_partner_order_id** | **String** | The order ID assigned by the channel partner for this order. | [optional] |
12
12
  | **ignore_invalid_shipping_method** | **Boolean** | Set to true to ignore invalid shipping method being specified. Only applicable on inserting orders. | [optional] |
13
13
  | **no_realtime_payment_processing** | **Boolean** | Indicates this order should be placed in Account Receivable for later payment processing | [optional] |
14
+ | **skip_auto_order_setup** | **Boolean** | Instructs UltraCart to skip auto order setup. Only applicable on inserting orders. | [optional] |
14
15
  | **skip_payment_processing** | **Boolean** | Indicates this order was already paid for via a channel purchase and no payment collection should be attempted | [optional] |
15
16
  | **store_completed** | **Boolean** | Instructs UltraCart to skip shipping department and mark this order as fully complete. This flag defaults to true. Set this flag to false to shipped product for this order. | [optional] |
16
17
  | **store_if_payment_declines** | **Boolean** | If true, any failed payment will place the order in Accounts Receivable rather than rejecting it. | [optional] |
@@ -29,6 +30,7 @@ instance = UltracartClient::OrderChannelPartner.new(
29
30
  channel_partner_order_id: null,
30
31
  ignore_invalid_shipping_method: null,
31
32
  no_realtime_payment_processing: null,
33
+ skip_auto_order_setup: null,
32
34
  skip_payment_processing: null,
33
35
  store_completed: null,
34
36
  store_if_payment_declines: null,
@@ -27,6 +27,9 @@ module UltracartClient
27
27
  # Arbitrary shipping handling total
28
28
  attr_accessor :arbitrary_shipping_handling_total
29
29
 
30
+ # Arbitrary subtotal discount for overriding the calculated subtotal discount. Send the gross price in the item arbitrary unit cost and the discount here.
31
+ attr_accessor :arbitrary_subtotal_discount
32
+
30
33
  # Arbitrary tax for overriding calculated taxes
31
34
  attr_accessor :arbitrary_tax
32
35
 
@@ -36,6 +39,9 @@ module UltracartClient
36
39
  # Arbitrary taxable subtotal
37
40
  attr_accessor :arbitrary_taxable_subtotal
38
41
 
42
+ # Arbitrary taxable subtotal discount. If an arbitrary subtotal discount is supplied without this field, the arbitrary subtotal discount is used for both.
43
+ attr_accessor :arbitrary_taxable_subtotal_discount
44
+
39
45
  # If true any matching customer profile based on email is associated with this order
40
46
  attr_accessor :associate_with_customer_profile_if_present
41
47
 
@@ -267,6 +273,9 @@ module UltracartClient
267
273
  # Shipping Title
268
274
  attr_accessor :shipto_title
269
275
 
276
+ # If true the setup of the auto order record is skipped
277
+ attr_accessor :skip_auto_order_setup
278
+
270
279
  # If true the order is placed directly into the shipping department
271
280
  attr_accessor :skip_payment_processing
272
281
 
@@ -325,9 +334,11 @@ module UltracartClient
325
334
  :'affiliate_id' => :'affiliate_id',
326
335
  :'affiliate_sub_id' => :'affiliate_sub_id',
327
336
  :'arbitrary_shipping_handling_total' => :'arbitrary_shipping_handling_total',
337
+ :'arbitrary_subtotal_discount' => :'arbitrary_subtotal_discount',
328
338
  :'arbitrary_tax' => :'arbitrary_tax',
329
339
  :'arbitrary_tax_rate' => :'arbitrary_tax_rate',
330
340
  :'arbitrary_taxable_subtotal' => :'arbitrary_taxable_subtotal',
341
+ :'arbitrary_taxable_subtotal_discount' => :'arbitrary_taxable_subtotal_discount',
331
342
  :'associate_with_customer_profile_if_present' => :'associate_with_customer_profile_if_present',
332
343
  :'auto_approve_purchase_order' => :'auto_approve_purchase_order',
333
344
  :'billto_address1' => :'billto_address1',
@@ -405,6 +416,7 @@ module UltracartClient
405
416
  :'shipto_postal_code' => :'shipto_postal_code',
406
417
  :'shipto_state_region' => :'shipto_state_region',
407
418
  :'shipto_title' => :'shipto_title',
419
+ :'skip_auto_order_setup' => :'skip_auto_order_setup',
408
420
  :'skip_payment_processing' => :'skip_payment_processing',
409
421
  :'special_instructions' => :'special_instructions',
410
422
  :'store_completed' => :'store_completed',
@@ -430,9 +442,11 @@ module UltracartClient
430
442
  :'affiliate_id' => :'String',
431
443
  :'affiliate_sub_id' => :'String',
432
444
  :'arbitrary_shipping_handling_total' => :'Float',
445
+ :'arbitrary_subtotal_discount' => :'Float',
433
446
  :'arbitrary_tax' => :'Float',
434
447
  :'arbitrary_tax_rate' => :'Float',
435
448
  :'arbitrary_taxable_subtotal' => :'Float',
449
+ :'arbitrary_taxable_subtotal_discount' => :'Float',
436
450
  :'associate_with_customer_profile_if_present' => :'Boolean',
437
451
  :'auto_approve_purchase_order' => :'Boolean',
438
452
  :'billto_address1' => :'String',
@@ -510,6 +524,7 @@ module UltracartClient
510
524
  :'shipto_postal_code' => :'String',
511
525
  :'shipto_state_region' => :'String',
512
526
  :'shipto_title' => :'String',
527
+ :'skip_auto_order_setup' => :'Boolean',
513
528
  :'skip_payment_processing' => :'Boolean',
514
529
  :'special_instructions' => :'String',
515
530
  :'store_completed' => :'Boolean',
@@ -560,6 +575,10 @@ module UltracartClient
560
575
  self.arbitrary_shipping_handling_total = attributes[:'arbitrary_shipping_handling_total']
561
576
  end
562
577
 
578
+ if attributes.key?(:'arbitrary_subtotal_discount')
579
+ self.arbitrary_subtotal_discount = attributes[:'arbitrary_subtotal_discount']
580
+ end
581
+
563
582
  if attributes.key?(:'arbitrary_tax')
564
583
  self.arbitrary_tax = attributes[:'arbitrary_tax']
565
584
  end
@@ -572,6 +591,10 @@ module UltracartClient
572
591
  self.arbitrary_taxable_subtotal = attributes[:'arbitrary_taxable_subtotal']
573
592
  end
574
593
 
594
+ if attributes.key?(:'arbitrary_taxable_subtotal_discount')
595
+ self.arbitrary_taxable_subtotal_discount = attributes[:'arbitrary_taxable_subtotal_discount']
596
+ end
597
+
575
598
  if attributes.key?(:'associate_with_customer_profile_if_present')
576
599
  self.associate_with_customer_profile_if_present = attributes[:'associate_with_customer_profile_if_present']
577
600
  end
@@ -886,6 +909,10 @@ module UltracartClient
886
909
  self.shipto_title = attributes[:'shipto_title']
887
910
  end
888
911
 
912
+ if attributes.key?(:'skip_auto_order_setup')
913
+ self.skip_auto_order_setup = attributes[:'skip_auto_order_setup']
914
+ end
915
+
889
916
  if attributes.key?(:'skip_payment_processing')
890
917
  self.skip_payment_processing = attributes[:'skip_payment_processing']
891
918
  end
@@ -1540,9 +1567,11 @@ module UltracartClient
1540
1567
  affiliate_id == o.affiliate_id &&
1541
1568
  affiliate_sub_id == o.affiliate_sub_id &&
1542
1569
  arbitrary_shipping_handling_total == o.arbitrary_shipping_handling_total &&
1570
+ arbitrary_subtotal_discount == o.arbitrary_subtotal_discount &&
1543
1571
  arbitrary_tax == o.arbitrary_tax &&
1544
1572
  arbitrary_tax_rate == o.arbitrary_tax_rate &&
1545
1573
  arbitrary_taxable_subtotal == o.arbitrary_taxable_subtotal &&
1574
+ arbitrary_taxable_subtotal_discount == o.arbitrary_taxable_subtotal_discount &&
1546
1575
  associate_with_customer_profile_if_present == o.associate_with_customer_profile_if_present &&
1547
1576
  auto_approve_purchase_order == o.auto_approve_purchase_order &&
1548
1577
  billto_address1 == o.billto_address1 &&
@@ -1620,6 +1649,7 @@ module UltracartClient
1620
1649
  shipto_postal_code == o.shipto_postal_code &&
1621
1650
  shipto_state_region == o.shipto_state_region &&
1622
1651
  shipto_title == o.shipto_title &&
1652
+ skip_auto_order_setup == o.skip_auto_order_setup &&
1623
1653
  skip_payment_processing == o.skip_payment_processing &&
1624
1654
  special_instructions == o.special_instructions &&
1625
1655
  store_completed == o.store_completed &&
@@ -1641,7 +1671,7 @@ module UltracartClient
1641
1671
  # Calculates hash code according to all attributes.
1642
1672
  # @return [Integer] Hash code
1643
1673
  def hash
1644
- [advertising_source, affiliate_id, affiliate_sub_id, arbitrary_shipping_handling_total, arbitrary_tax, arbitrary_tax_rate, arbitrary_taxable_subtotal, associate_with_customer_profile_if_present, auto_approve_purchase_order, billto_address1, billto_address2, billto_city, billto_company, billto_country_code, billto_day_phone, billto_evening_phone, billto_first_name, billto_last_name, billto_postal_code, billto_state_region, billto_title, cc_email, channel_partner_order_id, consider_recurring, coupons, creation_dts, credit_card_authorization_amount, credit_card_authorization_dts, credit_card_authorization_number, credit_card_expiration_month, credit_card_expiration_year, credit_card_type, custom_field1, custom_field2, custom_field3, custom_field4, custom_field5, custom_field6, custom_field7, delivery_date, echeck_bank_aba_code, echeck_bank_account_name, echeck_bank_account_number, echeck_bank_account_type, echeck_bank_name, echeck_bank_owner_type, echeck_customer_tax_id, echeck_drivers_license_dob, echeck_drivers_license_number, echeck_drivers_license_state, email, gift, gift_email, gift_message, hosted_fields_card_token, hosted_fields_cvv_token, insurance_application_id, insurance_claim_id, ip_address, items, least_cost_route, least_cost_route_shipping_methods, mailing_list_opt_in, no_realtime_payment_processing, payment_method, purchase_order_number, rotating_transaction_gateway_code, sales_rep_code, screen_branding_theme_code, ship_on_date, ship_to_residential, shipping_method, shipto_address1, shipto_address2, shipto_city, shipto_company, shipto_country_code, shipto_day_phone, shipto_evening_phone, shipto_first_name, shipto_last_name, shipto_postal_code, shipto_state_region, shipto_title, skip_payment_processing, special_instructions, store_completed, store_if_payment_declines, storefront_host_name, tax_county, tax_exempt, transaction, treat_warnings_as_errors, use_prior_payment_information_from_order_id].hash
1674
+ [advertising_source, affiliate_id, affiliate_sub_id, arbitrary_shipping_handling_total, arbitrary_subtotal_discount, arbitrary_tax, arbitrary_tax_rate, arbitrary_taxable_subtotal, arbitrary_taxable_subtotal_discount, associate_with_customer_profile_if_present, auto_approve_purchase_order, billto_address1, billto_address2, billto_city, billto_company, billto_country_code, billto_day_phone, billto_evening_phone, billto_first_name, billto_last_name, billto_postal_code, billto_state_region, billto_title, cc_email, channel_partner_order_id, consider_recurring, coupons, creation_dts, credit_card_authorization_amount, credit_card_authorization_dts, credit_card_authorization_number, credit_card_expiration_month, credit_card_expiration_year, credit_card_type, custom_field1, custom_field2, custom_field3, custom_field4, custom_field5, custom_field6, custom_field7, delivery_date, echeck_bank_aba_code, echeck_bank_account_name, echeck_bank_account_number, echeck_bank_account_type, echeck_bank_name, echeck_bank_owner_type, echeck_customer_tax_id, echeck_drivers_license_dob, echeck_drivers_license_number, echeck_drivers_license_state, email, gift, gift_email, gift_message, hosted_fields_card_token, hosted_fields_cvv_token, insurance_application_id, insurance_claim_id, ip_address, items, least_cost_route, least_cost_route_shipping_methods, mailing_list_opt_in, no_realtime_payment_processing, payment_method, purchase_order_number, rotating_transaction_gateway_code, sales_rep_code, screen_branding_theme_code, ship_on_date, ship_to_residential, shipping_method, shipto_address1, shipto_address2, shipto_city, shipto_company, shipto_country_code, shipto_day_phone, shipto_evening_phone, shipto_first_name, shipto_last_name, shipto_postal_code, shipto_state_region, shipto_title, skip_auto_order_setup, skip_payment_processing, special_instructions, store_completed, store_if_payment_declines, storefront_host_name, tax_county, tax_exempt, transaction, treat_warnings_as_errors, use_prior_payment_information_from_order_id].hash
1645
1675
  end
1646
1676
 
1647
1677
  # Builds the object from hash
@@ -36,6 +36,9 @@ module UltracartClient
36
36
  # Indicates this order should be placed in Account Receivable for later payment processing
37
37
  attr_accessor :no_realtime_payment_processing
38
38
 
39
+ # Instructs UltraCart to skip auto order setup. Only applicable on inserting orders.
40
+ attr_accessor :skip_auto_order_setup
41
+
39
42
  # Indicates this order was already paid for via a channel purchase and no payment collection should be attempted
40
43
  attr_accessor :skip_payment_processing
41
44
 
@@ -58,6 +61,7 @@ module UltracartClient
58
61
  :'channel_partner_order_id' => :'channel_partner_order_id',
59
62
  :'ignore_invalid_shipping_method' => :'ignore_invalid_shipping_method',
60
63
  :'no_realtime_payment_processing' => :'no_realtime_payment_processing',
64
+ :'skip_auto_order_setup' => :'skip_auto_order_setup',
61
65
  :'skip_payment_processing' => :'skip_payment_processing',
62
66
  :'store_completed' => :'store_completed',
63
67
  :'store_if_payment_declines' => :'store_if_payment_declines',
@@ -80,6 +84,7 @@ module UltracartClient
80
84
  :'channel_partner_order_id' => :'String',
81
85
  :'ignore_invalid_shipping_method' => :'Boolean',
82
86
  :'no_realtime_payment_processing' => :'Boolean',
87
+ :'skip_auto_order_setup' => :'Boolean',
83
88
  :'skip_payment_processing' => :'Boolean',
84
89
  :'store_completed' => :'Boolean',
85
90
  :'store_if_payment_declines' => :'Boolean',
@@ -136,6 +141,10 @@ module UltracartClient
136
141
  self.no_realtime_payment_processing = attributes[:'no_realtime_payment_processing']
137
142
  end
138
143
 
144
+ if attributes.key?(:'skip_auto_order_setup')
145
+ self.skip_auto_order_setup = attributes[:'skip_auto_order_setup']
146
+ end
147
+
139
148
  if attributes.key?(:'skip_payment_processing')
140
149
  self.skip_payment_processing = attributes[:'skip_payment_processing']
141
150
  end
@@ -193,6 +202,7 @@ module UltracartClient
193
202
  channel_partner_order_id == o.channel_partner_order_id &&
194
203
  ignore_invalid_shipping_method == o.ignore_invalid_shipping_method &&
195
204
  no_realtime_payment_processing == o.no_realtime_payment_processing &&
205
+ skip_auto_order_setup == o.skip_auto_order_setup &&
196
206
  skip_payment_processing == o.skip_payment_processing &&
197
207
  store_completed == o.store_completed &&
198
208
  store_if_payment_declines == o.store_if_payment_declines &&
@@ -208,7 +218,7 @@ module UltracartClient
208
218
  # Calculates hash code according to all attributes.
209
219
  # @return [Integer] Hash code
210
220
  def hash
211
- [auto_approve_purchase_order, channel_partner_code, channel_partner_data, channel_partner_oid, channel_partner_order_id, ignore_invalid_shipping_method, no_realtime_payment_processing, skip_payment_processing, store_completed, store_if_payment_declines, treat_warnings_as_errors].hash
221
+ [auto_approve_purchase_order, channel_partner_code, channel_partner_data, channel_partner_oid, channel_partner_order_id, ignore_invalid_shipping_method, no_realtime_payment_processing, skip_auto_order_setup, skip_payment_processing, store_completed, store_if_payment_declines, treat_warnings_as_errors].hash
212
222
  end
213
223
 
214
224
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.1.127'
14
+ VERSION = '4.1.129'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.127
4
+ version: 4.1.129
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart