@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,42 @@
1
+ /**
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).
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
+ /**
13
+ * Sales rank of an Amazon catalog item by classification.
14
+ * @export
15
+ * @interface ItemClassificationSalesRank
16
+ */
17
+ export interface ItemClassificationSalesRank {
18
+ /**
19
+ * Identifier of the classification associated with the sales rank.
20
+ * @type {string}
21
+ * @memberof ItemClassificationSalesRank
22
+ */
23
+ classificationId: string;
24
+ /**
25
+ * Title, or name, of the sales rank.
26
+ * @type {string}
27
+ * @memberof ItemClassificationSalesRank
28
+ */
29
+ title: string;
30
+ /**
31
+ * Corresponding Amazon retail website link, or URL, for the sales rank.
32
+ * @type {string}
33
+ * @memberof ItemClassificationSalesRank
34
+ */
35
+ link?: string;
36
+ /**
37
+ * Sales rank value.
38
+ * @type {number}
39
+ * @memberof ItemClassificationSalesRank
40
+ */
41
+ rank: number;
42
+ }
@@ -0,0 +1,30 @@
1
+ /**
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).
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
+ /**
13
+ * Individual dimension value of an Amazon catalog item or item package.
14
+ * @export
15
+ * @interface ItemDimension
16
+ */
17
+ export interface ItemDimension {
18
+ /**
19
+ * Measurement unit of the dimension value.
20
+ * @type {string}
21
+ * @memberof ItemDimension
22
+ */
23
+ unit?: string;
24
+ /**
25
+ * Numeric dimension value.
26
+ * @type {number}
27
+ * @memberof ItemDimension
28
+ */
29
+ value?: number;
30
+ }
@@ -0,0 +1,37 @@
1
+ /**
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).
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 { ItemDimensions } from './item-dimensions';
13
+ /**
14
+ * Dimensions associated with the item in the Amazon catalog for the indicated Amazon marketplace.
15
+ * @export
16
+ * @interface ItemDimensionsByMarketplace
17
+ */
18
+ export interface ItemDimensionsByMarketplace {
19
+ /**
20
+ * Amazon marketplace identifier.
21
+ * @type {string}
22
+ * @memberof ItemDimensionsByMarketplace
23
+ */
24
+ marketplaceId: string;
25
+ /**
26
+ *
27
+ * @type {ItemDimensions}
28
+ * @memberof ItemDimensionsByMarketplace
29
+ */
30
+ item?: ItemDimensions;
31
+ /**
32
+ *
33
+ * @type {ItemDimensions}
34
+ * @memberof ItemDimensionsByMarketplace
35
+ */
36
+ _package?: ItemDimensions;
37
+ }
@@ -0,0 +1,43 @@
1
+ /**
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).
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 { ItemDimension } from './item-dimension';
13
+ /**
14
+ * Dimensions of an Amazon catalog item or item in its packaging.
15
+ * @export
16
+ * @interface ItemDimensions
17
+ */
18
+ export interface ItemDimensions {
19
+ /**
20
+ *
21
+ * @type {ItemDimension}
22
+ * @memberof ItemDimensions
23
+ */
24
+ height?: ItemDimension;
25
+ /**
26
+ *
27
+ * @type {ItemDimension}
28
+ * @memberof ItemDimensions
29
+ */
30
+ length?: ItemDimension;
31
+ /**
32
+ *
33
+ * @type {ItemDimension}
34
+ * @memberof ItemDimensions
35
+ */
36
+ weight?: ItemDimension;
37
+ /**
38
+ *
39
+ * @type {ItemDimension}
40
+ * @memberof ItemDimensions
41
+ */
42
+ width?: ItemDimension;
43
+ }
@@ -0,0 +1,42 @@
1
+ /**
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).
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
+ /**
13
+ * Sales rank of an Amazon catalog item by website display group.
14
+ * @export
15
+ * @interface ItemDisplayGroupSalesRank
16
+ */
17
+ export interface ItemDisplayGroupSalesRank {
18
+ /**
19
+ * Name of the website display group associated with the sales rank
20
+ * @type {string}
21
+ * @memberof ItemDisplayGroupSalesRank
22
+ */
23
+ websiteDisplayGroup: string;
24
+ /**
25
+ * Title, or name, of the sales rank.
26
+ * @type {string}
27
+ * @memberof ItemDisplayGroupSalesRank
28
+ */
29
+ title: string;
30
+ /**
31
+ * Corresponding Amazon retail website link, or URL, for the sales rank.
32
+ * @type {string}
33
+ * @memberof ItemDisplayGroupSalesRank
34
+ */
35
+ link?: string;
36
+ /**
37
+ * Sales rank value.
38
+ * @type {number}
39
+ * @memberof ItemDisplayGroupSalesRank
40
+ */
41
+ rank: number;
42
+ }
@@ -0,0 +1,30 @@
1
+ /**
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).
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
+ /**
13
+ * Identifier associated with the item in the Amazon catalog, such as a UPC or EAN identifier.
14
+ * @export
15
+ * @interface ItemIdentifier
16
+ */
17
+ export interface ItemIdentifier {
18
+ /**
19
+ * Type of identifier, such as UPC, EAN, or ISBN.
20
+ * @type {string}
21
+ * @memberof ItemIdentifier
22
+ */
23
+ identifierType: string;
24
+ /**
25
+ * Identifier.
26
+ * @type {string}
27
+ * @memberof ItemIdentifier
28
+ */
29
+ identifier: string;
30
+ }
@@ -0,0 +1,31 @@
1
+ /**
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).
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 { ItemIdentifier } from './item-identifier';
13
+ /**
14
+ * Identifiers associated with the item in the Amazon catalog for the indicated Amazon marketplace.
15
+ * @export
16
+ * @interface ItemIdentifiersByMarketplace
17
+ */
18
+ export interface ItemIdentifiersByMarketplace {
19
+ /**
20
+ * Amazon marketplace identifier.
21
+ * @type {string}
22
+ * @memberof ItemIdentifiersByMarketplace
23
+ */
24
+ marketplaceId: string;
25
+ /**
26
+ * Identifiers associated with the item in the Amazon catalog for the indicated Amazon marketplace.
27
+ * @type {Array<ItemIdentifier>}
28
+ * @memberof ItemIdentifiersByMarketplace
29
+ */
30
+ identifiers: Array<ItemIdentifier>;
31
+ }
@@ -0,0 +1,58 @@
1
+ /**
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).
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
+ /**
13
+ * Image for an item in the Amazon catalog.
14
+ * @export
15
+ * @interface ItemImage
16
+ */
17
+ export interface ItemImage {
18
+ /**
19
+ * Variant of the image, such as `MAIN` or `PT01`.
20
+ * @type {string}
21
+ * @memberof ItemImage
22
+ */
23
+ variant: ItemImageVariantEnum;
24
+ /**
25
+ * Link, or URL, for the image.
26
+ * @type {string}
27
+ * @memberof ItemImage
28
+ */
29
+ link: string;
30
+ /**
31
+ * Height of the image in pixels.
32
+ * @type {number}
33
+ * @memberof ItemImage
34
+ */
35
+ height: number;
36
+ /**
37
+ * Width of the image in pixels.
38
+ * @type {number}
39
+ * @memberof ItemImage
40
+ */
41
+ width: number;
42
+ }
43
+ /**
44
+ * @export
45
+ * @enum {string}
46
+ */
47
+ export declare enum ItemImageVariantEnum {
48
+ Main = "MAIN",
49
+ Pt01 = "PT01",
50
+ Pt02 = "PT02",
51
+ Pt03 = "PT03",
52
+ Pt04 = "PT04",
53
+ Pt05 = "PT05",
54
+ Pt06 = "PT06",
55
+ Pt07 = "PT07",
56
+ Pt08 = "PT08",
57
+ Swch = "SWCH"
58
+ }
@@ -0,0 +1,31 @@
1
+ /**
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).
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 { ItemImage } from './item-image';
13
+ /**
14
+ * Images for an item in the Amazon catalog for the indicated Amazon marketplace.
15
+ * @export
16
+ * @interface ItemImagesByMarketplace
17
+ */
18
+ export interface ItemImagesByMarketplace {
19
+ /**
20
+ * Amazon marketplace identifier.
21
+ * @type {string}
22
+ * @memberof ItemImagesByMarketplace
23
+ */
24
+ marketplaceId: string;
25
+ /**
26
+ * Images for an item in the Amazon catalog for the indicated Amazon marketplace.
27
+ * @type {Array<ItemImage>}
28
+ * @memberof ItemImagesByMarketplace
29
+ */
30
+ images: Array<ItemImage>;
31
+ }
@@ -0,0 +1,30 @@
1
+ /**
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).
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
+ /**
13
+ * Product type associated with the Amazon catalog item for the indicated Amazon marketplace.
14
+ * @export
15
+ * @interface ItemProductTypeByMarketplace
16
+ */
17
+ export interface ItemProductTypeByMarketplace {
18
+ /**
19
+ * Amazon marketplace identifier.
20
+ * @type {string}
21
+ * @memberof ItemProductTypeByMarketplace
22
+ */
23
+ marketplaceId?: string;
24
+ /**
25
+ * Name of the product type associated with the Amazon catalog item.
26
+ * @type {string}
27
+ * @memberof ItemProductTypeByMarketplace
28
+ */
29
+ productType?: string;
30
+ }
@@ -0,0 +1,51 @@
1
+ /**
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).
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 { ItemVariationTheme } from './item-variation-theme';
13
+ /**
14
+ * Relationship details for an Amazon catalog item.
15
+ * @export
16
+ * @interface ItemRelationship
17
+ */
18
+ export interface ItemRelationship {
19
+ /**
20
+ * Identifiers (ASINs) of the related items that are children of this item.
21
+ * @type {Array<string>}
22
+ * @memberof ItemRelationship
23
+ */
24
+ childAsins?: Array<string>;
25
+ /**
26
+ * Identifiers (ASINs) of the related items that are parents of this item.
27
+ * @type {Array<string>}
28
+ * @memberof ItemRelationship
29
+ */
30
+ parentAsins?: Array<string>;
31
+ /**
32
+ *
33
+ * @type {ItemVariationTheme}
34
+ * @memberof ItemRelationship
35
+ */
36
+ variationTheme?: ItemVariationTheme;
37
+ /**
38
+ * Type of relationship.
39
+ * @type {string}
40
+ * @memberof ItemRelationship
41
+ */
42
+ type: ItemRelationshipTypeEnum;
43
+ }
44
+ /**
45
+ * @export
46
+ * @enum {string}
47
+ */
48
+ export declare enum ItemRelationshipTypeEnum {
49
+ Variation = "VARIATION",
50
+ PackageHierarchy = "PACKAGE_HIERARCHY"
51
+ }
@@ -0,0 +1,31 @@
1
+ /**
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).
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 { ItemRelationship } from './item-relationship';
13
+ /**
14
+ * Relationship details for the Amazon catalog item for the indicated Amazon marketplace.
15
+ * @export
16
+ * @interface ItemRelationshipsByMarketplace
17
+ */
18
+ export interface ItemRelationshipsByMarketplace {
19
+ /**
20
+ * Amazon marketplace identifier.
21
+ * @type {string}
22
+ * @memberof ItemRelationshipsByMarketplace
23
+ */
24
+ marketplaceId: string;
25
+ /**
26
+ * Relationships for the item.
27
+ * @type {Array<ItemRelationship>}
28
+ * @memberof ItemRelationshipsByMarketplace
29
+ */
30
+ relationships: Array<ItemRelationship>;
31
+ }
@@ -0,0 +1,38 @@
1
+ /**
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).
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 { ItemClassificationSalesRank } from './item-classification-sales-rank';
13
+ import { ItemDisplayGroupSalesRank } from './item-display-group-sales-rank';
14
+ /**
15
+ * Sales ranks of an Amazon catalog item for the indicated Amazon marketplace.
16
+ * @export
17
+ * @interface ItemSalesRanksByMarketplace
18
+ */
19
+ export interface ItemSalesRanksByMarketplace {
20
+ /**
21
+ * Amazon marketplace identifier.
22
+ * @type {string}
23
+ * @memberof ItemSalesRanksByMarketplace
24
+ */
25
+ marketplaceId: string;
26
+ /**
27
+ * Sales ranks of an Amazon catalog item for an Amazon marketplace by classification.
28
+ * @type {Array<ItemClassificationSalesRank>}
29
+ * @memberof ItemSalesRanksByMarketplace
30
+ */
31
+ classificationRanks?: Array<ItemClassificationSalesRank>;
32
+ /**
33
+ * Sales ranks of an Amazon catalog item for an Amazon marketplace by website display group.
34
+ * @type {Array<ItemDisplayGroupSalesRank>}
35
+ * @memberof ItemSalesRanksByMarketplace
36
+ */
37
+ displayGroupRanks?: Array<ItemDisplayGroupSalesRank>;
38
+ }
@@ -0,0 +1,45 @@
1
+ /**
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).
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 { Item } from './item';
13
+ import { Pagination } from './pagination';
14
+ import { Refinements } from './refinements';
15
+ /**
16
+ * Items in the Amazon catalog and search related metadata.
17
+ * @export
18
+ * @interface ItemSearchResults
19
+ */
20
+ export interface ItemSearchResults {
21
+ /**
22
+ * For `identifiers`-based searches, the total number of Amazon catalog items found. For `keywords`-based searches, the estimated total number of Amazon catalog items matched by the search query (only results up to the page count limit will be returned per request regardless of the number found). Note: The maximum number of items (ASINs) that can be returned and paged through is 1000.
23
+ * @type {number}
24
+ * @memberof ItemSearchResults
25
+ */
26
+ numberOfResults: number;
27
+ /**
28
+ *
29
+ * @type {Pagination}
30
+ * @memberof ItemSearchResults
31
+ */
32
+ pagination: Pagination;
33
+ /**
34
+ *
35
+ * @type {Refinements}
36
+ * @memberof ItemSearchResults
37
+ */
38
+ refinements: Refinements;
39
+ /**
40
+ * A list of items from the Amazon catalog.
41
+ * @type {Array<Item>}
42
+ * @memberof ItemSearchResults
43
+ */
44
+ items: Array<Item>;
45
+ }
@@ -0,0 +1,107 @@
1
+ /**
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).
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 { ItemBrowseClassification } from './item-browse-classification';
13
+ /**
14
+ * Summary details of an Amazon catalog item for the indicated Amazon marketplace.
15
+ * @export
16
+ * @interface ItemSummaryByMarketplace
17
+ */
18
+ export interface ItemSummaryByMarketplace {
19
+ /**
20
+ * Amazon marketplace identifier.
21
+ * @type {string}
22
+ * @memberof ItemSummaryByMarketplace
23
+ */
24
+ marketplaceId: string;
25
+ /**
26
+ * Name of the brand associated with an Amazon catalog item.
27
+ * @type {string}
28
+ * @memberof ItemSummaryByMarketplace
29
+ */
30
+ brand?: string;
31
+ /**
32
+ *
33
+ * @type {ItemBrowseClassification}
34
+ * @memberof ItemSummaryByMarketplace
35
+ */
36
+ browseClassification?: ItemBrowseClassification;
37
+ /**
38
+ * Name of the color associated with an Amazon catalog item.
39
+ * @type {string}
40
+ * @memberof ItemSummaryByMarketplace
41
+ */
42
+ color?: string;
43
+ /**
44
+ * Classification type associated with the Amazon catalog item.
45
+ * @type {string}
46
+ * @memberof ItemSummaryByMarketplace
47
+ */
48
+ itemClassification?: ItemSummaryByMarketplaceItemClassificationEnum;
49
+ /**
50
+ * Name, or title, associated with an Amazon catalog item.
51
+ * @type {string}
52
+ * @memberof ItemSummaryByMarketplace
53
+ */
54
+ itemName?: string;
55
+ /**
56
+ * Name of the manufacturer associated with an Amazon catalog item.
57
+ * @type {string}
58
+ * @memberof ItemSummaryByMarketplace
59
+ */
60
+ manufacturer?: string;
61
+ /**
62
+ * Model number associated with an Amazon catalog item.
63
+ * @type {string}
64
+ * @memberof ItemSummaryByMarketplace
65
+ */
66
+ modelNumber?: string;
67
+ /**
68
+ * Quantity of an Amazon catalog item in one package.
69
+ * @type {number}
70
+ * @memberof ItemSummaryByMarketplace
71
+ */
72
+ packageQuantity?: number;
73
+ /**
74
+ * Part number associated with an Amazon catalog item.
75
+ * @type {string}
76
+ * @memberof ItemSummaryByMarketplace
77
+ */
78
+ partNumber?: string;
79
+ /**
80
+ * Name of the size associated with an Amazon catalog item.
81
+ * @type {string}
82
+ * @memberof ItemSummaryByMarketplace
83
+ */
84
+ size?: string;
85
+ /**
86
+ * Name of the style associated with an Amazon catalog item.
87
+ * @type {string}
88
+ * @memberof ItemSummaryByMarketplace
89
+ */
90
+ style?: string;
91
+ /**
92
+ * Name of the website display group associated with an Amazon catalog item.
93
+ * @type {string}
94
+ * @memberof ItemSummaryByMarketplace
95
+ */
96
+ websiteDisplayGroup?: string;
97
+ }
98
+ /**
99
+ * @export
100
+ * @enum {string}
101
+ */
102
+ export declare enum ItemSummaryByMarketplaceItemClassificationEnum {
103
+ BaseProduct = "BASE_PRODUCT",
104
+ Other = "OTHER",
105
+ ProductBundle = "PRODUCT_BUNDLE",
106
+ VariationParent = "VARIATION_PARENT"
107
+ }