The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::GetDescriptionTemplates::GetDescriptionTemplatesRequestType

DESCRIPTION

Request for DescriptionTemplates.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetDescriptionTemplates::GetDescriptionTemplatesRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setCategoryID()

The category for which to retrieve templates. Enter any category ID, including Motors vehicle categories. This is ignored if you also send MotorVehicles.

MaxLength: 10

  RequiredInput: No
#    Argument: 'xs:string'

getCategoryID()

# Returns: 'xs:string'

setLastModifiedTime()

If specified, only those templates modified on or after the specified date are returned. If not specified, all templates are returned.

  RequiredInput: No
#    Argument: 'xs:dateTime'

getLastModifiedTime()

# Returns: 'xs:dateTime'

setMotorVehicles()

Indicates whether to retrieve templates for motor vehicle categories for eBay Motors (site 100). If true, templates are returned for motor vehicle categories. If false, templates are returned for non-motor vehicle categories such as Parts and Accessories. If included as an input field (whether true or false), this overrides any value provided for CategoryID.

  RequiredInput: No
#    Argument: 'xs:boolean'

isMotorVehicles()

# Returns: 'xs:boolean'