Skip to main content

itemLinks_AdditionalProperty

AdditionalProperty is an entity for providing dynamic information to other entities. Additional properties can be considered as key value pairs with some additional metadata.

type itemLinks_AdditionalProperty {
id: String
name: String
code: String
description: String
dataType: AdditionalPropertyValueType!
value: String
isMandatory: Boolean!
}

Fields

itemLinks_AdditionalProperty.id ● String scalar

Id of the value object. The Id has to be unique within the entity.

itemLinks_AdditionalProperty.name ● String scalar

Name of the value object. This should be considered to be the key used to translate, sort, display, search, etc.

itemLinks_AdditionalProperty.code ● String scalar

An optional user defined code to accompany the value.

itemLinks_AdditionalProperty.description ● String scalar

A description to follow the value. This can be used to explain what the content is for or what a specific value means.

itemLinks_AdditionalProperty.dataType ● AdditionalPropertyValueType! non-null enum

Data type of the value object

itemLinks_AdditionalProperty.value ● String scalar

The actual value as string. DataType must be evaluated to present it correctly in a UI

itemLinks_AdditionalProperty.isMandatory ● Boolean! non-null scalar

Is it mandatory to provide a value when using the data in a UI

Member Of

CompleteItem object ● completeItems_PriceSpecification object ● ContentDeclaration object ● ItemIdentifier object ● ItemLink object