eBay Trading APIVersion 1349
 

GetDescriptionTemplatesResponseType ( AbstractResponseType )

This is the base response type for the GetDescriptionTemplates call. This call retrieves the Listing Designer templates that are available for use by the seller. The user has the option of retrieving all available Listing Designer templates for all categories, for all motor vehicle categories, or for a specific eBay category.

Note: As of May 31, 2020, sellers are no longer able to use Listing Designer templates when they create or revise listings. Existing listings that are already using a Listing Designer template will remain unchanged. The GetDescriptionTemplates call will eventually get deprecated and decommissioned, and more information will be provided on timing at a later date. The GetDescriptionTemplates call will still retrieve Listing Designer template data, but none of retrieved templates will be usable to create or revise a listing.

Call that uses GetDescriptionTemplatesResponseType:

Fields



DescriptionTemplate ( DescriptionTemplateType ) [0..*]
A DescriptionTemplate container is retrieved for each available Listing Designer template. Each DescriptionTemplate container includes the unique identifier of the template, the Listing Designer Theme Group that it belongs to, the CDATA representation of the Listing Designer template, and the URL to an image that serves as an example of the Listing Designer template.
See the Field Index to learn which calls use DescriptionTemplate.

LayoutTotal ( int ) [0..1]
This integer value indicates the total number of Listing Designer Layout templates that were retrieved. This field is always returned, even if it is 0
See the Field Index to learn which calls use LayoutTotal.

ObsoleteLayoutID ( int ) [0..*]
The unique identifier of a Listing Designer Layout template that is now obsolete. An ObsoleteLayoutID field is returned for each obsolete Listing Designer Layout template.
See the Field Index to learn which calls use ObsoleteLayoutID.

ObsoleteThemeID ( int ) [0..*]
The unique identifier of a Listing Designer Theme template that is now obsolete. An ObsoleteThemeID field is returned for each obsolete Listing Designer Theme template.
See the Field Index to learn which calls use ObsoleteThemeID.

ThemeGroup ( ThemeGroupType ) [0..*]
A ThemeGroup container is retrieved for each available Listing Designer Theme Group. Each ThemeGroup container includes the unique identifier of the Theme Group, the Theme Group name, and all of the Listing Designer Theme template that belong to that Theme Group.
See the Field Index to learn which calls use ThemeGroup.

ThemeTotal ( int ) [0..1]
This integer value indicates the total number of Listing Designer Theme templates that were retrieved. This field is always returned, even if it is 0
See the Field Index to learn which calls use ThemeTotal.