eBay Post-Order APIVersion 2.7.7
 

Text

This type is used by all containers that consist of text that is input by the buyer or seller.

Types that use Text:

Calls that use Text:

Fields

content ( string ) [0..?]
This field displays the actual textual content in the language specified in the language field. This field is always used for containers using the Text type.
See the Field Index to learn which calls use content.

language ( string ) [0..?]
This two-letter code indicates the language used to display the content in the content field. The language will default to the language used on the eBay site if a specific language is not specified through the Accept-Language HTTP header. This field is always used for containers using the Text type.

The full list of language enumeration values are defined in the LanguageEnum type definition.
See the Field Index to learn which calls use language.

translatedFromContent ( string ) [0..?]
If language translation/localization is required, this field displays the actual textual content in the language specified in the translatedFromLanguage field. If language translation was not required, this field is not applicable.
See the Field Index to learn which calls use translatedFromContent.

translatedFromLanguage ( string ) [0..?]
If language translation/localization is required, this two-letter code indicates the language used to display the content in the translatedFromContent field. If language translation was not required, this field is not applicable.

The full list of language enumeration values are defined in the LanguageEnum type definition.
See the Field Index to learn which calls use translatedFromLanguage.