The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::Enum::ProductUseCaseCodeType

DESCRIPTION

Specifies the context in which the product selling page is being called, which will imply certain validation rules. Use this code list to make sure you retrieve the appropriate version of product information and characteristic meta-data when you are listing an item with Pre-filled Item Information.

SYNOPSIS

Enums:

AddItem

(in) Use this code when calling GetProductSellingPages before adding an item. This retrieves the latest product ID and the corresponding characteristic meta-data.

ReviseItem

(in) Use this code when calling GetProductSellingPages before revising an item that already contains product information. If the product ID or data has changed, the original product ID that you passed in and the data associated with that original version of the product is returned. This is useful because the original Pre-filled Item Information is used when you call ReviseItem.

RelistItem

(in) Use this code when calling GetProductSellingPages before relisting an item that already contains product information. This retrieves the latest product ID and the corresponding characteristic meta-data (same data as AddItem).

CustomCode

(out) Reserved for internal or future use