ConfigMetadata Object
Description
Metadata configuration containing various catalog and inventory metadata.
Declaration
type ConfigMetadata {
id: String
supplierCodes: [String!]
locations: [String!]
options: ConfigMetadataOptions
styles: [String!]
genres: [String!]
years: [Int!]
mediums: [String!]
formats: [String!]
formatDescriptions: [String!]
countries: [String!]
manufacturers: [String!]
types: [String!]
categories: [String!]
bookAuthors: [String!]
bookCategories: [String!]
bookPublishers: [String!]
articles: [ConfigMetadataArticles!]
collections: [ConfigMetadataCollections!]
optionNames: [String!]
optionValues: [String!]
categoriesProduct: [String!]
categoriesBook: [String!]
}
Fields
| Name | Type | Description |
|---|---|---|
id | String | Metadata identifier. |
supplierCodes | [String!] | List of supplier codes. |
locations | [String!] | List of location identifiers. |
options | ConfigMetadataOptions | Options metadata with values and names. |
styles | [String!] | List of style identifiers. |
genres | [String!] | List of genre identifiers. |
years | [Int!] | List of year values. |
mediums ⚠️ | [String!] | List of medium identifiers. This field is deprecated. ⚠️ Deprecated: No longer supported |
formats | [String!] | List of format identifiers. |
formatDescriptions | [String!] | List of format description identifiers. |
countries | [String!] | List of country codes. |
manufacturers | [String!] | List of manufacturer identifiers. |
types | [String!] | List of type identifiers. |
categories | [String!] | List of category identifiers. |
bookAuthors | [String!] | List of book author names. |
bookCategories | [String!] | List of book category identifiers. |
bookPublishers | [String!] | List of book publisher identifiers. |
articles | [ConfigMetadataArticles!] | List of article metadata entries. |
collections | [ConfigMetadataCollections!] | List of collection metadata entries. |
optionNames ⚠️ | [String!] | List of option names. Use options.names instead. ⚠️ Deprecated: No longer supported |
optionValues ⚠️ | [String!] | List of option values. Use options.values instead. ⚠️ Deprecated: No longer supported |
categoriesProduct ⚠️ | [String!] | List of product category identifiers. Use categories instead. ⚠️ Deprecated: No longer supported |
categoriesBook ⚠️ | [String!] | List of book category identifiers. Use bookCategories instead. ⚠️ Deprecated: No longer supported |