NAME
eBay::API::XML::DataType::WantItNowPostType
DESCRIPTION
Contains the data describing a single Want It Now post. Buyers create Want It Now posts to communicate to sellers specific requirements for items they would like to buy.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::WantItNowPostType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setCategoryID()
ID of the category in which the Want It Now post is listed.
MaxLength: 10
# Argument: 'xs:string'
getCategoryID()
Calls: GetWantItNowSearchResults
Returned: Conditionally
Calls: GetWantItNowPost
Returned: Always
# Returns: 'xs:string'
setDescription()
Description of a Want It Now post. Description will not be returned for GetWantItNowSearchResults.
# Argument: 'xs:string'
getDescription()
Calls: GetWantItNowPost
Returned: Always
# Returns: 'xs:string'
setPostID()
ID that uniquely identifies a Want It Now post.
# Argument: 'ns:ItemIDType'
getPostID()
Calls: GetWantItNowSearchResults
Returned: Conditionally
Calls: GetWantItNowPost
Returned: Always
# Returns: 'ns:ItemIDType'
setResponseCount()
Number of responses for a Want It Now post. Sellers respond to a Want It Now post by submitting an item number, so each response corresponds to an item listing.
# Argument: 'xs:int'
getResponseCount()
Calls: GetWantItNowSearchResults
Returned: Conditionally
Calls: GetWantItNowPost
Returned: Always
# Returns: 'xs:int'
setSite()
Site where the Want It Now post is listed.
# Argument: 'ns:SiteCodeType'
getSite()
Calls: GetWantItNowSearchResults
Returned: Conditionally
Calls: GetWantItNowPost
Returned: Always
# Returns: 'ns:SiteCodeType'
setStartTime()
Date and time (in GMT) that a Want It Now post was added.
# Argument: 'xs:dateTime'
getStartTime()
Calls: GetWantItNowSearchResults
Returned: Conditionally
Calls: GetWantItNowPost
Returned: Always
# Returns: 'xs:dateTime'
setTitle()
Title of a Want It Now post.
# Argument: 'xs:string'
getTitle()
Calls: GetWantItNowSearchResults
Returned: Conditionally
Calls: GetWantItNowPost
Returned: Always
# Returns: 'xs:string'