ultracart_api 3.10.12 → 3.10.17

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.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +53 -96
  3. data/docs/ChannelPartnerApi.md +51 -0
  4. data/docs/{DelayAutoOrdersResponse.md → ChannelPartnerEstimateTaxResponse.md} +2 -2
  5. data/docs/CustomerApi.md +5 -5
  6. data/docs/EmailDomain.md +1 -0
  7. data/docs/Mailgun.md +8 -0
  8. data/docs/StorefrontApi.md +101 -0
  9. data/lib/ultracart_api/api/channel_partner_api.rb +55 -0
  10. data/lib/ultracart_api/api/customer_api.rb +6 -6
  11. data/lib/ultracart_api/api/storefront_api.rb +112 -0
  12. data/lib/ultracart_api/models/{stripe_connect_response.rb → channel_partner_estimate_tax_response.rb} +8 -8
  13. data/lib/ultracart_api/models/email_domain.rb +10 -1
  14. data/lib/ultracart_api/models/{payments_configuration_cash.rb → mailgun.rb} +8 -18
  15. data/lib/ultracart_api/version.rb +1 -1
  16. data/lib/ultracart_api.rb +2 -39
  17. metadata +6 -80
  18. data/docs/ConfigurationApi.md +0 -756
  19. data/docs/PaymentsConfiguration.md +0 -24
  20. data/docs/PaymentsConfigurationAffirm.md +0 -15
  21. data/docs/PaymentsConfigurationAmazon.md +0 -15
  22. data/docs/PaymentsConfigurationCOD.md +0 -13
  23. data/docs/PaymentsConfigurationCash.md +0 -9
  24. data/docs/PaymentsConfigurationCheck.md +0 -19
  25. data/docs/PaymentsConfigurationCreditCard.md +0 -17
  26. data/docs/PaymentsConfigurationCreditCardType.md +0 -18
  27. data/docs/PaymentsConfigurationEcheck.md +0 -12
  28. data/docs/PaymentsConfigurationInsurance.md +0 -9
  29. data/docs/PaymentsConfigurationLoanHero.md +0 -12
  30. data/docs/PaymentsConfigurationMoneyOrder.md +0 -11
  31. data/docs/PaymentsConfigurationPayPal.md +0 -36
  32. data/docs/PaymentsConfigurationPurchaseOrder.md +0 -11
  33. data/docs/PaymentsConfigurationQuoteRequest.md +0 -10
  34. data/docs/PaymentsConfigurationResponse.md +0 -12
  35. data/docs/PaymentsConfigurationRestrictions.md +0 -21
  36. data/docs/PaymentsConfigurationRestrictionsTheme.md +0 -10
  37. data/docs/PaymentsConfigurationSezzle.md +0 -15
  38. data/docs/PaymentsConfigurationTestMethod.md +0 -18
  39. data/docs/PaymentsConfigurationWePay.md +0 -35
  40. data/docs/PaymentsConfigurationWireTransfer.md +0 -18
  41. data/docs/PaymentsThemeTransactionType.md +0 -10
  42. data/docs/PaymentsWepayEnroll.md +0 -22
  43. data/docs/RotatingTransactionGateway.md +0 -51
  44. data/docs/RotatingTransactionGatewayResponse.md +0 -12
  45. data/docs/RotatingTransactionGatewaysResponse.md +0 -12
  46. data/docs/RtgCurrency.md +0 -10
  47. data/docs/RtgDayOfMonthRestriction.md +0 -9
  48. data/docs/RtgDayOfWeekRestriction.md +0 -10
  49. data/docs/RtgSummaryGateway.md +0 -24
  50. data/docs/RtgSummaryResponse.md +0 -14
  51. data/docs/RtgThemeRestriction.md +0 -10
  52. data/docs/StripeConnectResponse.md +0 -12
  53. data/docs/TransactionGateway.md +0 -71
  54. data/docs/TransactionGatewaysRequest.md +0 -10
  55. data/docs/TransactionGatewaysResponse.md +0 -12
  56. data/lib/ultracart_api/api/configuration_api.rb +0 -843
  57. data/lib/ultracart_api/models/delay_auto_orders_response.rb +0 -221
  58. data/lib/ultracart_api/models/payments_configuration.rb +0 -329
  59. data/lib/ultracart_api/models/payments_configuration_affirm.rb +0 -288
  60. data/lib/ultracart_api/models/payments_configuration_amazon.rb +0 -288
  61. data/lib/ultracart_api/models/payments_configuration_check.rb +0 -294
  62. data/lib/ultracart_api/models/payments_configuration_cod.rb +0 -234
  63. data/lib/ultracart_api/models/payments_configuration_credit_card.rb +0 -279
  64. data/lib/ultracart_api/models/payments_configuration_credit_card_type.rb +0 -318
  65. data/lib/ultracart_api/models/payments_configuration_echeck.rb +0 -226
  66. data/lib/ultracart_api/models/payments_configuration_insurance.rb +0 -194
  67. data/lib/ultracart_api/models/payments_configuration_loan_hero.rb +0 -224
  68. data/lib/ultracart_api/models/payments_configuration_money_order.rb +0 -214
  69. data/lib/ultracart_api/models/payments_configuration_pay_pal.rb +0 -534
  70. data/lib/ultracart_api/models/payments_configuration_purchase_order.rb +0 -214
  71. data/lib/ultracart_api/models/payments_configuration_quote_request.rb +0 -204
  72. data/lib/ultracart_api/models/payments_configuration_response.rb +0 -221
  73. data/lib/ultracart_api/models/payments_configuration_restrictions.rb +0 -447
  74. data/lib/ultracart_api/models/payments_configuration_restrictions_theme.rb +0 -202
  75. data/lib/ultracart_api/models/payments_configuration_sezzle.rb +0 -288
  76. data/lib/ultracart_api/models/payments_configuration_test_method.rb +0 -319
  77. data/lib/ultracart_api/models/payments_configuration_we_pay.rb +0 -454
  78. data/lib/ultracart_api/models/payments_configuration_wire_transfer.rb +0 -284
  79. data/lib/ultracart_api/models/payments_theme_transaction_type.rb +0 -239
  80. data/lib/ultracart_api/models/payments_wepay_enroll.rb +0 -310
  81. data/lib/ultracart_api/models/rotating_transaction_gateway.rb +0 -675
  82. data/lib/ultracart_api/models/rotating_transaction_gateway_response.rb +0 -221
  83. data/lib/ultracart_api/models/rotating_transaction_gateways_response.rb +0 -223
  84. data/lib/ultracart_api/models/rtg_currency.rb +0 -205
  85. data/lib/ultracart_api/models/rtg_day_of_month_restriction.rb +0 -195
  86. data/lib/ultracart_api/models/rtg_day_of_week_restriction.rb +0 -205
  87. data/lib/ultracart_api/models/rtg_summary_gateway.rb +0 -329
  88. data/lib/ultracart_api/models/rtg_summary_response.rb +0 -240
  89. data/lib/ultracart_api/models/rtg_theme_restriction.rb +0 -239
  90. data/lib/ultracart_api/models/transaction_gateway.rb +0 -823
  91. data/lib/ultracart_api/models/transaction_gateways_request.rb +0 -242
  92. data/lib/ultracart_api/models/transaction_gateways_response.rb +0 -223
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d124d80a1cb88bc420c5b375614e3e401c8416d74f33d7fa353f70068fce04c
4
- data.tar.gz: bfdc8224836e8d5db793f23bc9fa78b537174bad73e82e13d4f027939a316715
3
+ metadata.gz: 1c64f2d670e637cdfd11a1003ff38150dcf0a0d03001d111883a5c955c0f63f2
4
+ data.tar.gz: f5458dedc6f6519d1e74ab9631eeb3039ccc3231239e8193b7c7e9e5a3993965
5
5
  SHA512:
6
- metadata.gz: 19cbcf7c0418f1411b5e739d097848eaa8e50e66eeaa36e90323daf35720424613b44bef53df6d51eff563ab88e2b3787c743afb4aeb54318e57f423277807bf
7
- data.tar.gz: c62fd88712ddfa523bfa511d72f6ab01e4c1762733270b01ec3f5d897dec257f1209c3199d15e51e2fdf88d8f118184dec9ef7fb9ac1b2683119c5e9957c17a9
6
+ metadata.gz: 5d5c32a4f588ccbd37e6bc8604fdec1f824ca1304e5edf14122aa5d4fa36bfce8dea93145ae0fe5cc0c078ad403fd16b6965ca000e065150ba8a5e4e85af3026
7
+ data.tar.gz: 389b7845e97a30c9496ec137ae0d3467a5ad63abffc06c105c82b75bc0d840386ca736ef03707d5035e2411bbfc4355737bab341a1858c856b1167c834112e56
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.10.12
10
+ - Package version: 3.10.17
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.10.12.gem
27
+ gem install ./ultracart_api-3.10.17.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.12.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.17.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.10.12'
35
+ gem 'ultracart_api', '~> 3.10.17'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -99,6 +99,7 @@ Class | Method | HTTP request | Description
99
99
  *UltracartClient::ChannelPartnerApi* | [**cancel_order_by_channel_partner_order_id**](docs/ChannelPartnerApi.md#cancel_order_by_channel_partner_order_id) | **DELETE** /channel_partner/cancel/by_channel_partner_order_id/{order_id} | Cancel channel partner order by channel partner order id
100
100
  *UltracartClient::ChannelPartnerApi* | [**cancel_order_by_ultra_cart_order_id**](docs/ChannelPartnerApi.md#cancel_order_by_ultra_cart_order_id) | **DELETE** /channel_partner/cancel/by_ultracart_order_id/{order_id} | Cancel channel partner order by UltraCart order id
101
101
  *UltracartClient::ChannelPartnerApi* | [**estimate_shipping_for_channel_partner_order**](docs/ChannelPartnerApi.md#estimate_shipping_for_channel_partner_order) | **POST** /channel_partner/estimate_shipping | Estimate shipping for channel partner order
102
+ *UltracartClient::ChannelPartnerApi* | [**estimate_tax_for_channel_partner_order**](docs/ChannelPartnerApi.md#estimate_tax_for_channel_partner_order) | **POST** /channel_partner/estimate_tax | Estimate tax for channel partner order
102
103
  *UltracartClient::ChannelPartnerApi* | [**import_channel_partner_order**](docs/ChannelPartnerApi.md#import_channel_partner_order) | **POST** /channel_partner/import | Insert channel partner order
103
104
  *UltracartClient::ChargebackApi* | [**delete_chargeback**](docs/ChargebackApi.md#delete_chargeback) | **DELETE** /chargeback/chargebacks/{chargeback_dispute_oid} | Delete a chargeback
104
105
  *UltracartClient::ChargebackApi* | [**get_chargeback_dispute**](docs/ChargebackApi.md#get_chargeback_dispute) | **GET** /chargeback/chargebacks/{chargeback_dispute_oid} | Retrieve a chargeback
@@ -124,21 +125,6 @@ Class | Method | HTTP request | Description
124
125
  *UltracartClient::CheckoutApi* | [**setup_browser_key**](docs/CheckoutApi.md#setup_browser_key) | **PUT** /checkout/browser_key | Setup Browser Application
125
126
  *UltracartClient::CheckoutApi* | [**update_cart**](docs/CheckoutApi.md#update_cart) | **PUT** /checkout/cart | Update cart
126
127
  *UltracartClient::CheckoutApi* | [**validate_cart**](docs/CheckoutApi.md#validate_cart) | **POST** /checkout/cart/validate | Validate
127
- *UltracartClient::ConfigurationApi* | [**delay_auto_orders**](docs/ConfigurationApi.md#delay_auto_orders) | **POST** /configuration/checkout/payments/rtg/{rtg_oid}/delayAutoOrders | Delay auto order processing for a day for this rotating transaction gateway
128
- *UltracartClient::ConfigurationApi* | [**delete_rotating_transaction_gateway**](docs/ConfigurationApi.md#delete_rotating_transaction_gateway) | **DELETE** /configuration/checkout/payments/rtg/{rtg_oid} | Delete a rotating transaction gateway
129
- *UltracartClient::ConfigurationApi* | [**get_payments_configuration**](docs/ConfigurationApi.md#get_payments_configuration) | **GET** /configuration/checkout/payments | Retrieve payments configuration
130
- *UltracartClient::ConfigurationApi* | [**get_payments_rotating_gateway**](docs/ConfigurationApi.md#get_payments_rotating_gateway) | **GET** /configuration/checkout/payments/rtg/{rtg_oid} | Retrieve a rotating transaction gateway
131
- *UltracartClient::ConfigurationApi* | [**get_payments_rotating_gateway_by_code**](docs/ConfigurationApi.md#get_payments_rotating_gateway_by_code) | **GET** /configuration/checkout/payments/rtg/byCode/{code} | Retrieve a rotating transaction gateway by code
132
- *UltracartClient::ConfigurationApi* | [**get_payments_rotating_transaction_gateways**](docs/ConfigurationApi.md#get_payments_rotating_transaction_gateways) | **GET** /configuration/checkout/payments/rtg | Retrieve a list of rotating transaction gateways
133
- *UltracartClient::ConfigurationApi* | [**get_payments_rtg_summaries**](docs/ConfigurationApi.md#get_payments_rtg_summaries) | **GET** /configuration/checkout/payments/rtg/summaries | Retrieve a summary of rotating transaction gateways
134
- *UltracartClient::ConfigurationApi* | [**get_payments_transaction_gateways**](docs/ConfigurationApi.md#get_payments_transaction_gateways) | **GET** /configuration/checkout/payments/tg | Retrieve a list of transaction gateways
135
- *UltracartClient::ConfigurationApi* | [**insert_rotating_transaction_gateway**](docs/ConfigurationApi.md#insert_rotating_transaction_gateway) | **POST** /configuration/checkout/payments/rtg/ | Insert a rotating transaction gateway
136
- *UltracartClient::ConfigurationApi* | [**migrate_to_rotating_transaction_gateway**](docs/ConfigurationApi.md#migrate_to_rotating_transaction_gateway) | **POST** /configuration/checkout/payments/tg/migrateToRtgWithCodeOf/{code} | Migrate a normal transaction gateway to a rotating transaction gateway
137
- *UltracartClient::ConfigurationApi* | [**stripe_connect**](docs/ConfigurationApi.md#stripe_connect) | **POST** /configuration/checkout/payments/rtg/{rtg_oid}/stripeConnect | Begin the processing of connecting with Stripe
138
- *UltracartClient::ConfigurationApi* | [**update_payments_configuration**](docs/ConfigurationApi.md#update_payments_configuration) | **PUT** /configuration/checkout/payments | Updates payments configuration
139
- *UltracartClient::ConfigurationApi* | [**update_payments_transaction_gateway**](docs/ConfigurationApi.md#update_payments_transaction_gateway) | **PUT** /configuration/checkout/payments/tg | Updates payments transaction gateway
140
- *UltracartClient::ConfigurationApi* | [**update_rotating_transaction_gateway**](docs/ConfigurationApi.md#update_rotating_transaction_gateway) | **PUT** /configuration/checkout/payments/rtg/{rtg_oid} | Update a rotating transaction gateway
141
- *UltracartClient::ConfigurationApi* | [**wepay_enroll**](docs/ConfigurationApi.md#wepay_enroll) | **PUT** /configuration/checkout/wepayEnroll | Enroll with WePay
142
128
  *UltracartClient::CouponApi* | [**delete_coupon**](docs/CouponApi.md#delete_coupon) | **DELETE** /coupon/coupons/{coupon_oid} | Delete a coupon
143
129
  *UltracartClient::CouponApi* | [**delete_coupons_by_code**](docs/CouponApi.md#delete_coupons_by_code) | **DELETE** /coupon/coupons/by_code | Deletes multiple coupons
144
130
  *UltracartClient::CouponApi* | [**delete_coupons_by_oid**](docs/CouponApi.md#delete_coupons_by_oid) | **DELETE** /coupon/coupons/by_oid | Deletes multiple coupons
@@ -171,7 +157,7 @@ Class | Method | HTTP request | Description
171
157
  *UltracartClient::CustomerApi* | [**get_customers_for_data_tables**](docs/CustomerApi.md#get_customers_for_data_tables) | **POST** /customer/customers/dataTables | Retrieve customers for DataTables plugin
172
158
  *UltracartClient::CustomerApi* | [**get_email_verification_token**](docs/CustomerApi.md#get_email_verification_token) | **POST** /customer/customers/email_verify/get_token | Create a token that can be used to verify a customer email address
173
159
  *UltracartClient::CustomerApi* | [**insert_customer**](docs/CustomerApi.md#insert_customer) | **POST** /customer/customers | Insert a customer
174
- *UltracartClient::CustomerApi* | [**search**](docs/CustomerApi.md#search) | **POST** /customer/search | Searches for all matching values (using POST)
160
+ *UltracartClient::CustomerApi* | [**search_customer_profile_values**](docs/CustomerApi.md#search_customer_profile_values) | **POST** /customer/search | Searches for all matching values (using POST)
175
161
  *UltracartClient::CustomerApi* | [**update_customer**](docs/CustomerApi.md#update_customer) | **PUT** /customer/customers/{customer_profile_oid} | Update a customer
176
162
  *UltracartClient::CustomerApi* | [**update_customer_email_lists**](docs/CustomerApi.md#update_customer_email_lists) | **POST** /customer/customers/{customer_profile_oid}/email_lists | Update email list subscriptions for a customer
177
163
  *UltracartClient::CustomerApi* | [**validate_email_verification_token**](docs/CustomerApi.md#validate_email_verification_token) | **POST** /customer/customers/email_verify/validate_token | Validate a token that can be used to verify a customer email address
@@ -241,6 +227,7 @@ Class | Method | HTTP request | Description
241
227
  *UltracartClient::StorefrontApi* | [**clone_email_campaign**](docs/StorefrontApi.md#clone_email_campaign) | **POST** /storefront/{storefront_oid}/email/campaigns/{email_campaign_uuid}/clone | Clone email campaign
242
228
  *UltracartClient::StorefrontApi* | [**clone_email_flow**](docs/StorefrontApi.md#clone_email_flow) | **POST** /storefront/{storefront_oid}/email/flows/{email_flow_uuid}/clone | Clone email flow
243
229
  *UltracartClient::StorefrontApi* | [**create_email_sending_domain**](docs/StorefrontApi.md#create_email_sending_domain) | **POST** /storefront/email/sending_domains/{domain}/create | Create email campaign
230
+ *UltracartClient::StorefrontApi* | [**create_email_sending_domain2**](docs/StorefrontApi.md#create_email_sending_domain2) | **POST** /storefront/email/sending_domains | Create email sending domain for various providers
244
231
  *UltracartClient::StorefrontApi* | [**create_twilio_account**](docs/StorefrontApi.md#create_twilio_account) | **POST** /storefront/twilio/accounts | Create Twilio account
245
232
  *UltracartClient::StorefrontApi* | [**delete_email_campaign_folder**](docs/StorefrontApi.md#delete_email_campaign_folder) | **DELETE** /storefront/{storefront_oid}/email/campaign_folders/{email_campaign_folder_uuid} | Delete email campaignFolder
246
233
  *UltracartClient::StorefrontApi* | [**delete_email_commseq_stat**](docs/StorefrontApi.md#delete_email_commseq_stat) | **DELETE** /storefront/{storefront_oid}/email/commseqs/{commseq_uuid}/stat | Delete communication sequence stats
@@ -383,6 +370,7 @@ Class | Method | HTTP request | Description
383
370
  *UltracartClient::StorefrontApi* | [**update_email_plan**](docs/StorefrontApi.md#update_email_plan) | **POST** /storefront/{storefront_oid}/email/plan | Update email plan
384
371
  *UltracartClient::StorefrontApi* | [**update_email_postcard**](docs/StorefrontApi.md#update_email_postcard) | **PUT** /storefront/{storefront_oid}/email/postcards/{commseq_postcard_uuid} | Update email postcard
385
372
  *UltracartClient::StorefrontApi* | [**update_email_segment**](docs/StorefrontApi.md#update_email_segment) | **PUT** /storefront/{storefront_oid}/email/segments/{email_segment_uuid} | Update email segment
373
+ *UltracartClient::StorefrontApi* | [**update_email_sending_domain**](docs/StorefrontApi.md#update_email_sending_domain) | **PUT** /storefront/email/sending_domains/{domain} | Update email sending domain
386
374
  *UltracartClient::StorefrontApi* | [**update_email_settings**](docs/StorefrontApi.md#update_email_settings) | **POST** /storefront/{storefront_oid}/email/settings | Update email settings
387
375
  *UltracartClient::StorefrontApi* | [**update_experiment**](docs/StorefrontApi.md#update_experiment) | **PUT** /storefront/{storefront_oid}/experiments/{storefront_experiment_oid} | Update experiment
388
376
  *UltracartClient::StorefrontApi* | [**update_library_item**](docs/StorefrontApi.md#update_library_item) | **PUT** /storefront/code_library/{library_item_oid} | Update library item. Note that only certain fields may be updated via this method.
@@ -541,6 +529,7 @@ Class | Method | HTTP request | Description
541
529
  - [UltracartClient::CartValidationResponse](docs/CartValidationResponse.md)
542
530
  - [UltracartClient::ChannelPartnerCancelResponse](docs/ChannelPartnerCancelResponse.md)
543
531
  - [UltracartClient::ChannelPartnerEstimateShippingResponse](docs/ChannelPartnerEstimateShippingResponse.md)
532
+ - [UltracartClient::ChannelPartnerEstimateTaxResponse](docs/ChannelPartnerEstimateTaxResponse.md)
544
533
  - [UltracartClient::ChannelPartnerImportResponse](docs/ChannelPartnerImportResponse.md)
545
534
  - [UltracartClient::ChannelPartnerOrder](docs/ChannelPartnerOrder.md)
546
535
  - [UltracartClient::ChannelPartnerOrderItem](docs/ChannelPartnerOrderItem.md)
@@ -653,7 +642,6 @@ Class | Method | HTTP request | Description
653
642
  - [UltracartClient::CustomerTaxCodes](docs/CustomerTaxCodes.md)
654
643
  - [UltracartClient::CustomersResponse](docs/CustomersResponse.md)
655
644
  - [UltracartClient::DataTablesServerSideResponse](docs/DataTablesServerSideResponse.md)
656
- - [UltracartClient::DelayAutoOrdersResponse](docs/DelayAutoOrdersResponse.md)
657
645
  - [UltracartClient::Distance](docs/Distance.md)
658
646
  - [UltracartClient::DistributionCenter](docs/DistributionCenter.md)
659
647
  - [UltracartClient::DistributionCentersResponse](docs/DistributionCentersResponse.md)
@@ -891,6 +879,7 @@ Class | Method | HTTP request | Description
891
879
  - [UltracartClient::ListSegmentMembership](docs/ListSegmentMembership.md)
892
880
  - [UltracartClient::LookupRequest](docs/LookupRequest.md)
893
881
  - [UltracartClient::LookupResponse](docs/LookupResponse.md)
882
+ - [UltracartClient::Mailgun](docs/Mailgun.md)
894
883
  - [UltracartClient::Metric](docs/Metric.md)
895
884
  - [UltracartClient::Notification](docs/Notification.md)
896
885
  - [UltracartClient::OauthRevokeSuccessResponse](docs/OauthRevokeSuccessResponse.md)
@@ -952,30 +941,6 @@ Class | Method | HTTP request | Description
952
941
  - [UltracartClient::OrderTrackingNumberDetail](docs/OrderTrackingNumberDetail.md)
953
942
  - [UltracartClient::OrderTrackingNumberDetails](docs/OrderTrackingNumberDetails.md)
954
943
  - [UltracartClient::OrdersResponse](docs/OrdersResponse.md)
955
- - [UltracartClient::PaymentsConfiguration](docs/PaymentsConfiguration.md)
956
- - [UltracartClient::PaymentsConfigurationAffirm](docs/PaymentsConfigurationAffirm.md)
957
- - [UltracartClient::PaymentsConfigurationAmazon](docs/PaymentsConfigurationAmazon.md)
958
- - [UltracartClient::PaymentsConfigurationCOD](docs/PaymentsConfigurationCOD.md)
959
- - [UltracartClient::PaymentsConfigurationCash](docs/PaymentsConfigurationCash.md)
960
- - [UltracartClient::PaymentsConfigurationCheck](docs/PaymentsConfigurationCheck.md)
961
- - [UltracartClient::PaymentsConfigurationCreditCard](docs/PaymentsConfigurationCreditCard.md)
962
- - [UltracartClient::PaymentsConfigurationCreditCardType](docs/PaymentsConfigurationCreditCardType.md)
963
- - [UltracartClient::PaymentsConfigurationEcheck](docs/PaymentsConfigurationEcheck.md)
964
- - [UltracartClient::PaymentsConfigurationInsurance](docs/PaymentsConfigurationInsurance.md)
965
- - [UltracartClient::PaymentsConfigurationLoanHero](docs/PaymentsConfigurationLoanHero.md)
966
- - [UltracartClient::PaymentsConfigurationMoneyOrder](docs/PaymentsConfigurationMoneyOrder.md)
967
- - [UltracartClient::PaymentsConfigurationPayPal](docs/PaymentsConfigurationPayPal.md)
968
- - [UltracartClient::PaymentsConfigurationPurchaseOrder](docs/PaymentsConfigurationPurchaseOrder.md)
969
- - [UltracartClient::PaymentsConfigurationQuoteRequest](docs/PaymentsConfigurationQuoteRequest.md)
970
- - [UltracartClient::PaymentsConfigurationResponse](docs/PaymentsConfigurationResponse.md)
971
- - [UltracartClient::PaymentsConfigurationRestrictions](docs/PaymentsConfigurationRestrictions.md)
972
- - [UltracartClient::PaymentsConfigurationRestrictionsTheme](docs/PaymentsConfigurationRestrictionsTheme.md)
973
- - [UltracartClient::PaymentsConfigurationSezzle](docs/PaymentsConfigurationSezzle.md)
974
- - [UltracartClient::PaymentsConfigurationTestMethod](docs/PaymentsConfigurationTestMethod.md)
975
- - [UltracartClient::PaymentsConfigurationWePay](docs/PaymentsConfigurationWePay.md)
976
- - [UltracartClient::PaymentsConfigurationWireTransfer](docs/PaymentsConfigurationWireTransfer.md)
977
- - [UltracartClient::PaymentsThemeTransactionType](docs/PaymentsThemeTransactionType.md)
978
- - [UltracartClient::PaymentsWepayEnroll](docs/PaymentsWepayEnroll.md)
979
944
  - [UltracartClient::Permission](docs/Permission.md)
980
945
  - [UltracartClient::PricingTier](docs/PricingTier.md)
981
946
  - [UltracartClient::PricingTierNotification](docs/PricingTierNotification.md)
@@ -986,15 +951,6 @@ Class | Method | HTTP request | Description
986
951
  - [UltracartClient::RegisterAffiliateClickResponse](docs/RegisterAffiliateClickResponse.md)
987
952
  - [UltracartClient::ResponseMetadata](docs/ResponseMetadata.md)
988
953
  - [UltracartClient::ResultSet](docs/ResultSet.md)
989
- - [UltracartClient::RotatingTransactionGateway](docs/RotatingTransactionGateway.md)
990
- - [UltracartClient::RotatingTransactionGatewayResponse](docs/RotatingTransactionGatewayResponse.md)
991
- - [UltracartClient::RotatingTransactionGatewaysResponse](docs/RotatingTransactionGatewaysResponse.md)
992
- - [UltracartClient::RtgCurrency](docs/RtgCurrency.md)
993
- - [UltracartClient::RtgDayOfMonthRestriction](docs/RtgDayOfMonthRestriction.md)
994
- - [UltracartClient::RtgDayOfWeekRestriction](docs/RtgDayOfWeekRestriction.md)
995
- - [UltracartClient::RtgSummaryGateway](docs/RtgSummaryGateway.md)
996
- - [UltracartClient::RtgSummaryResponse](docs/RtgSummaryResponse.md)
997
- - [UltracartClient::RtgThemeRestriction](docs/RtgThemeRestriction.md)
998
954
  - [UltracartClient::ScreenRecording](docs/ScreenRecording.md)
999
955
  - [UltracartClient::ScreenRecordingAdPlatform](docs/ScreenRecordingAdPlatform.md)
1000
956
  - [UltracartClient::ScreenRecordingFilter](docs/ScreenRecordingFilter.md)
@@ -1053,7 +1009,6 @@ Class | Method | HTTP request | Description
1053
1009
  - [UltracartClient::SovosConfig](docs/SovosConfig.md)
1054
1010
  - [UltracartClient::StateProvince](docs/StateProvince.md)
1055
1011
  - [UltracartClient::StepWaiting](docs/StepWaiting.md)
1056
- - [UltracartClient::StripeConnectResponse](docs/StripeConnectResponse.md)
1057
1012
  - [UltracartClient::TaxCity](docs/TaxCity.md)
1058
1013
  - [UltracartClient::TaxCountry](docs/TaxCountry.md)
1059
1014
  - [UltracartClient::TaxCountryCode](docs/TaxCountryCode.md)
@@ -1083,9 +1038,6 @@ Class | Method | HTTP request | Description
1083
1038
  - [UltracartClient::TransactionEmailListResponse](docs/TransactionEmailListResponse.md)
1084
1039
  - [UltracartClient::TransactionEmailOption](docs/TransactionEmailOption.md)
1085
1040
  - [UltracartClient::TransactionEmailResponse](docs/TransactionEmailResponse.md)
1086
- - [UltracartClient::TransactionGateway](docs/TransactionGateway.md)
1087
- - [UltracartClient::TransactionGatewaysRequest](docs/TransactionGatewaysRequest.md)
1088
- - [UltracartClient::TransactionGatewaysResponse](docs/TransactionGatewaysResponse.md)
1089
1041
  - [UltracartClient::Twilio](docs/Twilio.md)
1090
1042
  - [UltracartClient::TwilioResponse](docs/TwilioResponse.md)
1091
1043
  - [UltracartClient::TwiliosResponse](docs/TwiliosResponse.md)
@@ -1179,44 +1131,49 @@ Class | Method | HTTP request | Description
1179
1131
  Not every change is committed to every SDK.
1180
1132
 
1181
1133
  | Version | Date | Comments |
1182
- | --: | :-: | --- |
1183
- | 3.10.12 | 06/16/2022 | Customer profile search method to look up tags |
1184
- | 3.10.11 | 06/10/2022 | esp segment 3rd party sync add/remove tag fields |
1185
- | 3.10.10 | 06/06/2022 | storefront communication options for syncing to third party provider list |
1186
- | 3.10.9 | 06/01/2022 | bug fixes for customer profile store credit |
1187
- | 3.10.8 | 05/27/2022 | customer store credit |
1188
- | 3.10.7 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
1189
- | 3.10.6 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
1190
- | 3.10.5 | 05/20/2022 | dependabot on java gson version |
1191
- | 3.10.4 | 05/20/2022 | dependabot on java gson |
1192
- | 3.10.3 | 05/20/2022 | OrderApi.generatePackingSkip calls had wrong return type |
1193
- | 3.10.2 | 05/12/2022 | ChannelPartnerApi renamed one of the delete methods |
1194
- | 3.10.1 | 05/12/2022 | ChannelPartnerApi added orderId to import response obj |
1195
- | 3.10.0 | 05/10/2022 | beta release of ChannelPartnerApi |
1196
- | 3.9.8 | 04/26/2022 | OrderApi.duplicateOrder |
1197
- | 3.9.7 | 04/25/2022 | integration logs method for zpl to pdf conversion |
1198
- | 3.9.6 | 04/25/2022 | storefront communications email magic link setting |
1199
- | 3.9.5 | 04/14/2022 | postcard screenshot bug fixes |
1200
- | 3.9.4 | 04/13/2022 | Added spf DNS record to the sending domain object |
1201
- | 3.9.3 | 04/06/2022 | fix return object on send webhook test method |
1202
- | 3.9.2 | 04/04/2022 | user.email field extended and postcard screenshot fields |
1203
- | 3.9.1 | 03/03/2022 | javascript sdk package.json bug fix |
1204
- | 3.9.0 | 03/03/2022 | removed ultra_cart_rest_api_v2.d.ts from javascript sdk because typescript sdk exists now |
1205
- | 3.8.8 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
1206
- | 3.8.7 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
1207
- | 3.8.6 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
1208
- | 3.8.5 | 02/25/2022 | new coupon for fixed cost shipping method |
1209
- | 3.8.2 | 02/16/2022 | create gift certificate method was missing email |
1210
- | 3.8.1 | 02/16/2022 | auto order item level pause flag |
1211
- | 3.8.0 | 02/16/2022 | gift certificate api (testing) |
1212
- | 3.7.38 | 02/15/2022 | gift certificate api (currently in testing) |
1213
- | 3.6.38 | 02/07/2022 | Exposed auto order logs |
1214
- | 3.6.37 | 02/04/2022 | insurance type for insurance payments |
1215
- | 3.6.36 | 12/29/2021 | Mail actual post card flag added to test method |
1216
- | 3.6.35 | 12/14/2021 | Add cancel_auto_order option to the accounts receivable retry configuration |
1217
- | 3.6.34 | 12/14/2021 | add evening phone E.164 fields to order billing/shipping objects |
1218
- | 3.6.33 | 12/13/2021 | automation testing |
1219
- | 3.6.32 | 12/10/2021 | testing automation - message 4 |
1134
+ | --: | :-: | --- |
1135
+ | 3.10.17 | 06/23/2022 | automation test |
1136
+ | 3.10.16 | 06/23/2022 | automation test |
1137
+ | 3.10.15 | 06/21/2022 | ChannelPartnerApi.estimateShipping |
1138
+ | 3.10.14 | 06/16/2022 | added createEmailSendingDomain2 to support additional MTAs |
1139
+ | 3.10.13 | 06/16/2022 | renamed latest method to avoid conflict between customer profile search and storefront search |
1140
+ | 3.10.12 | 06/16/2022 | Customer profile search method to look up tags |
1141
+ | 3.10.11 | 06/10/2022 | esp segment 3rd party sync add/remove tag fields |
1142
+ | 3.10.10 | 06/06/2022 | storefront communication options for syncing to third party provider list |
1143
+ | 3.10.9 | 06/01/2022 | bug fixes for customer profile store credit |
1144
+ | 3.10.8 | 05/27/2022 | customer store credit |
1145
+ | 3.10.7 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
1146
+ | 3.10.6 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
1147
+ | 3.10.5 | 05/20/2022 | dependabot on java gson version |
1148
+ | 3.10.4 | 05/20/2022 | dependabot on java gson |
1149
+ | 3.10.3 | 05/20/2022 | OrderApi.generatePackingSkip calls had wrong return type |
1150
+ | 3.10.2 | 05/12/2022 | ChannelPartnerApi renamed one of the delete methods |
1151
+ | 3.10.1 | 05/12/2022 | ChannelPartnerApi added orderId to import response obj |
1152
+ | 3.10.0 | 05/10/2022 | beta release of ChannelPartnerApi |
1153
+ | 3.9.8 | 04/26/2022 | OrderApi.duplicateOrder |
1154
+ | 3.9.7 | 04/25/2022 | integration logs method for zpl to pdf conversion |
1155
+ | 3.9.6 | 04/25/2022 | storefront communications email magic link setting |
1156
+ | 3.9.5 | 04/14/2022 | postcard screenshot bug fixes |
1157
+ | 3.9.4 | 04/13/2022 | Added spf DNS record to the sending domain object |
1158
+ | 3.9.3 | 04/06/2022 | fix return object on send webhook test method |
1159
+ | 3.9.2 | 04/04/2022 | user.email field extended and postcard screenshot fields |
1160
+ | 3.9.1 | 03/03/2022 | javascript sdk package.json bug fix |
1161
+ | 3.9.0 | 03/03/2022 | removed ultra_cart_rest_api_v2.d.ts from javascript sdk because typescript sdk exists now |
1162
+ | 3.8.8 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
1163
+ | 3.8.7 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
1164
+ | 3.8.6 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
1165
+ | 3.8.5 | 02/25/2022 | new coupon for fixed cost shipping method |
1166
+ | 3.8.2 | 02/16/2022 | create gift certificate method was missing email |
1167
+ | 3.8.1 | 02/16/2022 | auto order item level pause flag |
1168
+ | 3.8.0 | 02/16/2022 | gift certificate api (testing) |
1169
+ | 3.7.38 | 02/15/2022 | gift certificate api (currently in testing) |
1170
+ | 3.6.38 | 02/07/2022 | Exposed auto order logs |
1171
+ | 3.6.37 | 02/04/2022 | insurance type for insurance payments |
1172
+ | 3.6.36 | 12/29/2021 | Mail actual post card flag added to test method |
1173
+ | 3.6.35 | 12/14/2021 | Add cancel_auto_order option to the accounts receivable retry configuration |
1174
+ | 3.6.34 | 12/14/2021 | add evening phone E.164 fields to order billing/shipping objects |
1175
+ | 3.6.33 | 12/13/2021 | automation testing |
1176
+ | 3.6.32 | 12/10/2021 | testing automation - message 4 |
1220
1177
  | 3.6.25 | 12/06/2021 | sdk automation testing. no changes to actual sdk |
1221
1178
  | 3.6.24 | 11/30/2021 | return items_invalid_for_coupons for CouponResponse object to drive UI warnings |
1222
1179
  | 3.6.23 | 11/29/2021 | Item auto order prohibit cards that expire in months setting. |
@@ -7,6 +7,7 @@ Method | HTTP request | Description
7
7
  [**cancel_order_by_channel_partner_order_id**](ChannelPartnerApi.md#cancel_order_by_channel_partner_order_id) | **DELETE** /channel_partner/cancel/by_channel_partner_order_id/{order_id} | Cancel channel partner order by channel partner order id
8
8
  [**cancel_order_by_ultra_cart_order_id**](ChannelPartnerApi.md#cancel_order_by_ultra_cart_order_id) | **DELETE** /channel_partner/cancel/by_ultracart_order_id/{order_id} | Cancel channel partner order by UltraCart order id
9
9
  [**estimate_shipping_for_channel_partner_order**](ChannelPartnerApi.md#estimate_shipping_for_channel_partner_order) | **POST** /channel_partner/estimate_shipping | Estimate shipping for channel partner order
10
+ [**estimate_tax_for_channel_partner_order**](ChannelPartnerApi.md#estimate_tax_for_channel_partner_order) | **POST** /channel_partner/estimate_tax | Estimate tax for channel partner order
10
11
  [**import_channel_partner_order**](ChannelPartnerApi.md#import_channel_partner_order) | **POST** /channel_partner/import | Insert channel partner order
11
12
 
12
13
 
@@ -160,6 +161,56 @@ Name | Type | Description | Notes
160
161
 
161
162
 
162
163
 
164
+ # **estimate_tax_for_channel_partner_order**
165
+ > ChannelPartnerEstimateTaxResponse estimate_tax_for_channel_partner_order(channel_partner_order)
166
+
167
+ Estimate tax for channel partner order
168
+
169
+ Estimate tax for order from a channel partner.
170
+
171
+ ### Example
172
+ ```ruby
173
+ # load the gem
174
+ require 'ultracart_api'
175
+
176
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
177
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
178
+ api_instance = UltracartClient::ChannelPartnerApi.new_using_api_key(simple_key, false, false)
179
+
180
+
181
+ channel_partner_order = UltracartClient::ChannelPartnerOrder.new # ChannelPartnerOrder | Order needing tax estimate
182
+
183
+
184
+ begin
185
+ #Estimate tax for channel partner order
186
+ result = api_instance.estimate_tax_for_channel_partner_order(channel_partner_order)
187
+ p result
188
+ rescue UltracartClient::ApiError => e
189
+ puts "Exception when calling ChannelPartnerApi->estimate_tax_for_channel_partner_order: #{e}"
190
+ end
191
+ ```
192
+
193
+ ### Parameters
194
+
195
+ Name | Type | Description | Notes
196
+ ------------- | ------------- | ------------- | -------------
197
+ **channel_partner_order** | [**ChannelPartnerOrder**](ChannelPartnerOrder.md)| Order needing tax estimate |
198
+
199
+ ### Return type
200
+
201
+ [**ChannelPartnerEstimateTaxResponse**](ChannelPartnerEstimateTaxResponse.md)
202
+
203
+ ### Authorization
204
+
205
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
206
+
207
+ ### HTTP request headers
208
+
209
+ - **Content-Type**: application/json; charset=UTF-8
210
+ - **Accept**: application/json
211
+
212
+
213
+
163
214
  # **import_channel_partner_order**
164
215
  > ChannelPartnerImportResponse import_channel_partner_order(channel_partner_order)
165
216
 
@@ -1,10 +1,10 @@
1
- # UltracartClient::DelayAutoOrdersResponse
1
+ # UltracartClient::ChannelPartnerEstimateTaxResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **arbitrary_tax** | **Float** | | [optional]
6
7
  **error** | [**Error**](Error.md) | | [optional]
7
- **message** | **String** | | [optional]
8
8
  **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
9
  **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
10
  **warning** | [**Warning**](Warning.md) | | [optional]
data/docs/CustomerApi.md CHANGED
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
  [**get_customers_for_data_tables**](CustomerApi.md#get_customers_for_data_tables) | **POST** /customer/customers/dataTables | Retrieve customers for DataTables plugin
18
18
  [**get_email_verification_token**](CustomerApi.md#get_email_verification_token) | **POST** /customer/customers/email_verify/get_token | Create a token that can be used to verify a customer email address
19
19
  [**insert_customer**](CustomerApi.md#insert_customer) | **POST** /customer/customers | Insert a customer
20
- [**search**](CustomerApi.md#search) | **POST** /customer/search | Searches for all matching values (using POST)
20
+ [**search_customer_profile_values**](CustomerApi.md#search_customer_profile_values) | **POST** /customer/search | Searches for all matching values (using POST)
21
21
  [**update_customer**](CustomerApi.md#update_customer) | **PUT** /customer/customers/{customer_profile_oid} | Update a customer
22
22
  [**update_customer_email_lists**](CustomerApi.md#update_customer_email_lists) | **POST** /customer/customers/{customer_profile_oid}/email_lists | Update email list subscriptions for a customer
23
23
  [**validate_email_verification_token**](CustomerApi.md#validate_email_verification_token) | **POST** /customer/customers/email_verify/validate_token | Validate a token that can be used to verify a customer email address
@@ -756,8 +756,8 @@ Name | Type | Description | Notes
756
756
 
757
757
 
758
758
 
759
- # **search**
760
- > LookupResponse search(lookup_request)
759
+ # **search_customer_profile_values**
760
+ > LookupResponse search_customer_profile_values(lookup_request)
761
761
 
762
762
  Searches for all matching values (using POST)
763
763
 
@@ -776,10 +776,10 @@ lookup_request = UltracartClient::LookupRequest.new # LookupRequest | LookupRequ
776
776
 
777
777
  begin
778
778
  #Searches for all matching values (using POST)
779
- result = api_instance.search(lookup_request)
779
+ result = api_instance.search_customer_profile_values(lookup_request)
780
780
  p result
781
781
  rescue UltracartClient::ApiError => e
782
- puts "Exception when calling CustomerApi->search: #{e}"
782
+ puts "Exception when calling CustomerApi->search_customer_profile_values: #{e}"
783
783
  end
784
784
  ```
785
785
 
data/docs/EmailDomain.md CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **domain** | **String** | | [optional]
10
10
  **esp_domain_uuid** | **String** | | [optional]
11
11
  **identity_status** | **String** | | [optional]
12
+ **mailgun** | [**Mailgun**](Mailgun.md) | | [optional]
12
13
  **merchant_id** | **String** | | [optional]
13
14
  **provider** | **String** | | [optional]
14
15
  **spf** | [**VerificationRecord**](VerificationRecord.md) | | [optional]
data/docs/Mailgun.md ADDED
@@ -0,0 +1,8 @@
1
+ # UltracartClient::Mailgun
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **api_key** | **String** | | [optional]
7
+
8
+
@@ -13,6 +13,7 @@ Method | HTTP request | Description
13
13
  [**clone_email_campaign**](StorefrontApi.md#clone_email_campaign) | **POST** /storefront/{storefront_oid}/email/campaigns/{email_campaign_uuid}/clone | Clone email campaign
14
14
  [**clone_email_flow**](StorefrontApi.md#clone_email_flow) | **POST** /storefront/{storefront_oid}/email/flows/{email_flow_uuid}/clone | Clone email flow
15
15
  [**create_email_sending_domain**](StorefrontApi.md#create_email_sending_domain) | **POST** /storefront/email/sending_domains/{domain}/create | Create email campaign
16
+ [**create_email_sending_domain2**](StorefrontApi.md#create_email_sending_domain2) | **POST** /storefront/email/sending_domains | Create email sending domain for various providers
16
17
  [**create_twilio_account**](StorefrontApi.md#create_twilio_account) | **POST** /storefront/twilio/accounts | Create Twilio account
17
18
  [**delete_email_campaign_folder**](StorefrontApi.md#delete_email_campaign_folder) | **DELETE** /storefront/{storefront_oid}/email/campaign_folders/{email_campaign_folder_uuid} | Delete email campaignFolder
18
19
  [**delete_email_commseq_stat**](StorefrontApi.md#delete_email_commseq_stat) | **DELETE** /storefront/{storefront_oid}/email/commseqs/{commseq_uuid}/stat | Delete communication sequence stats
@@ -155,6 +156,7 @@ Method | HTTP request | Description
155
156
  [**update_email_plan**](StorefrontApi.md#update_email_plan) | **POST** /storefront/{storefront_oid}/email/plan | Update email plan
156
157
  [**update_email_postcard**](StorefrontApi.md#update_email_postcard) | **PUT** /storefront/{storefront_oid}/email/postcards/{commseq_postcard_uuid} | Update email postcard
157
158
  [**update_email_segment**](StorefrontApi.md#update_email_segment) | **PUT** /storefront/{storefront_oid}/email/segments/{email_segment_uuid} | Update email segment
159
+ [**update_email_sending_domain**](StorefrontApi.md#update_email_sending_domain) | **PUT** /storefront/email/sending_domains/{domain} | Update email sending domain
158
160
  [**update_email_settings**](StorefrontApi.md#update_email_settings) | **POST** /storefront/{storefront_oid}/email/settings | Update email settings
159
161
  [**update_experiment**](StorefrontApi.md#update_experiment) | **PUT** /storefront/{storefront_oid}/experiments/{storefront_experiment_oid} | Update experiment
160
162
  [**update_library_item**](StorefrontApi.md#update_library_item) | **PUT** /storefront/code_library/{library_item_oid} | Update library item. Note that only certain fields may be updated via this method.
@@ -630,6 +632,54 @@ Name | Type | Description | Notes
630
632
 
631
633
 
632
634
 
635
+ # **create_email_sending_domain2**
636
+ > EmailSendingDomainResponse create_email_sending_domain2(email_domain)
637
+
638
+ Create email sending domain for various providers
639
+
640
+ ### Example
641
+ ```ruby
642
+ # load the gem
643
+ require 'ultracart_api'
644
+
645
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
646
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
647
+ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
648
+
649
+
650
+ email_domain = UltracartClient::EmailDomain.new # EmailDomain | EmailDomain
651
+
652
+
653
+ begin
654
+ #Create email sending domain for various providers
655
+ result = api_instance.create_email_sending_domain2(email_domain)
656
+ p result
657
+ rescue UltracartClient::ApiError => e
658
+ puts "Exception when calling StorefrontApi->create_email_sending_domain2: #{e}"
659
+ end
660
+ ```
661
+
662
+ ### Parameters
663
+
664
+ Name | Type | Description | Notes
665
+ ------------- | ------------- | ------------- | -------------
666
+ **email_domain** | [**EmailDomain**](EmailDomain.md)| EmailDomain |
667
+
668
+ ### Return type
669
+
670
+ [**EmailSendingDomainResponse**](EmailSendingDomainResponse.md)
671
+
672
+ ### Authorization
673
+
674
+ [ultraCartBrowserApiKey](../README.md#ultraCartBrowserApiKey), [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
675
+
676
+ ### HTTP request headers
677
+
678
+ - **Content-Type**: application/json
679
+ - **Accept**: application/json
680
+
681
+
682
+
633
683
  # **create_twilio_account**
634
684
  > TwilioResponse create_twilio_account(twilio)
635
685
 
@@ -7944,6 +7994,57 @@ Name | Type | Description | Notes
7944
7994
 
7945
7995
 
7946
7996
 
7997
+ # **update_email_sending_domain**
7998
+ > EmailSendingDomainResponse update_email_sending_domain(domain, email_domain)
7999
+
8000
+ Update email sending domain
8001
+
8002
+ ### Example
8003
+ ```ruby
8004
+ # load the gem
8005
+ require 'ultracart_api'
8006
+
8007
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
8008
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
8009
+ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
8010
+
8011
+
8012
+ domain = 'domain_example' # String |
8013
+
8014
+ email_domain = UltracartClient::EmailDomain.new # EmailDomain | EmailDomain
8015
+
8016
+
8017
+ begin
8018
+ #Update email sending domain
8019
+ result = api_instance.update_email_sending_domain(domain, email_domain)
8020
+ p result
8021
+ rescue UltracartClient::ApiError => e
8022
+ puts "Exception when calling StorefrontApi->update_email_sending_domain: #{e}"
8023
+ end
8024
+ ```
8025
+
8026
+ ### Parameters
8027
+
8028
+ Name | Type | Description | Notes
8029
+ ------------- | ------------- | ------------- | -------------
8030
+ **domain** | **String**| |
8031
+ **email_domain** | [**EmailDomain**](EmailDomain.md)| EmailDomain |
8032
+
8033
+ ### Return type
8034
+
8035
+ [**EmailSendingDomainResponse**](EmailSendingDomainResponse.md)
8036
+
8037
+ ### Authorization
8038
+
8039
+ [ultraCartBrowserApiKey](../README.md#ultraCartBrowserApiKey), [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
8040
+
8041
+ ### HTTP request headers
8042
+
8043
+ - **Content-Type**: application/json
8044
+ - **Accept**: application/json
8045
+
8046
+
8047
+
7947
8048
  # **update_email_settings**
7948
8049
  > EmailSettingsResponse update_email_settings(storefront_oid, settings)
7949
8050
 
@@ -197,6 +197,61 @@ module UltracartClient
197
197
  end
198
198
  return data, status_code, headers
199
199
  end
200
+ # Estimate tax for channel partner order
201
+ # Estimate tax for order from a channel partner.
202
+ # @param channel_partner_order Order needing tax estimate
203
+ # @param [Hash] opts the optional parameters
204
+ # @return [ChannelPartnerEstimateTaxResponse]
205
+ def estimate_tax_for_channel_partner_order(channel_partner_order, opts = {})
206
+ data, _status_code, _headers = estimate_tax_for_channel_partner_order_with_http_info(channel_partner_order, opts)
207
+ data
208
+ end
209
+
210
+ # Estimate tax for channel partner order
211
+ # Estimate tax for order from a channel partner.
212
+ # @param channel_partner_order Order needing tax estimate
213
+ # @param [Hash] opts the optional parameters
214
+ # @return [Array<(ChannelPartnerEstimateTaxResponse, Fixnum, Hash)>] ChannelPartnerEstimateTaxResponse data, response status code and response headers
215
+ def estimate_tax_for_channel_partner_order_with_http_info(channel_partner_order, opts = {})
216
+ if @api_client.config.debugging
217
+ @api_client.config.logger.debug 'Calling API: ChannelPartnerApi.estimate_tax_for_channel_partner_order ...'
218
+ end
219
+ # verify the required parameter 'channel_partner_order' is set
220
+ if @api_client.config.client_side_validation && channel_partner_order.nil?
221
+ fail ArgumentError, "Missing the required parameter 'channel_partner_order' when calling ChannelPartnerApi.estimate_tax_for_channel_partner_order"
222
+ end
223
+ # resource path
224
+ local_var_path = '/channel_partner/estimate_tax'
225
+
226
+ # query parameters
227
+ query_params = {}
228
+
229
+ # header parameters
230
+ header_params = {}
231
+ header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
232
+ # HTTP header 'Accept' (if needed)
233
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
234
+ # HTTP header 'Content-Type'
235
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json; charset=UTF-8'])
236
+
237
+ # form parameters
238
+ form_params = {}
239
+
240
+ # http body (model)
241
+ post_body = @api_client.object_to_http_body(channel_partner_order)
242
+ auth_names = ['ultraCartOauth', 'ultraCartSimpleApiKey']
243
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
244
+ :header_params => header_params,
245
+ :query_params => query_params,
246
+ :form_params => form_params,
247
+ :body => post_body,
248
+ :auth_names => auth_names,
249
+ :return_type => 'ChannelPartnerEstimateTaxResponse')
250
+ if @api_client.config.debugging
251
+ @api_client.config.logger.debug "API called: ChannelPartnerApi#estimate_tax_for_channel_partner_order\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
252
+ end
253
+ return data, status_code, headers
254
+ end
200
255
  # Insert channel partner order
201
256
  # Insert order from a channel partner.
202
257
  # @param channel_partner_order Order to insert