| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::NameValueListArrayType
A list of one or more valid names and corresponding values. Currently only used for Item Specifics.
eBay::API::XML::DataType::NameValueListArrayType inherits from the eBay::API::XML::BaseDataType class
Contains the name of an Item Specific, and one or more corresponding values, if any.<br> <br> In the AddItem family of calls, this is only required when the ItemSpecifics container is specified.<br> <br> In GetSearchResults, GetSearchResultsExpress, GetProducts, GetCategorySpecifics, (and soon in GetItem), this is only returned when the ItemSpecifics (or ItemSpecific) node is returned.
Calls: AddItem
AddLiveAuctionItem
RelistItem
ReviseItem
ReviseLiveAuctionItem
VerifyAddItem
RequiredInput: Conditionally
# Argument: reference to an array of 'ns:NameValueListType'
Calls: GetCategorySpecifics
GetItemRecommendations
Returned: Conditionally
Calls: GetItem
Returned: Conditionally
Details: DetailLevel: none, ItemReturnDescription,
ItemReturnAttributes, ReturnAll
Calls: GetSearchResults
Returned: Conditionally
Details: DetailLevel: ItemReturnAttributes, ItemReturnCategories, none, ReturnAll
GranularityLevel: Coarse
Calls: GetProducts
Returned: Conditionally
# Returns: reference to an array of 'ns:NameValueListType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |