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::DataType::StoreThemeType

DESCRIPTION

Store theme.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::StoreThemeType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setColorScheme()

Theme color scheme.

Calls: SetStore
RequiredInput: Conditionally

# Argument: 'ns:StoreColorSchemeType'

getColorScheme()

Calls: GetStore
Returned: Conditionally

Calls: GetStoreOptions
Returned: Always
Context: BasicThemeArray

# Returns: 'ns:StoreColorSchemeType'

setName()

Store theme name. Provides a user-friendly name for the theme.

Calls: SetStore
RequiredInput: Conditionally

# Argument: 'xs:string'

getName()

Calls: GetStore
Returned: Conditionally

Calls: GetStoreOptions
Returned: Always

# Returns: 'xs:string'

setThemeID()

Store theme ID (use GetStoreOptions to get the list of valid theme IDs).

Calls: SetStore
RequiredInput: Conditionally

# Argument: 'xs:int'

getThemeID()

Calls: GetStore
Returned: Conditionally

Calls: GetStoreOptions
Returned: Always

# Returns: 'xs:int'