dear-inventory-ruby 0.1.7 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +24 -0
  3. data/Gemfile +1 -1
  4. data/README.md +11 -4
  5. data/dear-inventory-ruby.gemspec +1 -1
  6. data/docs/Account.md +18 -16
  7. data/docs/Accounts.md +3 -3
  8. data/docs/Address.md +9 -9
  9. data/docs/Contact.md +13 -9
  10. data/docs/Customer.md +33 -31
  11. data/docs/Customers.md +3 -3
  12. data/docs/DimensionsUnit.md +16 -0
  13. data/docs/Error.md +2 -2
  14. data/docs/InventoryApi.md +108 -0
  15. data/docs/Me.md +29 -0
  16. data/docs/PaymentTerm.md +6 -6
  17. data/docs/PaymentTerms.md +3 -3
  18. data/docs/PriceTier.md +19 -0
  19. data/docs/PriceTiers.md +17 -0
  20. data/docs/Success.md +1 -1
  21. data/docs/Tax.md +9 -9
  22. data/docs/TaxComponent.md +4 -4
  23. data/docs/Taxes.md +3 -3
  24. data/docs/WeightUnit.md +16 -0
  25. data/lib/dear-inventory-ruby.rb +6 -1
  26. data/lib/dear-inventory-ruby/api/inventory_api.rb +109 -1
  27. data/lib/dear-inventory-ruby/api_client.rb +8 -6
  28. data/lib/dear-inventory-ruby/api_error.rb +1 -1
  29. data/lib/dear-inventory-ruby/configuration.rb +1 -1
  30. data/lib/dear-inventory-ruby/models/account.rb +23 -23
  31. data/lib/dear-inventory-ruby/models/accounts.rb +1 -1
  32. data/lib/dear-inventory-ruby/models/address.rb +1 -35
  33. data/lib/dear-inventory-ruby/models/contact.rb +22 -2
  34. data/lib/dear-inventory-ruby/models/currency_code.rb +1 -1
  35. data/lib/dear-inventory-ruby/models/customer.rb +19 -7
  36. data/lib/dear-inventory-ruby/models/customers.rb +1 -1
  37. data/lib/dear-inventory-ruby/models/dimensions_unit.rb +42 -0
  38. data/lib/dear-inventory-ruby/models/error.rb +1 -1
  39. data/lib/dear-inventory-ruby/models/me.rb +264 -0
  40. data/lib/dear-inventory-ruby/models/payment_term.rb +1 -1
  41. data/lib/dear-inventory-ruby/models/payment_terms.rb +1 -1
  42. data/lib/dear-inventory-ruby/models/price_tier.rb +217 -0
  43. data/lib/dear-inventory-ruby/models/price_tiers.rb +209 -0
  44. data/lib/dear-inventory-ruby/models/success.rb +1 -1
  45. data/lib/dear-inventory-ruby/models/tax.rb +1 -1
  46. data/lib/dear-inventory-ruby/models/tax_component.rb +1 -1
  47. data/lib/dear-inventory-ruby/models/taxes.rb +1 -1
  48. data/lib/dear-inventory-ruby/models/weight_unit.rb +39 -0
  49. data/lib/dear-inventory-ruby/version.rb +2 -2
  50. data/spec/api/inventory_api_spec.rb +21 -1
  51. data/spec/api_client_spec.rb +2 -2
  52. data/spec/configuration_spec.rb +1 -1
  53. data/spec/models/account_spec.rb +7 -9
  54. data/spec/models/accounts_spec.rb +1 -1
  55. data/spec/models/address_spec.rb +1 -5
  56. data/spec/models/contact_spec.rb +13 -1
  57. data/spec/models/currency_code_spec.rb +1 -1
  58. data/spec/models/customer_spec.rb +7 -1
  59. data/spec/models/customers_spec.rb +1 -1
  60. data/spec/models/dimensions_unit_spec.rb +35 -0
  61. data/spec/models/error_spec.rb +1 -1
  62. data/spec/models/me_spec.rb +77 -0
  63. data/spec/models/payment_term_spec.rb +1 -1
  64. data/spec/models/payment_terms_spec.rb +1 -1
  65. data/spec/models/price_tier_spec.rb +47 -0
  66. data/spec/models/price_tiers_spec.rb +41 -0
  67. data/spec/models/success_spec.rb +1 -1
  68. data/spec/models/tax_component_spec.rb +1 -1
  69. data/spec/models/tax_spec.rb +1 -1
  70. data/spec/models/taxes_spec.rb +1 -1
  71. data/spec/models/weight_unit_spec.rb +35 -0
  72. data/spec/spec_helper.rb +1 -1
  73. metadata +35 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ff6fd2166dfaa0d47768c396b6d0950f8641cb4217a9b550fda86a2c10e596a
4
- data.tar.gz: 7c5bb9ac261515780aa137e756c0ed97e61df92bc00bbde6fc5c757565468ada
3
+ metadata.gz: a7798e799cbf4fa681aad8ee42427c13fb6da8fd45e72b6c6feeb69af8ba371f
4
+ data.tar.gz: 2121bc741a44a0af49b783443b0e554fcb140461c615e74fd59918b14dc3d5b8
5
5
  SHA512:
6
- metadata.gz: 3a6c9374a87ab7763ff5f8c9c441f9549e4d6fe11850b45aebc7d79d38d024afbdf3f385743a0f531dc1ecbb9996823be3d7d32d40e02f05104f5d4899c03d81
7
- data.tar.gz: 981a79e7bd7061091193f3b0530d40fb9605016594afa38813746ca560a795890a06bf5fd7115fd885d319762504007ccaf7da58b57bdd84777be8e53c2d88c2
6
+ metadata.gz: e7a495a34bf3bfaec919ce61024002f81ab698dd085b4104a4454db4366f1dd9d3ff9c0bfc5de35e6613337fd93fe8ff4db0c61d814e6fa121c10c2548e0e94f
7
+ data.tar.gz: 67eb1ebfda865b6888d4e4737705cc27641d571e50d39ec5e48ee323c6cb4bb4bb8b236654335db827c2ed9e25ffb92fe38b047d0aec5aa6d8c316338ec29204
@@ -2,6 +2,30 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.1.12] - 2020-10-28
6
+
7
+ - Add new endpoint and model: PriceTier
8
+ - Endpoint GET PriceTiers
9
+
10
+ ## [0.1.11] - 2020-09-21
11
+
12
+ - Update limit of Comments in Customer model.
13
+ - Remove required conditions of Address Type in Customer Address model.
14
+
15
+ ## [0.1.10] - 2020-09-04
16
+
17
+ - Add some fields to Contact and Customer models.
18
+ - Update OpenAPI Generator version 4.3.1
19
+
20
+ ## [0.1.9] - 2020-04-12
21
+
22
+ - Add new endpoint and model: Me
23
+ - Update OpenAPI Generator version 4.3.0
24
+
25
+ ## [0.1.8] - 2020-02-16
26
+
27
+ - Remove the validations of attributes: Type, SystemAccount because Dear API docs is not mapping for the result of API returned
28
+
5
29
  ## [0.1.7] - 2020-02-16
6
30
 
7
31
  - Fix params of /account GET
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.0.0'
6
+ gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
8
  gem 'rubocop', '~> 0.66.0'
9
9
  end
data/README.md CHANGED
@@ -7,7 +7,7 @@ This specifing endpoints for DEAR Inventory API
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: 0.1.7
10
+ - Package version: 0.1.12
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.nnhan.me](https://www.nnhan.me)
13
13
 
@@ -24,16 +24,16 @@ gem build dear-inventory-ruby.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./dear-inventory-ruby-0.1.7.gem
27
+ gem install ./dear-inventory-ruby-0.1.12.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./dear-inventory-ruby-0.1.7.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./dear-inventory-ruby-0.1.12.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 'dear-inventory-ruby', '~> 0.1.7'
36
+ gem 'dear-inventory-ruby', '~> 0.1.12'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -100,7 +100,9 @@ Class | Method | HTTP request | Description
100
100
  *DearInventoryRuby::InventoryApi* | [**delete_payment_term**](docs/InventoryApi.md#delete_payment_term) | **DELETE** /ref/paymentterm | Allows you to delete a payment term
101
101
  *DearInventoryRuby::InventoryApi* | [**get_accounts**](docs/InventoryApi.md#get_accounts) | **GET** /ref/account | Allows you to retrieve the Chart of Accounts
102
102
  *DearInventoryRuby::InventoryApi* | [**get_customers**](docs/InventoryApi.md#get_customers) | **GET** /customer | Allows you to retrieve the customers
103
+ *DearInventoryRuby::InventoryApi* | [**get_me**](docs/InventoryApi.md#get_me) | **GET** /me | Allows you to retrieve your information
103
104
  *DearInventoryRuby::InventoryApi* | [**get_payment_terms**](docs/InventoryApi.md#get_payment_terms) | **GET** /ref/paymentterm | Allows you to retrieve the payment terms
105
+ *DearInventoryRuby::InventoryApi* | [**get_price_tiers**](docs/InventoryApi.md#get_price_tiers) | **GET** /ref/priceTier | Allows you to retrieve the Price Tiers
104
106
  *DearInventoryRuby::InventoryApi* | [**get_taxes**](docs/InventoryApi.md#get_taxes) | **GET** /ref/tax | Allows you to retrieve the taxes
105
107
  *DearInventoryRuby::InventoryApi* | [**update_account**](docs/InventoryApi.md#update_account) | **PUT** /ref/account | Allows you to update an Account
106
108
  *DearInventoryRuby::InventoryApi* | [**update_customer**](docs/InventoryApi.md#update_customer) | **PUT** /customer | Allows you to update a customer
@@ -117,13 +119,18 @@ Class | Method | HTTP request | Description
117
119
  - [DearInventoryRuby::CurrencyCode](docs/CurrencyCode.md)
118
120
  - [DearInventoryRuby::Customer](docs/Customer.md)
119
121
  - [DearInventoryRuby::Customers](docs/Customers.md)
122
+ - [DearInventoryRuby::DimensionsUnit](docs/DimensionsUnit.md)
120
123
  - [DearInventoryRuby::Error](docs/Error.md)
124
+ - [DearInventoryRuby::Me](docs/Me.md)
121
125
  - [DearInventoryRuby::PaymentTerm](docs/PaymentTerm.md)
122
126
  - [DearInventoryRuby::PaymentTerms](docs/PaymentTerms.md)
127
+ - [DearInventoryRuby::PriceTier](docs/PriceTier.md)
128
+ - [DearInventoryRuby::PriceTiers](docs/PriceTiers.md)
123
129
  - [DearInventoryRuby::Success](docs/Success.md)
124
130
  - [DearInventoryRuby::Tax](docs/Tax.md)
125
131
  - [DearInventoryRuby::TaxComponent](docs/TaxComponent.md)
126
132
  - [DearInventoryRuby::Taxes](docs/Taxes.md)
133
+ - [DearInventoryRuby::WeightUnit](docs/WeightUnit.md)
127
134
 
128
135
 
129
136
  ## Documentation for Authorization
@@ -8,7 +8,7 @@
8
8
  The version of the OpenAPI document: 2.0.0
9
9
  Contact: nnhansg@gmail.com
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 4.2.3
11
+ OpenAPI Generator version: 4.3.1
12
12
 
13
13
  =end
14
14
 
@@ -6,11 +6,12 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **code** | **String** | Unique code of Account |
8
8
  **name** | **String** | Account Name |
9
- **type** | **String** | Should be one of the following values: `BANK`, `CURRLIAB`, `LIABILITY`, `TERMLIA`, `PAYGLIABILITY`, `SUPERANNUATIONLIABILITY`, `WAGESPAYABLELIABILITY` |
9
+ **type** | **String** | Type |
10
10
  **status** | **String** | Account status |
11
11
  **description** | **String** | Account description | [optional]
12
12
  **_class** | **String** | Should be one of the following values: `ASSET`, `LIABILITY`, `EXPENSE`, `EQUITY`, `REVENUE` | [optional]
13
- **system_account** | **String** | Read-only for PUT. Should be one of the following values: BANKCURRENCYGAIN, CREDITORS, DEBTORS, GST, GSTONIMPORTS, HISTORICAL, REALISEDCURRENCYGAIN, RETAINEDEARNINGS, ROUNDING, TRACKINGTRANSFERS, UNPAIDEXPCLM, UNREALISEDCURRENCYGAIN, WAGEPAYABLES | [optional]
13
+ **system_account** | **String** | SystemAccount | [optional]
14
+ **system_account_code** | **String** | SystemAccountCode | [optional]
14
15
  **for_payments** | **String** | Account status | [optional]
15
16
  **display_name** | **String** | Account display name. Read-only. | [optional]
16
17
  **old_code** | **String** | Read-only. | [optional]
@@ -24,20 +25,21 @@ Name | Type | Description | Notes
24
25
  ```ruby
25
26
  require 'DearInventoryRuby'
26
27
 
27
- instance = DearInventoryRuby::Account.new(code: null,
28
- name: null,
29
- type: null,
30
- status: null,
31
- description: null,
32
- _class: null,
33
- system_account: null,
34
- for_payments: null,
35
- display_name: null,
36
- old_code: null,
37
- bank: null,
38
- bank_account_number: null,
39
- bank_account_id: null,
40
- currency: null)
28
+ instance = DearInventoryRuby::Account.new(code: nil,
29
+ name: nil,
30
+ type: nil,
31
+ status: nil,
32
+ description: nil,
33
+ _class: nil,
34
+ system_account: nil,
35
+ system_account_code: nil,
36
+ for_payments: nil,
37
+ display_name: nil,
38
+ old_code: nil,
39
+ bank: nil,
40
+ bank_account_number: nil,
41
+ bank_account_id: nil,
42
+ currency: nil)
41
43
  ```
42
44
 
43
45
 
@@ -13,9 +13,9 @@ Name | Type | Description | Notes
13
13
  ```ruby
14
14
  require 'DearInventoryRuby'
15
15
 
16
- instance = DearInventoryRuby::Accounts.new(total: null,
17
- page: null,
18
- accounts_list: null)
16
+ instance = DearInventoryRuby::Accounts.new(total: nil,
17
+ page: nil,
18
+ accounts_list: nil)
19
19
  ```
20
20
 
21
21
 
@@ -19,15 +19,15 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'DearInventoryRuby'
21
21
 
22
- instance = DearInventoryRuby::Address.new(id: null,
23
- line1: null,
24
- line2: null,
25
- city: null,
26
- state: null,
27
- post_code: null,
28
- country: null,
29
- type: null,
30
- default_for_type: null)
22
+ instance = DearInventoryRuby::Address.new(id: nil,
23
+ line1: nil,
24
+ line2: nil,
25
+ city: nil,
26
+ state: nil,
27
+ post_code: nil,
28
+ country: nil,
29
+ type: nil,
30
+ default_for_type: nil)
31
31
  ```
32
32
 
33
33
 
@@ -6,7 +6,9 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **id** | **String** | If passed in PUT method, entry will be searched by id, found entry will be updated, otherwise created | [optional]
8
8
  **name** | **String** | Name of Contact |
9
+ **job_title** | **String** | Job Title | [optional]
9
10
  **phone** | **String** | Phone | [optional]
11
+ **mobile_phone** | **String** | Mobile Phone | [optional]
10
12
  **fax** | **String** | Fax | [optional]
11
13
  **email** | **String** | Email | [optional]
12
14
  **website** | **String** | Website | [optional]
@@ -19,15 +21,17 @@ Name | Type | Description | Notes
19
21
  ```ruby
20
22
  require 'DearInventoryRuby'
21
23
 
22
- instance = DearInventoryRuby::Contact.new(id: null,
23
- name: null,
24
- phone: null,
25
- fax: null,
26
- email: null,
27
- website: null,
28
- comment: null,
29
- default: null,
30
- include_in_email: null)
24
+ instance = DearInventoryRuby::Contact.new(id: nil,
25
+ name: nil,
26
+ job_title: nil,
27
+ phone: nil,
28
+ mobile_phone: nil,
29
+ fax: nil,
30
+ email: nil,
31
+ website: nil,
32
+ comment: nil,
33
+ default: nil,
34
+ include_in_email: nil)
31
35
  ```
32
36
 
33
37
 
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
20
20
  **comments** | **String** | Comments | [optional]
21
21
  **tax_number** | **String** | Tax number | [optional]
22
22
  **credit_limit** | **Float** | Credit limit | [optional]
23
+ **is_on_credit_hold** | **Boolean** | boolean to indicate if a customer is on credit hold | [optional] [default to false]
23
24
  **tags** | **String** | Tags string | [optional]
24
25
  **attribute_set** | **String** | AttributeSet name | [optional]
25
26
  **additional_attribute1** | **String** | Additional attribute 1 value | [optional]
@@ -41,37 +42,38 @@ Name | Type | Description | Notes
41
42
  ```ruby
42
43
  require 'DearInventoryRuby'
43
44
 
44
- instance = DearInventoryRuby::Customer.new(id: null,
45
- name: null,
46
- status: null,
47
- currency: null,
48
- payment_term: null,
49
- account_receivable: null,
50
- revenue_account: null,
51
- tax_rule: null,
52
- price_tier: null,
53
- carrier: null,
54
- sales_representative: null,
55
- location: null,
56
- discount: null,
57
- comments: null,
58
- tax_number: null,
59
- credit_limit: null,
60
- tags: null,
61
- attribute_set: null,
62
- additional_attribute1: null,
63
- additional_attribute2: null,
64
- additional_attribute3: null,
65
- additional_attribute4: null,
66
- additional_attribute5: null,
67
- additional_attribute6: null,
68
- additional_attribute7: null,
69
- additional_attribute8: null,
70
- additional_attribute9: null,
71
- additional_attribute10: null,
72
- last_modified_on: null,
73
- addresses: null,
74
- contacts: null)
45
+ instance = DearInventoryRuby::Customer.new(id: nil,
46
+ name: nil,
47
+ status: nil,
48
+ currency: nil,
49
+ payment_term: nil,
50
+ account_receivable: nil,
51
+ revenue_account: nil,
52
+ tax_rule: nil,
53
+ price_tier: nil,
54
+ carrier: nil,
55
+ sales_representative: nil,
56
+ location: nil,
57
+ discount: nil,
58
+ comments: nil,
59
+ tax_number: nil,
60
+ credit_limit: nil,
61
+ is_on_credit_hold: nil,
62
+ tags: nil,
63
+ attribute_set: nil,
64
+ additional_attribute1: nil,
65
+ additional_attribute2: nil,
66
+ additional_attribute3: nil,
67
+ additional_attribute4: nil,
68
+ additional_attribute5: nil,
69
+ additional_attribute6: nil,
70
+ additional_attribute7: nil,
71
+ additional_attribute8: nil,
72
+ additional_attribute9: nil,
73
+ additional_attribute10: nil,
74
+ last_modified_on: nil,
75
+ addresses: nil,
76
+ contacts: nil)
75
77
  ```
76
78
 
77
79
 
@@ -13,9 +13,9 @@ Name | Type | Description | Notes
13
13
  ```ruby
14
14
  require 'DearInventoryRuby'
15
15
 
16
- instance = DearInventoryRuby::Customers.new(total: null,
17
- page: null,
18
- customer_list: null)
16
+ instance = DearInventoryRuby::Customers.new(total: nil,
17
+ page: nil,
18
+ customer_list: nil)
19
19
  ```
20
20
 
21
21
 
@@ -0,0 +1,16 @@
1
+ # DearInventoryRuby::DimensionsUnit
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'DearInventoryRuby'
12
+
13
+ instance = DearInventoryRuby::DimensionsUnit.new()
14
+ ```
15
+
16
+
@@ -12,8 +12,8 @@ Name | Type | Description | Notes
12
12
  ```ruby
13
13
  require 'DearInventoryRuby'
14
14
 
15
- instance = DearInventoryRuby::Error.new(error_code: null,
16
- exception: null)
15
+ instance = DearInventoryRuby::Error.new(error_code: nil,
16
+ exception: nil)
17
17
  ```
18
18
 
19
19
 
@@ -12,7 +12,9 @@ Method | HTTP request | Description
12
12
  [**delete_payment_term**](InventoryApi.md#delete_payment_term) | **DELETE** /ref/paymentterm | Allows you to delete a payment term
13
13
  [**get_accounts**](InventoryApi.md#get_accounts) | **GET** /ref/account | Allows you to retrieve the Chart of Accounts
14
14
  [**get_customers**](InventoryApi.md#get_customers) | **GET** /customer | Allows you to retrieve the customers
15
+ [**get_me**](InventoryApi.md#get_me) | **GET** /me | Allows you to retrieve your information
15
16
  [**get_payment_terms**](InventoryApi.md#get_payment_terms) | **GET** /ref/paymentterm | Allows you to retrieve the payment terms
17
+ [**get_price_tiers**](InventoryApi.md#get_price_tiers) | **GET** /ref/priceTier | Allows you to retrieve the Price Tiers
16
18
  [**get_taxes**](InventoryApi.md#get_taxes) | **GET** /ref/tax | Allows you to retrieve the taxes
17
19
  [**update_account**](InventoryApi.md#update_account) | **PUT** /ref/account | Allows you to update an Account
18
20
  [**update_customer**](InventoryApi.md#update_customer) | **PUT** /customer | Allows you to update a customer
@@ -521,6 +523,59 @@ Name | Type | Description | Notes
521
523
  - **Accept**: application/json
522
524
 
523
525
 
526
+ ## get_me
527
+
528
+ > Me get_me
529
+
530
+ Allows you to retrieve your information
531
+
532
+ ### Example
533
+
534
+ ```ruby
535
+ # load the gem
536
+ require 'dear-inventory-ruby'
537
+ # setup authorization
538
+ DearInventoryRuby.configure do |config|
539
+ # Configure API key authorization: accountID
540
+ config.api_key['api-auth-accountid'] = 'YOUR API KEY'
541
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
542
+ #config.api_key_prefix['api-auth-accountid'] = 'Bearer'
543
+
544
+ # Configure API key authorization: appKey
545
+ config.api_key['api-auth-applicationkey'] = 'YOUR API KEY'
546
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
547
+ #config.api_key_prefix['api-auth-applicationkey'] = 'Bearer'
548
+ end
549
+
550
+ api_instance = DearInventoryRuby::InventoryApi.new
551
+
552
+ begin
553
+ #Allows you to retrieve your information
554
+ result = api_instance.get_me
555
+ p result
556
+ rescue DearInventoryRuby::ApiError => e
557
+ puts "Exception when calling InventoryApi->get_me: #{e}"
558
+ end
559
+ ```
560
+
561
+ ### Parameters
562
+
563
+ This endpoint does not need any parameter.
564
+
565
+ ### Return type
566
+
567
+ [**Me**](Me.md)
568
+
569
+ ### Authorization
570
+
571
+ [accountID](../README.md#accountID), [appKey](../README.md#appKey)
572
+
573
+ ### HTTP request headers
574
+
575
+ - **Content-Type**: Not defined
576
+ - **Accept**: application/json
577
+
578
+
524
579
  ## get_payment_terms
525
580
 
526
581
  > PaymentTerms get_payment_terms(opts)
@@ -592,6 +647,59 @@ Name | Type | Description | Notes
592
647
  - **Accept**: application/json
593
648
 
594
649
 
650
+ ## get_price_tiers
651
+
652
+ > PriceTiers get_price_tiers
653
+
654
+ Allows you to retrieve the Price Tiers
655
+
656
+ ### Example
657
+
658
+ ```ruby
659
+ # load the gem
660
+ require 'dear-inventory-ruby'
661
+ # setup authorization
662
+ DearInventoryRuby.configure do |config|
663
+ # Configure API key authorization: accountID
664
+ config.api_key['api-auth-accountid'] = 'YOUR API KEY'
665
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
666
+ #config.api_key_prefix['api-auth-accountid'] = 'Bearer'
667
+
668
+ # Configure API key authorization: appKey
669
+ config.api_key['api-auth-applicationkey'] = 'YOUR API KEY'
670
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
671
+ #config.api_key_prefix['api-auth-applicationkey'] = 'Bearer'
672
+ end
673
+
674
+ api_instance = DearInventoryRuby::InventoryApi.new
675
+
676
+ begin
677
+ #Allows you to retrieve the Price Tiers
678
+ result = api_instance.get_price_tiers
679
+ p result
680
+ rescue DearInventoryRuby::ApiError => e
681
+ puts "Exception when calling InventoryApi->get_price_tiers: #{e}"
682
+ end
683
+ ```
684
+
685
+ ### Parameters
686
+
687
+ This endpoint does not need any parameter.
688
+
689
+ ### Return type
690
+
691
+ [**PriceTiers**](PriceTiers.md)
692
+
693
+ ### Authorization
694
+
695
+ [accountID](../README.md#accountID), [appKey](../README.md#appKey)
696
+
697
+ ### HTTP request headers
698
+
699
+ - **Content-Type**: Not defined
700
+ - **Accept**: application/json
701
+
702
+
595
703
  ## get_taxes
596
704
 
597
705
  > Taxes get_taxes(opts)