eBay::API::XML::DataType::ReviseStatusType - eBay::API::XML::DataType::ReviseStatusType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::ReviseStatusType

DESCRIPTION

Top

Contains data indicating whether an item has been revised since the listing became active and, if so, which among a subset of properties have been changed by the revision. Output only.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setBuyItNowAdded()

If true, indicates that a Buy It Now Price was added for the item. Only applicable to US eBay Motors items. Output only.

# Argument: 'xs:boolean'

isBuyItNowAdded()

  Calls: GetBidderList
  Returned: Conditionally

  Calls: GetItem
  Returned: Always
  Details: DetailLevel: none, ItemReturnDescription, ItemReturnAttributes, ReturnAll

# Returns: 'xs:boolean'

setBuyItNowLowered()

If true, indicates that the item's Buy It Now price was lowered. Only applicable to US eBay Motors items. Output only.

# Argument: 'xs:boolean'

isBuyItNowLowered()

  Calls: GetBidderList
  Returned: Conditionally

  Calls: GetItem
  Returned: Always
  Details: DetailLevel: none, ItemReturnDescription, ItemReturnAttributes, ReturnAll

# Returns: 'xs:boolean'

setItemRevised()

If true, indicates the item was revised since the listing became active. Output only.

# Argument: 'xs:boolean'

isItemRevised()

  Calls: GetBidderList
  Returned: Always

  Calls: GetItem
  Returned: Always
  Details: DetailLevel: none, ItemReturnDescription, ItemReturnAttributes, ReturnAll

  Calls: GetSellerList
  Returned: Conditionally
  Details: DetailLevel: ItemReturnDescription, ReturnAll

# Returns: 'xs:boolean'

setReserveLowered()

If true, indicates that the reserve price was lowered for the item. Only applicable to US eBay Motors items. Output only.

# Argument: 'xs:boolean'

isReserveLowered()

  Calls: GetBidderList
  Returned: Conditionally

  Calls: GetItem
  Returned: Always
  Details: DetailLevel: none, ItemReturnDescription, ItemReturnAttributes, ReturnAll

# Returns: 'xs:boolean'

setReserveRemoved()

If true, indicates that the reserve price was removed from the item. Only applicable to US eBay Motors items. Output only.

# Argument: 'xs:boolean'

isReserveRemoved()

  Calls: GetBidderList
  Returned: Conditionally

  Calls: GetItem
  Returned: Always
  Details: DetailLevel: none, ItemReturnDescription, ItemReturnAttributes, ReturnAll

# Returns: 'xs:boolean'


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