eBay::API::XML::DataType::ListingDurationDefinitionType - eBay::API::XML::DataType::ListingDurationDefinitionType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::ListingDurationDefinitionType

DESCRIPTION

Top

A container node for a set of durations that apply to a certain listing type.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setDuration()

Specifies the length of time an auction can be open, in days. The allowed durations vary according to the type of listing. The value GTC means Good Til Canceled.

# Argument: reference to an array of 'xs:token'

getDuration()

  Calls: GetCategoryFeatures
  Returned: Conditionally
  Details: DetailLevel: ReturnAll

# Returns: reference to an array of 'xs:token'

setDurationSetID()

Identifies the type of listing to which the set of durations applies. The durationSetID value corresponds to the listing types returned in Category.ListingDuration (also in the call response).

# Argument: 'xs:int'

getDurationSetID()

  Calls: GetCategoryFeatures
  Returned: Conditionally
  Details: DetailLevel: ReturnAll

# Returns: 'xs:int'


eBay-API documentation  | view source Contained in the eBay-API distribution.