eBay Product Metadata APIVersion 1.3.0
 

TypeSpecificInformation

Container for data type-specific constraints for property values.

Type that uses TypeSpecificInformation:

Call that uses TypeSpecificInformation:

Fields

mediaTypeSpecificInformation ( MediaTypeSpecificInformation ) [0..1]
Specifies the constraints, if any, for property values that are of type media. Currently, there are no constraints for media type properties, which apply to images only. Media type properties are specified as a URL in the addProducts request.
See the Field Index to learn which calls use mediaTypeSpecificInformation.

numericTypeSpecificInformation ( NumericTypeSpecificInformation ) [0..1]
Specifies the constraints for property values that are of type numeric.
See the Field Index to learn which calls use numericTypeSpecificInformation.

stringTypeSpecificInformation ( StringTypeSpecificInformation ) [0..1]
Specifies the constraints for property values that are of type string. In most cases, this is simply the maximum number of characters allowed in the string. In some cases, a list of managed (known good) values may also be returned.
See the Field Index to learn which calls use stringTypeSpecificInformation.

uriTypeSpecificInformation ( URITypeSpecificInformation ) [0..1]
Specifies the constraints for property values that are of type URI. Currently, there are no constraints for URI type properties.
See the Field Index to learn which calls use uriTypeSpecificInformation.