DefinitionsProductType
Retrieve Amazon product type definitions.
Columns
| Name | Type | References | Description |
| ProductType | String | The name of the Amazon product type that this product type definition applies to. | |
| DisplayName | String | Human-readable and localized description of the Amazon product type. | |
| MarketplaceIds | String | Amazon marketplace identifiers for which the product type definition is applicable. | |
| SchemaChecksum | String | Checksum hash of the schema (Base64 MD5). Can be used to verify schema contents, identify changes between schema versions, and for caching. | |
| SchemaLink | String | Link to retrieve the schema describing the attributes and requirements for the product type.. | |
| MetaSchemaChecksum | String | Checksum hash of the meta-schema (Base64 MD5). Can be used to verify schema contents, identify changes between meta-schemas versions, and for caching. | |
| MetaSchemaLink | String | Link to retrieve the meta-schema describing the vocabulary used by the product type schema.. | |
| IsLatestVersion | Bool | When true, the version indicated by the version identifier is the latest available for the Amazon product type. | |
| ProductTypeVersion | String | Amazon product type version identifier. | |
| ReleaseCandidate | Bool | When true, the version indicated by the version identifier is the prerelease (release candidate) for the Amazon product type. | |
| SellerId | String | A selling partner identifier. When provided, seller-specific requirements and values are populated within the product type definition schema, such as brand names associated with the selling partner. | |
| Locale | String | Locale of the display elements contained in the product type definition. | |
| RequirementsEnforced | String | Identifies if the required attributes for a requirements set are enforced by the product type definition schema. Non-enforced requirements enable structural validation of individual attributes without all of the required attributes being present (such as for partial updates). | |
| Requirements | String | Name of the requirements set represented in this product type definition. | |
| PropertyGroups | String | Mapping of property group names to property groups. Property groups represent logical groupings of schema properties that can be used for display or informational purposes. | |
| ItemName | String | The title of the ASIN to get the product type recommendation. **Note:** Cannot be used with `keywords`. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description | |
| Keywords | String | A comma-delimited list of keywords to search product types. **Note:** Cannot be used with `itemName`. |