@sp-api-sdk/catalog-items-api-2022-04-01 3.1.1 → 4.0.0

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 (111) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/api-model/api/{catalog-api.js → catalog-items-api.js} +63 -63
  3. package/dist/cjs/api-model/api.js +2 -2
  4. package/dist/cjs/api-model/base.js +1 -1
  5. package/dist/cjs/api-model/common.js +1 -1
  6. package/dist/cjs/api-model/configuration.js +1 -1
  7. package/dist/cjs/api-model/index.js +1 -1
  8. package/dist/cjs/api-model/models/brand-refinement.js +1 -1
  9. package/dist/cjs/api-model/models/classification-refinement.js +1 -1
  10. package/dist/cjs/api-model/models/dimension.js +1 -1
  11. package/dist/cjs/api-model/models/dimensions.js +1 -1
  12. package/dist/cjs/api-model/models/error-list.js +1 -1
  13. package/dist/cjs/api-model/models/item-browse-classification.js +1 -1
  14. package/dist/cjs/api-model/models/item-browse-classifications-by-marketplace.js +1 -1
  15. package/dist/cjs/api-model/models/item-classification-sales-rank.js +1 -1
  16. package/dist/cjs/api-model/models/item-contributor-role.js +1 -1
  17. package/dist/cjs/api-model/models/item-contributor.js +1 -1
  18. package/dist/cjs/api-model/models/item-dimensions-by-marketplace.js +1 -1
  19. package/dist/cjs/api-model/models/item-display-group-sales-rank.js +1 -1
  20. package/dist/cjs/api-model/models/item-identifier.js +1 -1
  21. package/dist/cjs/api-model/models/item-identifiers-by-marketplace.js +1 -1
  22. package/dist/cjs/api-model/models/item-image.js +1 -1
  23. package/dist/cjs/api-model/models/item-images-by-marketplace.js +1 -1
  24. package/dist/cjs/api-model/models/item-product-type-by-marketplace.js +1 -1
  25. package/dist/cjs/api-model/models/item-relationship.js +1 -1
  26. package/dist/cjs/api-model/models/item-relationships-by-marketplace.js +1 -1
  27. package/dist/cjs/api-model/models/item-sales-ranks-by-marketplace.js +1 -1
  28. package/dist/cjs/api-model/models/item-search-results.js +1 -1
  29. package/dist/cjs/api-model/models/item-summary-by-marketplace.js +1 -1
  30. package/dist/cjs/api-model/models/item-variation-theme.js +1 -1
  31. package/dist/cjs/api-model/models/item-vendor-details-by-marketplace.js +1 -1
  32. package/dist/cjs/api-model/models/item-vendor-details-category.js +1 -1
  33. package/dist/cjs/api-model/models/item.js +1 -1
  34. package/dist/cjs/api-model/models/model-error.js +1 -1
  35. package/dist/cjs/api-model/models/pagination.js +1 -1
  36. package/dist/cjs/api-model/models/refinements.js +1 -1
  37. package/dist/cjs/client.js +5 -5
  38. package/dist/es/api-model/api/{catalog-api.js → catalog-items-api.js} +58 -58
  39. package/dist/es/api-model/api.js +2 -2
  40. package/dist/es/api-model/base.js +1 -1
  41. package/dist/es/api-model/common.js +1 -1
  42. package/dist/es/api-model/configuration.js +1 -1
  43. package/dist/es/api-model/index.js +1 -1
  44. package/dist/es/api-model/models/brand-refinement.js +1 -1
  45. package/dist/es/api-model/models/classification-refinement.js +1 -1
  46. package/dist/es/api-model/models/dimension.js +1 -1
  47. package/dist/es/api-model/models/dimensions.js +1 -1
  48. package/dist/es/api-model/models/error-list.js +1 -1
  49. package/dist/es/api-model/models/item-browse-classification.js +1 -1
  50. package/dist/es/api-model/models/item-browse-classifications-by-marketplace.js +1 -1
  51. package/dist/es/api-model/models/item-classification-sales-rank.js +1 -1
  52. package/dist/es/api-model/models/item-contributor-role.js +1 -1
  53. package/dist/es/api-model/models/item-contributor.js +1 -1
  54. package/dist/es/api-model/models/item-dimensions-by-marketplace.js +1 -1
  55. package/dist/es/api-model/models/item-display-group-sales-rank.js +1 -1
  56. package/dist/es/api-model/models/item-identifier.js +1 -1
  57. package/dist/es/api-model/models/item-identifiers-by-marketplace.js +1 -1
  58. package/dist/es/api-model/models/item-image.js +1 -1
  59. package/dist/es/api-model/models/item-images-by-marketplace.js +1 -1
  60. package/dist/es/api-model/models/item-product-type-by-marketplace.js +1 -1
  61. package/dist/es/api-model/models/item-relationship.js +1 -1
  62. package/dist/es/api-model/models/item-relationships-by-marketplace.js +1 -1
  63. package/dist/es/api-model/models/item-sales-ranks-by-marketplace.js +1 -1
  64. package/dist/es/api-model/models/item-search-results.js +1 -1
  65. package/dist/es/api-model/models/item-summary-by-marketplace.js +1 -1
  66. package/dist/es/api-model/models/item-variation-theme.js +1 -1
  67. package/dist/es/api-model/models/item-vendor-details-by-marketplace.js +1 -1
  68. package/dist/es/api-model/models/item-vendor-details-category.js +1 -1
  69. package/dist/es/api-model/models/item.js +1 -1
  70. package/dist/es/api-model/models/model-error.js +1 -1
  71. package/dist/es/api-model/models/pagination.js +1 -1
  72. package/dist/es/api-model/models/refinements.js +1 -1
  73. package/dist/es/client.js +6 -6
  74. package/dist/types/api-model/api/catalog-items-api.d.ts +285 -0
  75. package/dist/types/api-model/api.d.ts +2 -2
  76. package/dist/types/api-model/base.d.ts +1 -1
  77. package/dist/types/api-model/common.d.ts +1 -1
  78. package/dist/types/api-model/configuration.d.ts +1 -1
  79. package/dist/types/api-model/index.d.ts +1 -1
  80. package/dist/types/api-model/models/brand-refinement.d.ts +4 -4
  81. package/dist/types/api-model/models/classification-refinement.d.ts +4 -4
  82. package/dist/types/api-model/models/dimension.d.ts +4 -4
  83. package/dist/types/api-model/models/dimensions.d.ts +1 -1
  84. package/dist/types/api-model/models/error-list.d.ts +1 -1
  85. package/dist/types/api-model/models/item-browse-classification.d.ts +4 -4
  86. package/dist/types/api-model/models/item-browse-classifications-by-marketplace.d.ts +4 -4
  87. package/dist/types/api-model/models/item-classification-sales-rank.d.ts +6 -6
  88. package/dist/types/api-model/models/item-contributor-role.d.ts +3 -3
  89. package/dist/types/api-model/models/item-contributor.d.ts +2 -2
  90. package/dist/types/api-model/models/item-dimensions-by-marketplace.d.ts +3 -3
  91. package/dist/types/api-model/models/item-display-group-sales-rank.d.ts +6 -6
  92. package/dist/types/api-model/models/item-identifier.d.ts +3 -3
  93. package/dist/types/api-model/models/item-identifiers-by-marketplace.d.ts +4 -4
  94. package/dist/types/api-model/models/item-image.d.ts +2 -2
  95. package/dist/types/api-model/models/item-images-by-marketplace.d.ts +4 -4
  96. package/dist/types/api-model/models/item-product-type-by-marketplace.d.ts +4 -4
  97. package/dist/types/api-model/models/item-relationship.d.ts +3 -3
  98. package/dist/types/api-model/models/item-relationships-by-marketplace.d.ts +3 -3
  99. package/dist/types/api-model/models/item-sales-ranks-by-marketplace.d.ts +5 -5
  100. package/dist/types/api-model/models/item-search-results.d.ts +3 -3
  101. package/dist/types/api-model/models/item-summary-by-marketplace.d.ts +21 -21
  102. package/dist/types/api-model/models/item-variation-theme.d.ts +4 -4
  103. package/dist/types/api-model/models/item-vendor-details-by-marketplace.d.ts +8 -8
  104. package/dist/types/api-model/models/item-vendor-details-category.d.ts +4 -4
  105. package/dist/types/api-model/models/item.d.ts +10 -10
  106. package/dist/types/api-model/models/model-error.d.ts +1 -1
  107. package/dist/types/api-model/models/pagination.d.ts +4 -4
  108. package/dist/types/api-model/models/refinements.d.ts +4 -4
  109. package/dist/types/client.d.ts +2 -2
  110. package/package.json +5 -5
  111. package/dist/types/api-model/api/catalog-api.d.ts +0 -285
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Catalog Items
5
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
5
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-04-01
8
8
  *
package/dist/es/client.js CHANGED
@@ -1,22 +1,22 @@
1
1
  import { createAxiosInstance } from '@sp-api-sdk/common';
2
- import { CatalogApi, Configuration } from './api-model';
2
+ import { CatalogItemsApi, Configuration } from './api-model';
3
3
  export const clientRateLimits = [
4
4
  {
5
5
  method: 'get',
6
6
  // eslint-disable-next-line prefer-regex-literals
7
7
  urlRegex: new RegExp('^/catalog/2022-04-01/items$'),
8
- rate: 2,
9
- burst: 2,
8
+ rate: 5,
9
+ burst: 5,
10
10
  },
11
11
  {
12
12
  method: 'get',
13
13
  // eslint-disable-next-line prefer-regex-literals
14
14
  urlRegex: new RegExp('^/catalog/2022-04-01/items/[^/]*$'),
15
- rate: 2,
16
- burst: 2,
15
+ rate: 5,
16
+ burst: 5,
17
17
  },
18
18
  ];
19
- export class CatalogItemsApiClient extends CatalogApi {
19
+ export class CatalogItemsApiClient extends CatalogItemsApi {
20
20
  constructor(configuration) {
21
21
  const { axios, endpoint } = createAxiosInstance(configuration, clientRateLimits);
22
22
  super(new Configuration(), endpoint, axios);
@@ -0,0 +1,285 @@
1
+ /**
2
+ * Selling Partner API for Catalog Items
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
+ *
5
+ * The version of the OpenAPI document: 2022-04-01
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Configuration } from '../configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import globalAxios from 'axios';
15
+ import { type RequestArgs, BaseAPI } from '../base';
16
+ import type { Item } from '../models';
17
+ import type { ItemSearchResults } from '../models';
18
+ /**
19
+ * CatalogItemsApi - axios parameter creator
20
+ * @export
21
+ */
22
+ export declare const CatalogItemsApiAxiosParamCreator: (configuration?: Configuration) => {
23
+ /**
24
+ * Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
25
+ * @param {string} asin The Amazon Standard Identification Number (ASIN) of the item.
26
+ * @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
27
+ * @param {Array<GetCatalogItemIncludedDataEnum>} [includedData] A comma-delimited list of datasets to include in the response.
28
+ * @param {string} [locale] The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
29
+ * @param {*} [options] Override http request option.
30
+ * @throws {RequiredError}
31
+ */
32
+ getCatalogItem: (asin: string, marketplaceIds: Array<string>, includedData?: Array<GetCatalogItemIncludedDataEnum>, locale?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33
+ /**
34
+ * Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
35
+ * @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
36
+ * @param {Array<string>} [identifiers] A comma-delimited list of product identifiers that you can use to search the Amazon catalog. **Note:** You cannot include &#x60;identifiers&#x60; and &#x60;keywords&#x60; in the same request.
37
+ * @param {SearchCatalogItemsIdentifiersTypeEnum} [identifiersType] The type of product identifiers that you can use to search the Amazon catalog. **Note:** &#x60;identifiersType&#x60; is required when &#x60;identifiers&#x60; is in the request.
38
+ * @param {Array<SearchCatalogItemsIncludedDataEnum>} [includedData] A comma-delimited list of datasets to include in the response.
39
+ * @param {string} [locale] The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
40
+ * @param {string} [sellerId] A selling partner identifier, such as a seller account or vendor code. **Note:** Required when &#x60;identifiersType&#x60; is &#x60;SKU&#x60;.
41
+ * @param {Array<string>} [keywords] A comma-delimited list of keywords that you can use to search the Amazon catalog. **Note:** You cannot include &#x60;keywords&#x60; and &#x60;identifiers&#x60; in the same request.
42
+ * @param {Array<string>} [brandNames] A comma-delimited list of brand names that you can use to limit the search in queries based on &#x60;keywords&#x60;. **Note:** Cannot be used with &#x60;identifiers&#x60;.
43
+ * @param {Array<string>} [classificationIds] A comma-delimited list of classification identifiers that you can use to limit the search in queries based on &#x60;keywords&#x60;. **Note:** Cannot be used with &#x60;identifiers&#x60;.
44
+ * @param {number} [pageSize] The number of results to include on each page.
45
+ * @param {string} [pageToken] A token that you can use to fetch a specific page when there are multiple pages of results.
46
+ * @param {string} [keywordsLocale] The language of the keywords that are included in queries based on &#x60;keywords&#x60;. Defaults to the primary locale of the marketplace. **Note:** Cannot be used with &#x60;identifiers&#x60;.
47
+ * @param {*} [options] Override http request option.
48
+ * @throws {RequiredError}
49
+ */
50
+ searchCatalogItems: (marketplaceIds: Array<string>, identifiers?: Array<string>, identifiersType?: SearchCatalogItemsIdentifiersTypeEnum, includedData?: Array<SearchCatalogItemsIncludedDataEnum>, locale?: string, sellerId?: string, keywords?: Array<string>, brandNames?: Array<string>, classificationIds?: Array<string>, pageSize?: number, pageToken?: string, keywordsLocale?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
51
+ };
52
+ /**
53
+ * CatalogItemsApi - functional programming interface
54
+ * @export
55
+ */
56
+ export declare const CatalogItemsApiFp: (configuration?: Configuration) => {
57
+ /**
58
+ * Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
59
+ * @param {string} asin The Amazon Standard Identification Number (ASIN) of the item.
60
+ * @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
61
+ * @param {Array<GetCatalogItemIncludedDataEnum>} [includedData] A comma-delimited list of datasets to include in the response.
62
+ * @param {string} [locale] The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
63
+ * @param {*} [options] Override http request option.
64
+ * @throws {RequiredError}
65
+ */
66
+ getCatalogItem(asin: string, marketplaceIds: Array<string>, includedData?: Array<GetCatalogItemIncludedDataEnum>, locale?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Item>>;
67
+ /**
68
+ * Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
69
+ * @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
70
+ * @param {Array<string>} [identifiers] A comma-delimited list of product identifiers that you can use to search the Amazon catalog. **Note:** You cannot include &#x60;identifiers&#x60; and &#x60;keywords&#x60; in the same request.
71
+ * @param {SearchCatalogItemsIdentifiersTypeEnum} [identifiersType] The type of product identifiers that you can use to search the Amazon catalog. **Note:** &#x60;identifiersType&#x60; is required when &#x60;identifiers&#x60; is in the request.
72
+ * @param {Array<SearchCatalogItemsIncludedDataEnum>} [includedData] A comma-delimited list of datasets to include in the response.
73
+ * @param {string} [locale] The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
74
+ * @param {string} [sellerId] A selling partner identifier, such as a seller account or vendor code. **Note:** Required when &#x60;identifiersType&#x60; is &#x60;SKU&#x60;.
75
+ * @param {Array<string>} [keywords] A comma-delimited list of keywords that you can use to search the Amazon catalog. **Note:** You cannot include &#x60;keywords&#x60; and &#x60;identifiers&#x60; in the same request.
76
+ * @param {Array<string>} [brandNames] A comma-delimited list of brand names that you can use to limit the search in queries based on &#x60;keywords&#x60;. **Note:** Cannot be used with &#x60;identifiers&#x60;.
77
+ * @param {Array<string>} [classificationIds] A comma-delimited list of classification identifiers that you can use to limit the search in queries based on &#x60;keywords&#x60;. **Note:** Cannot be used with &#x60;identifiers&#x60;.
78
+ * @param {number} [pageSize] The number of results to include on each page.
79
+ * @param {string} [pageToken] A token that you can use to fetch a specific page when there are multiple pages of results.
80
+ * @param {string} [keywordsLocale] The language of the keywords that are included in queries based on &#x60;keywords&#x60;. Defaults to the primary locale of the marketplace. **Note:** Cannot be used with &#x60;identifiers&#x60;.
81
+ * @param {*} [options] Override http request option.
82
+ * @throws {RequiredError}
83
+ */
84
+ searchCatalogItems(marketplaceIds: Array<string>, identifiers?: Array<string>, identifiersType?: SearchCatalogItemsIdentifiersTypeEnum, includedData?: Array<SearchCatalogItemsIncludedDataEnum>, locale?: string, sellerId?: string, keywords?: Array<string>, brandNames?: Array<string>, classificationIds?: Array<string>, pageSize?: number, pageToken?: string, keywordsLocale?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ItemSearchResults>>;
85
+ };
86
+ /**
87
+ * CatalogItemsApi - factory interface
88
+ * @export
89
+ */
90
+ export declare const CatalogItemsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
91
+ /**
92
+ * Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
93
+ * @param {CatalogItemsApiGetCatalogItemRequest} requestParameters Request parameters.
94
+ * @param {*} [options] Override http request option.
95
+ * @throws {RequiredError}
96
+ */
97
+ getCatalogItem(requestParameters: CatalogItemsApiGetCatalogItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<Item>;
98
+ /**
99
+ * Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
100
+ * @param {CatalogItemsApiSearchCatalogItemsRequest} requestParameters Request parameters.
101
+ * @param {*} [options] Override http request option.
102
+ * @throws {RequiredError}
103
+ */
104
+ searchCatalogItems(requestParameters: CatalogItemsApiSearchCatalogItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ItemSearchResults>;
105
+ };
106
+ /**
107
+ * Request parameters for getCatalogItem operation in CatalogItemsApi.
108
+ * @export
109
+ * @interface CatalogItemsApiGetCatalogItemRequest
110
+ */
111
+ export interface CatalogItemsApiGetCatalogItemRequest {
112
+ /**
113
+ * The Amazon Standard Identification Number (ASIN) of the item.
114
+ * @type {string}
115
+ * @memberof CatalogItemsApiGetCatalogItem
116
+ */
117
+ readonly asin: string;
118
+ /**
119
+ * A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
120
+ * @type {Array<string>}
121
+ * @memberof CatalogItemsApiGetCatalogItem
122
+ */
123
+ readonly marketplaceIds: Array<string>;
124
+ /**
125
+ * A comma-delimited list of datasets to include in the response.
126
+ * @type {Array<'attributes' | 'classifications' | 'dimensions' | 'identifiers' | 'images' | 'productTypes' | 'relationships' | 'salesRanks' | 'summaries' | 'vendorDetails'>}
127
+ * @memberof CatalogItemsApiGetCatalogItem
128
+ */
129
+ readonly includedData?: Array<GetCatalogItemIncludedDataEnum>;
130
+ /**
131
+ * The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
132
+ * @type {string}
133
+ * @memberof CatalogItemsApiGetCatalogItem
134
+ */
135
+ readonly locale?: string;
136
+ }
137
+ /**
138
+ * Request parameters for searchCatalogItems operation in CatalogItemsApi.
139
+ * @export
140
+ * @interface CatalogItemsApiSearchCatalogItemsRequest
141
+ */
142
+ export interface CatalogItemsApiSearchCatalogItemsRequest {
143
+ /**
144
+ * A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
145
+ * @type {Array<string>}
146
+ * @memberof CatalogItemsApiSearchCatalogItems
147
+ */
148
+ readonly marketplaceIds: Array<string>;
149
+ /**
150
+ * A comma-delimited list of product identifiers that you can use to search the Amazon catalog. **Note:** You cannot include &#x60;identifiers&#x60; and &#x60;keywords&#x60; in the same request.
151
+ * @type {Array<string>}
152
+ * @memberof CatalogItemsApiSearchCatalogItems
153
+ */
154
+ readonly identifiers?: Array<string>;
155
+ /**
156
+ * The type of product identifiers that you can use to search the Amazon catalog. **Note:** &#x60;identifiersType&#x60; is required when &#x60;identifiers&#x60; is in the request.
157
+ * @type {'ASIN' | 'EAN' | 'GTIN' | 'ISBN' | 'JAN' | 'MINSAN' | 'SKU' | 'UPC'}
158
+ * @memberof CatalogItemsApiSearchCatalogItems
159
+ */
160
+ readonly identifiersType?: SearchCatalogItemsIdentifiersTypeEnum;
161
+ /**
162
+ * A comma-delimited list of datasets to include in the response.
163
+ * @type {Array<'attributes' | 'classifications' | 'dimensions' | 'identifiers' | 'images' | 'productTypes' | 'relationships' | 'salesRanks' | 'summaries' | 'vendorDetails'>}
164
+ * @memberof CatalogItemsApiSearchCatalogItems
165
+ */
166
+ readonly includedData?: Array<SearchCatalogItemsIncludedDataEnum>;
167
+ /**
168
+ * The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
169
+ * @type {string}
170
+ * @memberof CatalogItemsApiSearchCatalogItems
171
+ */
172
+ readonly locale?: string;
173
+ /**
174
+ * A selling partner identifier, such as a seller account or vendor code. **Note:** Required when &#x60;identifiersType&#x60; is &#x60;SKU&#x60;.
175
+ * @type {string}
176
+ * @memberof CatalogItemsApiSearchCatalogItems
177
+ */
178
+ readonly sellerId?: string;
179
+ /**
180
+ * A comma-delimited list of keywords that you can use to search the Amazon catalog. **Note:** You cannot include &#x60;keywords&#x60; and &#x60;identifiers&#x60; in the same request.
181
+ * @type {Array<string>}
182
+ * @memberof CatalogItemsApiSearchCatalogItems
183
+ */
184
+ readonly keywords?: Array<string>;
185
+ /**
186
+ * A comma-delimited list of brand names that you can use to limit the search in queries based on &#x60;keywords&#x60;. **Note:** Cannot be used with &#x60;identifiers&#x60;.
187
+ * @type {Array<string>}
188
+ * @memberof CatalogItemsApiSearchCatalogItems
189
+ */
190
+ readonly brandNames?: Array<string>;
191
+ /**
192
+ * A comma-delimited list of classification identifiers that you can use to limit the search in queries based on &#x60;keywords&#x60;. **Note:** Cannot be used with &#x60;identifiers&#x60;.
193
+ * @type {Array<string>}
194
+ * @memberof CatalogItemsApiSearchCatalogItems
195
+ */
196
+ readonly classificationIds?: Array<string>;
197
+ /**
198
+ * The number of results to include on each page.
199
+ * @type {number}
200
+ * @memberof CatalogItemsApiSearchCatalogItems
201
+ */
202
+ readonly pageSize?: number;
203
+ /**
204
+ * A token that you can use to fetch a specific page when there are multiple pages of results.
205
+ * @type {string}
206
+ * @memberof CatalogItemsApiSearchCatalogItems
207
+ */
208
+ readonly pageToken?: string;
209
+ /**
210
+ * The language of the keywords that are included in queries based on &#x60;keywords&#x60;. Defaults to the primary locale of the marketplace. **Note:** Cannot be used with &#x60;identifiers&#x60;.
211
+ * @type {string}
212
+ * @memberof CatalogItemsApiSearchCatalogItems
213
+ */
214
+ readonly keywordsLocale?: string;
215
+ }
216
+ /**
217
+ * CatalogItemsApi - object-oriented interface
218
+ * @export
219
+ * @class CatalogItemsApi
220
+ * @extends {BaseAPI}
221
+ */
222
+ export declare class CatalogItemsApi extends BaseAPI {
223
+ /**
224
+ * Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
225
+ * @param {CatalogItemsApiGetCatalogItemRequest} requestParameters Request parameters.
226
+ * @param {*} [options] Override http request option.
227
+ * @throws {RequiredError}
228
+ * @memberof CatalogItemsApi
229
+ */
230
+ getCatalogItem(requestParameters: CatalogItemsApiGetCatalogItemRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<Item, any>>;
231
+ /**
232
+ * Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
233
+ * @param {CatalogItemsApiSearchCatalogItemsRequest} requestParameters Request parameters.
234
+ * @param {*} [options] Override http request option.
235
+ * @throws {RequiredError}
236
+ * @memberof CatalogItemsApi
237
+ */
238
+ searchCatalogItems(requestParameters: CatalogItemsApiSearchCatalogItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ItemSearchResults, any>>;
239
+ }
240
+ /**
241
+ * @export
242
+ */
243
+ export declare const GetCatalogItemIncludedDataEnum: {
244
+ readonly Attributes: "attributes";
245
+ readonly Classifications: "classifications";
246
+ readonly Dimensions: "dimensions";
247
+ readonly Identifiers: "identifiers";
248
+ readonly Images: "images";
249
+ readonly ProductTypes: "productTypes";
250
+ readonly Relationships: "relationships";
251
+ readonly SalesRanks: "salesRanks";
252
+ readonly Summaries: "summaries";
253
+ readonly VendorDetails: "vendorDetails";
254
+ };
255
+ export type GetCatalogItemIncludedDataEnum = typeof GetCatalogItemIncludedDataEnum[keyof typeof GetCatalogItemIncludedDataEnum];
256
+ /**
257
+ * @export
258
+ */
259
+ export declare const SearchCatalogItemsIdentifiersTypeEnum: {
260
+ readonly Asin: "ASIN";
261
+ readonly Ean: "EAN";
262
+ readonly Gtin: "GTIN";
263
+ readonly Isbn: "ISBN";
264
+ readonly Jan: "JAN";
265
+ readonly Minsan: "MINSAN";
266
+ readonly Sku: "SKU";
267
+ readonly Upc: "UPC";
268
+ };
269
+ export type SearchCatalogItemsIdentifiersTypeEnum = typeof SearchCatalogItemsIdentifiersTypeEnum[keyof typeof SearchCatalogItemsIdentifiersTypeEnum];
270
+ /**
271
+ * @export
272
+ */
273
+ export declare const SearchCatalogItemsIncludedDataEnum: {
274
+ readonly Attributes: "attributes";
275
+ readonly Classifications: "classifications";
276
+ readonly Dimensions: "dimensions";
277
+ readonly Identifiers: "identifiers";
278
+ readonly Images: "images";
279
+ readonly ProductTypes: "productTypes";
280
+ readonly Relationships: "relationships";
281
+ readonly SalesRanks: "salesRanks";
282
+ readonly Summaries: "summaries";
283
+ readonly VendorDetails: "vendorDetails";
284
+ };
285
+ export type SearchCatalogItemsIncludedDataEnum = typeof SearchCatalogItemsIncludedDataEnum[keyof typeof SearchCatalogItemsIncludedDataEnum];
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -9,4 +9,4 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export * from './api/catalog-api';
12
+ export * from './api/catalog-items-api';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -10,19 +10,19 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Description of a brand that can be used to get more fine-grained search results.
13
+ * A brand that you can use to refine your search.
14
14
  * @export
15
15
  * @interface BrandRefinement
16
16
  */
17
17
  export interface BrandRefinement {
18
18
  /**
19
- * The estimated number of results that would still be returned if refinement key applied.
19
+ * The estimated number of results that would be returned if you refine your search by the specified `brandName`.
20
20
  * @type {number}
21
21
  * @memberof BrandRefinement
22
22
  */
23
23
  'numberOfResults': number;
24
24
  /**
25
- * Brand name. For display and can be used as a search refinement.
25
+ * The brand name that you can use to refine your search.
26
26
  * @type {string}
27
27
  * @memberof BrandRefinement
28
28
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -10,13 +10,13 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Description of a classification that can be used to get more fine-grained search results.
13
+ * A classification that you can use to refine your search.
14
14
  * @export
15
15
  * @interface ClassificationRefinement
16
16
  */
17
17
  export interface ClassificationRefinement {
18
18
  /**
19
- * The estimated number of results that would still be returned if refinement key applied.
19
+ * The estimated number of results that would be returned if you refine your search by the specified `classificationId`.
20
20
  * @type {number}
21
21
  * @memberof ClassificationRefinement
22
22
  */
@@ -28,7 +28,7 @@ export interface ClassificationRefinement {
28
28
  */
29
29
  'displayName': string;
30
30
  /**
31
- * Identifier for the classification that can be used for search refinement purposes.
31
+ * The identifier of the classification that you can use to refine your search.
32
32
  * @type {string}
33
33
  * @memberof ClassificationRefinement
34
34
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -10,19 +10,19 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Individual dimension value of an Amazon catalog item or item package.
13
+ * The value of an individual dimension for an Amazon catalog item or item package.
14
14
  * @export
15
15
  * @interface Dimension
16
16
  */
17
17
  export interface Dimension {
18
18
  /**
19
- * Measurement unit of the dimension value.
19
+ * Unit of measurement for the dimension value.
20
20
  * @type {string}
21
21
  * @memberof Dimension
22
22
  */
23
23
  'unit'?: string;
24
24
  /**
25
- * Numeric dimension value.
25
+ * Numeric value of the dimension.
26
26
  * @type {number}
27
27
  * @memberof Dimension
28
28
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
3
+ * Use the Selling Partner API for Catalog Items to retrieve information about items in the Amazon catalog. For more information, refer to the [Catalog Items API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/:catalog-items-api-v2022-04-01-use-case-guide).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-04-01
6
6
  *
@@ -10,19 +10,19 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Classification (browse node) associated with an Amazon catalog item.
13
+ * Classification (browse node) for an Amazon catalog item.
14
14
  * @export
15
15
  * @interface ItemBrowseClassification
16
16
  */
17
17
  export interface ItemBrowseClassification {
18
18
  /**
19
- * Display name for the classification (browse node).
19
+ * Display name for the classification.
20
20
  * @type {string}
21
21
  * @memberof ItemBrowseClassification
22
22
  */
23
23
  'displayName': string;
24
24
  /**
25
- * Identifier of the classification (browse node identifier).
25
+ * Identifier of the classification.
26
26
  * @type {string}
27
27
  * @memberof ItemBrowseClassification
28
28
  */