@sp-api-sdk/catalog-items-api-2022-04-01 1.1.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 (108) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +108 -0
  3. package/dist/cjs/index.js +5 -0
  4. package/dist/cjs/src/api-model/api/catalog-api.js +263 -0
  5. package/dist/cjs/src/api-model/api.js +17 -0
  6. package/dist/cjs/src/api-model/base.js +62 -0
  7. package/dist/cjs/src/api-model/common.js +137 -0
  8. package/dist/cjs/src/api-model/configuration.js +42 -0
  9. package/dist/cjs/src/api-model/index.js +19 -0
  10. package/dist/cjs/src/api-model/models/brand-refinement.js +15 -0
  11. package/dist/cjs/src/api-model/models/classification-refinement.js +15 -0
  12. package/dist/cjs/src/api-model/models/error-list.js +15 -0
  13. package/dist/cjs/src/api-model/models/index.js +29 -0
  14. package/dist/cjs/src/api-model/models/item-browse-classification.js +15 -0
  15. package/dist/cjs/src/api-model/models/item-classification-sales-rank.js +15 -0
  16. package/dist/cjs/src/api-model/models/item-dimension.js +15 -0
  17. package/dist/cjs/src/api-model/models/item-dimensions-by-marketplace.js +15 -0
  18. package/dist/cjs/src/api-model/models/item-dimensions.js +15 -0
  19. package/dist/cjs/src/api-model/models/item-display-group-sales-rank.js +15 -0
  20. package/dist/cjs/src/api-model/models/item-identifier.js +15 -0
  21. package/dist/cjs/src/api-model/models/item-identifiers-by-marketplace.js +15 -0
  22. package/dist/cjs/src/api-model/models/item-image.js +33 -0
  23. package/dist/cjs/src/api-model/models/item-images-by-marketplace.js +15 -0
  24. package/dist/cjs/src/api-model/models/item-product-type-by-marketplace.js +15 -0
  25. package/dist/cjs/src/api-model/models/item-relationship.js +25 -0
  26. package/dist/cjs/src/api-model/models/item-relationships-by-marketplace.js +15 -0
  27. package/dist/cjs/src/api-model/models/item-sales-ranks-by-marketplace.js +15 -0
  28. package/dist/cjs/src/api-model/models/item-search-results.js +15 -0
  29. package/dist/cjs/src/api-model/models/item-summary-by-marketplace.js +27 -0
  30. package/dist/cjs/src/api-model/models/item-variation-theme.js +15 -0
  31. package/dist/cjs/src/api-model/models/item-vendor-details-by-marketplace.js +33 -0
  32. package/dist/cjs/src/api-model/models/item-vendor-details-category.js +15 -0
  33. package/dist/cjs/src/api-model/models/item.js +15 -0
  34. package/dist/cjs/src/api-model/models/model-error.js +15 -0
  35. package/dist/cjs/src/api-model/models/pagination.js +15 -0
  36. package/dist/cjs/src/api-model/models/refinements.js +15 -0
  37. package/dist/cjs/src/client.js +28 -0
  38. package/dist/es/index.js +2 -0
  39. package/dist/es/src/api-model/api/catalog-api.js +255 -0
  40. package/dist/es/src/api-model/api.js +14 -0
  41. package/dist/es/src/api-model/base.js +56 -0
  42. package/dist/es/src/api-model/common.js +125 -0
  43. package/dist/es/src/api-model/configuration.js +38 -0
  44. package/dist/es/src/api-model/index.js +16 -0
  45. package/dist/es/src/api-model/models/brand-refinement.js +14 -0
  46. package/dist/es/src/api-model/models/classification-refinement.js +14 -0
  47. package/dist/es/src/api-model/models/error-list.js +14 -0
  48. package/dist/es/src/api-model/models/index.js +26 -0
  49. package/dist/es/src/api-model/models/item-browse-classification.js +14 -0
  50. package/dist/es/src/api-model/models/item-classification-sales-rank.js +14 -0
  51. package/dist/es/src/api-model/models/item-dimension.js +14 -0
  52. package/dist/es/src/api-model/models/item-dimensions-by-marketplace.js +14 -0
  53. package/dist/es/src/api-model/models/item-dimensions.js +14 -0
  54. package/dist/es/src/api-model/models/item-display-group-sales-rank.js +14 -0
  55. package/dist/es/src/api-model/models/item-identifier.js +14 -0
  56. package/dist/es/src/api-model/models/item-identifiers-by-marketplace.js +14 -0
  57. package/dist/es/src/api-model/models/item-image.js +30 -0
  58. package/dist/es/src/api-model/models/item-images-by-marketplace.js +14 -0
  59. package/dist/es/src/api-model/models/item-product-type-by-marketplace.js +14 -0
  60. package/dist/es/src/api-model/models/item-relationship.js +22 -0
  61. package/dist/es/src/api-model/models/item-relationships-by-marketplace.js +14 -0
  62. package/dist/es/src/api-model/models/item-sales-ranks-by-marketplace.js +14 -0
  63. package/dist/es/src/api-model/models/item-search-results.js +14 -0
  64. package/dist/es/src/api-model/models/item-summary-by-marketplace.js +24 -0
  65. package/dist/es/src/api-model/models/item-variation-theme.js +14 -0
  66. package/dist/es/src/api-model/models/item-vendor-details-by-marketplace.js +30 -0
  67. package/dist/es/src/api-model/models/item-vendor-details-category.js +14 -0
  68. package/dist/es/src/api-model/models/item.js +14 -0
  69. package/dist/es/src/api-model/models/model-error.js +14 -0
  70. package/dist/es/src/api-model/models/pagination.js +14 -0
  71. package/dist/es/src/api-model/models/refinements.js +14 -0
  72. package/dist/es/src/client.js +24 -0
  73. package/dist/types/index.d.ts +2 -0
  74. package/dist/types/src/api-model/api/catalog-api.d.ts +252 -0
  75. package/dist/types/src/api-model/api.d.ts +12 -0
  76. package/dist/types/src/api-model/base.d.ts +55 -0
  77. package/dist/types/src/api-model/common.d.ts +65 -0
  78. package/dist/types/src/api-model/configuration.d.ts +83 -0
  79. package/dist/types/src/api-model/index.d.ts +14 -0
  80. package/dist/types/src/api-model/models/brand-refinement.d.ts +30 -0
  81. package/dist/types/src/api-model/models/classification-refinement.d.ts +36 -0
  82. package/dist/types/src/api-model/models/error-list.d.ts +24 -0
  83. package/dist/types/src/api-model/models/index.d.ts +26 -0
  84. package/dist/types/src/api-model/models/item-browse-classification.d.ts +30 -0
  85. package/dist/types/src/api-model/models/item-classification-sales-rank.d.ts +42 -0
  86. package/dist/types/src/api-model/models/item-dimension.d.ts +30 -0
  87. package/dist/types/src/api-model/models/item-dimensions-by-marketplace.d.ts +37 -0
  88. package/dist/types/src/api-model/models/item-dimensions.d.ts +43 -0
  89. package/dist/types/src/api-model/models/item-display-group-sales-rank.d.ts +42 -0
  90. package/dist/types/src/api-model/models/item-identifier.d.ts +30 -0
  91. package/dist/types/src/api-model/models/item-identifiers-by-marketplace.d.ts +31 -0
  92. package/dist/types/src/api-model/models/item-image.d.ts +58 -0
  93. package/dist/types/src/api-model/models/item-images-by-marketplace.d.ts +31 -0
  94. package/dist/types/src/api-model/models/item-product-type-by-marketplace.d.ts +30 -0
  95. package/dist/types/src/api-model/models/item-relationship.d.ts +51 -0
  96. package/dist/types/src/api-model/models/item-relationships-by-marketplace.d.ts +31 -0
  97. package/dist/types/src/api-model/models/item-sales-ranks-by-marketplace.d.ts +38 -0
  98. package/dist/types/src/api-model/models/item-search-results.d.ts +45 -0
  99. package/dist/types/src/api-model/models/item-summary-by-marketplace.d.ts +107 -0
  100. package/dist/types/src/api-model/models/item-variation-theme.d.ts +30 -0
  101. package/dist/types/src/api-model/models/item-vendor-details-by-marketplace.d.ts +83 -0
  102. package/dist/types/src/api-model/models/item-vendor-details-category.d.ts +30 -0
  103. package/dist/types/src/api-model/models/item.d.ts +86 -0
  104. package/dist/types/src/api-model/models/model-error.d.ts +36 -0
  105. package/dist/types/src/api-model/models/pagination.d.ts +30 -0
  106. package/dist/types/src/api-model/models/refinements.d.ts +32 -0
  107. package/dist/types/src/client.d.ts +6 -0
  108. package/package.json +54 -0
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,30 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ * @enum {string}
17
+ */
18
+ export var ItemImageVariantEnum;
19
+ (function (ItemImageVariantEnum) {
20
+ ItemImageVariantEnum["Main"] = "MAIN";
21
+ ItemImageVariantEnum["Pt01"] = "PT01";
22
+ ItemImageVariantEnum["Pt02"] = "PT02";
23
+ ItemImageVariantEnum["Pt03"] = "PT03";
24
+ ItemImageVariantEnum["Pt04"] = "PT04";
25
+ ItemImageVariantEnum["Pt05"] = "PT05";
26
+ ItemImageVariantEnum["Pt06"] = "PT06";
27
+ ItemImageVariantEnum["Pt07"] = "PT07";
28
+ ItemImageVariantEnum["Pt08"] = "PT08";
29
+ ItemImageVariantEnum["Swch"] = "SWCH";
30
+ })(ItemImageVariantEnum || (ItemImageVariantEnum = {}));
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ * @enum {string}
17
+ */
18
+ export var ItemRelationshipTypeEnum;
19
+ (function (ItemRelationshipTypeEnum) {
20
+ ItemRelationshipTypeEnum["Variation"] = "VARIATION";
21
+ ItemRelationshipTypeEnum["PackageHierarchy"] = "PACKAGE_HIERARCHY";
22
+ })(ItemRelationshipTypeEnum || (ItemRelationshipTypeEnum = {}));
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,24 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ * @enum {string}
17
+ */
18
+ export var ItemSummaryByMarketplaceItemClassificationEnum;
19
+ (function (ItemSummaryByMarketplaceItemClassificationEnum) {
20
+ ItemSummaryByMarketplaceItemClassificationEnum["BaseProduct"] = "BASE_PRODUCT";
21
+ ItemSummaryByMarketplaceItemClassificationEnum["Other"] = "OTHER";
22
+ ItemSummaryByMarketplaceItemClassificationEnum["ProductBundle"] = "PRODUCT_BUNDLE";
23
+ ItemSummaryByMarketplaceItemClassificationEnum["VariationParent"] = "VARIATION_PARENT";
24
+ })(ItemSummaryByMarketplaceItemClassificationEnum || (ItemSummaryByMarketplaceItemClassificationEnum = {}));
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,30 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ * @enum {string}
17
+ */
18
+ export var ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum;
19
+ (function (ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum) {
20
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["Allocated"] = "ALLOCATED";
21
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["BasicReplenishment"] = "BASIC_REPLENISHMENT";
22
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["InSeason"] = "IN_SEASON";
23
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["LimitedReplenishment"] = "LIMITED_REPLENISHMENT";
24
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["ManufacturerOutOfStock"] = "MANUFACTURER_OUT_OF_STOCK";
25
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["NewProduct"] = "NEW_PRODUCT";
26
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["NonReplenishable"] = "NON_REPLENISHABLE";
27
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["NonStockupable"] = "NON_STOCKUPABLE";
28
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["Obsolete"] = "OBSOLETE";
29
+ ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum["PlannedReplenishment"] = "PLANNED_REPLENISHMENT";
30
+ })(ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum || (ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum = {}));
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
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).
6
+ *
7
+ * The version of the OpenAPI document: 2022-04-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,24 @@
1
+ import { createAxiosInstance } from '@sp-api-sdk/common';
2
+ import { Configuration, CatalogApi } from './api-model';
3
+ export const clientRateLimits = [
4
+ {
5
+ method: 'get',
6
+ // eslint-disable-next-line prefer-regex-literals
7
+ urlRegex: new RegExp('^/catalog/2022-04-01/items$'),
8
+ rate: 5,
9
+ burst: 5,
10
+ },
11
+ {
12
+ method: 'get',
13
+ // eslint-disable-next-line prefer-regex-literals
14
+ urlRegex: new RegExp('^/catalog/2022-04-01/items/[^/]*$'),
15
+ rate: 5,
16
+ burst: 5,
17
+ },
18
+ ];
19
+ export class CatalogItemsApiClient extends CatalogApi {
20
+ constructor(configuration) {
21
+ const { axios, endpoint } = createAxiosInstance(configuration, clientRateLimits);
22
+ super(new Configuration(), endpoint, axios);
23
+ }
24
+ }
@@ -0,0 +1,2 @@
1
+ export * from './src/client';
2
+ export * from './src/api-model/models';