The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

eBay::API::XML::DataType::Enum::WishListSortCodeType

DESCRIPTION

This type contains ordering criteria for sorting wishlists. The default ordering is CreationDateAscending.

SYNOPSIS

Enums:

CreationDateDescending

Return recently added wish list items first. This is the default sorting order.

CreationDateAscending

Return older wish list items first.

PriceAscending

Return lowest priced items and products first. Note that price rankings will not take shipping costs into account.

PriceDescending

Return highest priced items and products first. Note that price rankings will not take shipping costs into account.

CustomCode

(out) Reserved for internal or future use.