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

NAME

eBay::API::XML::Call::GetStore

DESCRIPTION

SYNOPSIS

INHERITANCE

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

Subroutines:

setCategoryStructureOnly()

If this is set to True, only the category structure of the store is returned. If this is not specified or set to False, the complete store configuration is returned.

  RequiredInput: Conditionally
#    Argument: 'xs:boolean'

setLevelLimit()

Specifies the limit for the number of levels of the category hierarchy to return, where the given root category is level 1 and its children are level 2. Only categories at or above the level specified are returned. This tag is optional. If LevelLimit is not set, the complete category hierarchy is returned. Stores support category hierarchies up to 3 levels only.

  RequiredInput: Conditionally
#    Argument: 'xs:int'

setRootCategoryID()

Specifies the category ID for the topmost category to return (along with the subcategories under it, the value of the LevelLimit property determining how deep). This tag is optional. If RootCategoryID is not specified, then the category tree starting at that root Category is returned.

  RequiredInput: Conditionally
#    Argument: 'xs:long'

setUserID()

Specifies the user whose store data is to be returned. If not specified, then the store returned is that for the requesting user.

  RequiredInput: No
#    Argument: 'ns:UserIDType'

getStore()

The data describing the store configuration.

  Returned: Always
#    Returns: 'ns:StoreType'