| eBay-API documentation | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::Enum::ItemSortTypeCodeType
(in) Indicates the field and direction (ascending or descending) by which to sort a returned list of items.
(in) Sort by Item ID (ascending).
(in) Sort by price (ascending).
(in) Sort by start price (ascending).
(in) Sort by item title (ascending).
(in) Sort by number of bids on the item (ascending).
(in) Sort by quantity (ascending).
(in) Sort by listing start time (ascending).
(in) Sort by listing end time (ascending).
(in) Sort by the seller's user ID, in alphabetical order.
(in) Sort by the time left for the item's listing, in ascending order: active items, good-til-cancelled items, and completed items.
(in) Sort by listing duration (ascending).
(in) Sort by listing type (ascending).
(in) Sort by current price (ascending).
(in) Sort by reserve price (ascending).
(in) Sort by maximum bid price (ascending).
(in) Sort by number of bidders (ascending).
(in) Sort by the user ID of the highest bidder (ascending).
(in) Sort by the user ID of the buyer (ascending).
(in) Sort by the buyer's postal code (ascending).
(in) Sort by the buyer's email address, in alphabetical order.
(in) Sort by the seller's email address, in alphabetical order.
(in) Sort by total price (ascending).
(in) Sort by the number of items being watched (ascending). The WatchCount of an item is the number of watches that buyers have placed on an item using their eBay accounts.
(in) Sort by the number of best offers (ascending).
(in) Sort by the number of questions (ascending).
(in) Sort by the cost indicated for shipping (ascending).
(in) Sort by type of feedback received, positive, negative, or neutral. In ascending order - negative, neutral, positive.
(in) Sort by type of feedback received, positive, negative, or neutral. In ascending order - negative, neutral, positive.
(in) Sort by user ID, in alphabetical order.
(in) Sort by the number of items sold (ascending).
(in) Sort items with Best Offers first.
(in) Sort by the number of items available (ascending).
(in) Sort by the number of items purchased (ascending).
(in) Sort by the platform on which the item was won (eBay items last).
(in) Sort by the platform on which the item was sold (eBay items last).
(in) Sort by the duration of the listing (descending).
(in) Sort by the listing type (descending).
(in) Sort by the current price of the listed item (descending).
(in) Sort by the listing's reserve price (descending).
(in) Sort by the highest bid on the item (descending).
(in) Sort by number of bidders (descending).
(in) Sort by the user ID of the highest bidder (descending).
(in) Sort by the user ID of the buyer, in reverse alphabetical order.
(in) Sort by the buyer's postal code, in descending order.
(in) Sort by the buyer's email address, in reverse alphabetical order.
(in) Sort by the seller's email address, in reverse alphabetical order.
(in) Sort by the total price of the order, (descending).
(in) Sort by watch count (descending).
(in) Sort by number of questions (descending).
(in) Sort by the cost of shipping (descending).
(in) Sort by type of feedback received, positive, negative, or neutral. In descending order - positive, neutral, negative.
(in) Sort by type of feedback received, positive, negative, or neutral. In descending order - positive, neutral, negative.
(in) Sort by user ID, in descending order.
(in) Sort by the number of items sold, in descending order.
(in) Sort items by the number of Best Offers on an item, in descending order.
(in) Sort items by the number there are available, in descending order.
(in) Sort items by the number that have been purchased, in descending order.
(in) Sort items with Best Offers last.
(in) Sort by Item ID (descending).
(in) Sort by price (descending).
(in) Sort by start price (descending).
(in) Sort by item title (descending).
(in) Sort by number of bids on the item (descending).
(in) Sort by the quantity of items sold (descending).
(in) Sort by listing start time (descending).
(in) Sort by listing end time (descending).
(in) Sort by seller user ID, in reverse alphabetical order.
(in) Sort by time left on the listing, in descending order: completed items, good-til-cancelled items, and active items.
(in) Sort by the platform on which the item was won (eBay Express items last).
(in) Sort by the platform on which the item was sold (eBay Express items last).
(in) Sort by the lead (emails) count (ascending).
(in) Sort by the new lead (new emails) count (ascending).
(in) Sort by the lead count (descending).
(in) Sort by the new contact count (descending).
(in) Sort by the total pay-per-lead fee for this item (ascending).
(in) Sort by the total pay-per-lead fee for this item (descending).
(out) Reserved for internal or future use.
| eBay-API documentation | Contained in the eBay-API distribution. |
#!/usr/bin/perl package eBay::API::XML::DataType::Enum::ItemSortTypeCodeType; use strict; use warnings; ########################################################################## # # Module: ............... <user defined location>eBay/API/XML # File: ................. ItemSortTypeCodeType.pm # Generated by: ......... genEBayApiDataTypes.pl # Last Generated: ....... 08/24/2008 16:44 # API Release Number: ... 579 # ##########################################################################
use constant ItemID => scalar('ItemID');
use constant Price => scalar('Price');
use constant StartPrice => scalar('StartPrice');
use constant Title => scalar('Title');
use constant BidCount => scalar('BidCount');
use constant Quantity => scalar('Quantity');
use constant StartTime => scalar('StartTime');
use constant EndTime => scalar('EndTime');
use constant SellerUserID => scalar('SellerUserID');
use constant TimeLeft => scalar('TimeLeft');
use constant ListingDuration => scalar('ListingDuration');
use constant ListingType => scalar('ListingType');
use constant CurrentPrice => scalar('CurrentPrice');
use constant ReservePrice => scalar('ReservePrice');
use constant MaxBid => scalar('MaxBid');
use constant BidderCount => scalar('BidderCount');
use constant HighBidderUserID => scalar('HighBidderUserID');
use constant BuyerUserID => scalar('BuyerUserID');
use constant BuyerPostalCode => scalar('BuyerPostalCode');
use constant BuyerEmail => scalar('BuyerEmail');
use constant SellerEmail => scalar('SellerEmail');
use constant TotalPrice => scalar('TotalPrice');
use constant WatchCount => scalar('WatchCount');
use constant BestOfferCount => scalar('BestOfferCount');
use constant QuestionCount => scalar('QuestionCount');
use constant ShippingServiceCost => scalar('ShippingServiceCost');
use constant FeedbackReceived => scalar('FeedbackReceived');
use constant FeedbackLeft => scalar('FeedbackLeft');
use constant UserID => scalar('UserID');
use constant QuantitySold => scalar('QuantitySold');
use constant BestOffer => scalar('BestOffer');
use constant QuantityAvailable => scalar('QuantityAvailable');
use constant QuantityPurchased => scalar('QuantityPurchased');
use constant WonPlatform => scalar('WonPlatform');
use constant SoldPlatform => scalar('SoldPlatform');
use constant ListingDurationDescending => scalar('ListingDurationDescending');
use constant ListingTypeDescending => scalar('ListingTypeDescending');
use constant CurrentPriceDescending => scalar('CurrentPriceDescending');
use constant ReservePriceDescending => scalar('ReservePriceDescending');
use constant MaxBidDescending => scalar('MaxBidDescending');
use constant BidderCountDescending => scalar('BidderCountDescending');
use constant HighBidderUserIDDescending => scalar('HighBidderUserIDDescending');
use constant BuyerUserIDDescending => scalar('BuyerUserIDDescending');
use constant BuyerPostalCodeDescending => scalar('BuyerPostalCodeDescending');
use constant BuyerEmailDescending => scalar('BuyerEmailDescending');
use constant SellerEmailDescending => scalar('SellerEmailDescending');
use constant TotalPriceDescending => scalar('TotalPriceDescending');
use constant WatchCountDescending => scalar('WatchCountDescending');
use constant QuestionCountDescending => scalar('QuestionCountDescending');
use constant ShippingServiceCostDescending => scalar('ShippingServiceCostDescending');
use constant FeedbackReceivedDescending => scalar('FeedbackReceivedDescending');
use constant FeedbackLeftDescending => scalar('FeedbackLeftDescending');
use constant UserIDDescending => scalar('UserIDDescending');
use constant QuantitySoldDescending => scalar('QuantitySoldDescending');
use constant BestOfferCountDescending => scalar('BestOfferCountDescending');
use constant QuantityAvailableDescending => scalar('QuantityAvailableDescending');
use constant QuantityPurchasedDescending => scalar('QuantityPurchasedDescending');
use constant BestOfferDescending => scalar('BestOfferDescending');
use constant ItemIDDescending => scalar('ItemIDDescending');
use constant PriceDescending => scalar('PriceDescending');
use constant StartPriceDescending => scalar('StartPriceDescending');
use constant TitleDescending => scalar('TitleDescending');
use constant BidCountDescending => scalar('BidCountDescending');
use constant QuantityDescending => scalar('QuantityDescending');
use constant StartTimeDescending => scalar('StartTimeDescending');
use constant EndTimeDescending => scalar('EndTimeDescending');
use constant SellerUserIDDescending => scalar('SellerUserIDDescending');
use constant TimeLeftDescending => scalar('TimeLeftDescending');
use constant WonPlatformDescending => scalar('WonPlatformDescending');
use constant SoldPlatformDescending => scalar('SoldPlatformDescending');
use constant LeadCount => scalar('LeadCount');
use constant NewLeadCount => scalar('NewLeadCount');
use constant LeadCountDescending => scalar('LeadCountDescending');
use constant NewLeadCountDescending => scalar('NewLeadCountDescending');
use constant ClassifiedAdPayPerLeadFee => scalar('ClassifiedAdPayPerLeadFee');
use constant ClassifiedAdPayPerLeadFeeDescending => scalar('ClassifiedAdPayPerLeadFeeDescending');
use constant CustomCode => scalar('CustomCode'); 1;