eBay::API::XML::DataType::SellingManagerProductDetailsType - eBay::API::XML::DataType::SellingManagerProductDetailsType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::SellingManagerProductDetailsType

DESCRIPTION

Top

Returned if the user is a Selling Manager Pro user.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setCustomLabel()

Custom label of this product.

# Argument: 'xs:string'

getCustomLabel()

# Returns: 'xs:string'

setPartNumber()

The numeric part number of an item.

# Argument: 'xs:int'

getPartNumber()

  Calls: GetItemTransactions
         GetSellerTransactions
  Returned: Conditionally
  Details: DetailLevel: none, ItemReturnDescription, ReturnAll

# Returns: 'xs:int'

setProductID()

ID of this product.

# Argument: 'xs:string'

getProductID()

# Returns: 'xs:string'

setProductName()

The exact product name of an item.

# Argument: 'xs:string'

getProductName()

  Calls: GetItemTransactions
         GetSellerTransactions
  Returned: Conditionally
  Details: DetailLevel: none, ItemReturnDescription, ReturnAll

  Calls: GetOrderTransactions
  Returned: Conditionally
  Details: DetailLevel: none, ItemReturnDescription, ReturnAll

# Returns: 'xs:string'

setProductPartNumber()

The alphanumeric part number of an item.

# Argument: 'xs:string'

getProductPartNumber()

  Calls: GetItemTransactions
         GetSellerTransactions
  Returned: Conditionally
  Details: DetailLevel: none, ItemReturnDescription, ReturnAll

# Returns: 'xs:string'

setQuantityAvailable()

Quantity of items in the inventory for this product.

# Argument: 'xs:int'

getQuantityAvailable()

# Returns: 'xs:int'

setUnitCost()

Cost of each item of this product.

# Argument: 'ns:AmountType'

getUnitCost()

# Returns: 'ns:AmountType'


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