| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::ProductFinderConstraintType
An attribute (constraint) that was specified in a search request that was based on a product finder query. Used to help you map each query in a batch request to the corresponding search result in the response.
eBay::API::XML::DataType::ProductFinderConstraintType inherits from the eBay::API::XML::BaseDataType class
The search attribute name (e.g., Manufacturer).
# Argument: 'xs:string'
Calls: GetProductSearchResults Returned: Conditionally
# Returns: 'xs:string'
The search attribute value the user specified in the query (e.g., the actual name the user chose for the manufacturer).
# Argument: 'xs:string'
Calls: GetProductSearchResults Returned: Conditionally
# Returns: 'xs:string'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |