Skip to content

TranslationContext Enum eBay Docs

This enumeration type indicates the listing entities that may be translated with the Translation API.

ValueDescription
ITEM_TITLEThis value is input into the translationContext input field if the user wishes to translate a listing title.
ITEM_DESCRIPTIONThis value is input into the translationContext input field if the user wishes to translate a listing description.

Example

php
use Rat\eBaySDK\Enums\TranslationContext;

TranslationContext::ITEM_TITLE;

Used by

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.