CatalogItemsClassifications
The Catalog Items Classifications table helps you retrieve classification details for items in the catalog.
Columns
| Name | Type | References | Description |
| ClassificationId [KEY] | String | Identifier of the classification (browse node identifier). | |
| MarketplaceASIN [KEY] | String | Amazon Standard Identification Number that identifies a product. | |
| DisplayName | String | Display name for the classification (browse node). | |
| ParentClassificationId | String | Parent classification (browse node) ID of the current classification. | |
| MarketplaceId | String | Specifies the marketplace for which items are returned. | |
| ShowParentClassifications | Boolean | Specifies whether to list all browse nodes for the item(s) or just the top-level browse node. By default, only the top-level browse nodes are listed. | |
| EAN | String | A European Article Number that uniquely identifies the catalog item, manufacturer, and its attributes. | |
| GTIN | String | A Global Trade Item Number that uniquely identifies a product. | |
| ISBN | String | The unique commercial book identifier used to identify books internationally. | |
| JAN | String | A Japanese article number that uniquely identifies the product, manufacturer, and its attributes. | |
| MINSAN | String | A Minsan Code that uniquely identifies an item. | |
| SellerSKU | String | Used to identify an item in the given marketplace. SellerSKU is qualified by the seller's SellerId | |
| UPC | String | A 12-digit bar code used for retail packaging. | |
| Locale | String | Locale for retrieving localized summaries. Defaults to the primary locale of the marketplace. | |
| SellerId | String | A selling partner identifier, such as a seller account or vendor code. Note: Required when setting identifier SellerSKU. | |
| Query | String | Keyword(s) to use to search for items in the catalog. | |
| BrandNames | String | A comma-delimited list of brand names to limit the search for keywords-based queries. Note: Cannot be used with identifiers. | |
| ItemClassifications | String | A comma-separated list of classification IDs for filtering keyword searches. The results may vary, as the classification could refer to either the item's classification or its parent classification. Note: Cannot be used with identifiers. | |
| KeywordsLocale | String | The language of the keywords provided for keywords-based queries. Defaults to the primary locale of the marketplace. Note: Cannot be used with identifiers. |