The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

eBay::API::XML::Call::GetProductFinderXSL

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetProductFinderXSL inherits from the eBay::API::XML::BaseCall class

Subroutines:

setFileName()

The name of the XSL file to retrieve. If not specified, the call returns the latest versions of all available XSL files. Currently, this call only retrieves the product_finder.xsl file. FileName is an optional input.

RequiredInput: No
#    Argument: 'xs:string'

setFileVersion()

The desired version of the XSL file. Required if FileName is specified. If not specified, the call returns the latest versions of all available XSL files that could be returned by the call. (Currently, this call only retrieves the product_finder.xsl file.) This is not a filter for retrieving changes to the XSL file.

RequiredInput: No
#    Argument: 'xs:string'

getXSLFile()

Child elements specify data related to one XSL file. In theory, multiple XSLFile objects can be returned. Currently, this call only retrieves the product_finder.xsl file.

Returned: Always
Details: DetailLevel: none, ReturnAll
#    Returns: reference to an array  
                    of 'ns:XSLFileType'