eBay Trading APIVersion 1349
 

ReviseItemResponseType ( AbstractResponseType )

The base response type for the ReviseItem call. The response includes the Item ID for the revised item, the SKU value for the item (if any), listing recommendations (if applicable), the estimated fees for the revised item (except the transaction fees, which aren't calculated until the item has sold), the start and end times of the listing, and other details.

Call that uses ReviseItemResponseType:

Fields



Category2ID ( string ) [0..1]
Unique identifier of the secondary eBay category for the revised listing. This field is returned if the secondary category was changed with the revision, and the secondary category can only be changed if a fixed-price listing has no sales/auction listing has no bids, and the listing does not end within 12 hours.

This field can also be returned if the Item.CategoryMappingAllowed field was included and set to true in the request and the category ID passed in the Item.PrimaryCategory field was mapped to a new category ID by eBay. If the primary category has not changed or it has expired with no replacement, this field is not returned.

See the Field Index to learn which calls use Category2ID.

CategoryID ( string ) [0..1]
Unique identifier of the primary eBay category for the revised listing. This field is returned if the primary category was changed with the revision, and the primary category can only be changed if a fixed-price listing has no sales/auction listing has no bids, and the listing does not end within 12 hours.

This field can also be returned if the Item.CategoryMappingAllowed field was included and set to true in the request and the category ID passed in the Item.PrimaryCategory field was mapped to a new category ID by eBay. If the primary category has not changed or it has expired with no replacement, this field is not returned.

See the Field Index to learn which calls use CategoryID.

DiscountReason ( DiscountReasonCodeType ) [0..*]
This field is returned if an eBay special offer or promotion is applicable to the listing.
See the Field Index to learn which calls use DiscountReason.

EndTime ( dateTime ) [0..1]
Date and time when the revised listing is scheduled to end based on the listing's start time and the listing duration value that was set for the listing. If the listing duration is 'GTC' (Good 'Til Cancelled), this value will be updated to 30 days in the future if the listing is automatically renewed after 30 days. GTC listings are automatically renewed if quantity still exists for the item. Note that GTC is not applicable to auction listings.

Note: Starting July 1, 2019, the Good 'Til Cancelled renewal schedule will be modified from every 30 days to once per calendar month. For example, if a GTC listing is created July 5, the next monthly renewal date will be August 5. If a GTC listing is created on the 31st of the month, but the following month only has 30 days, the renewal will happen on the 30th in the following month. Finally, if a GTC listing is created on January 29-31, the renewal will happen on February 28th (or 29th during a 'Leap Year'). See the Good 'Til Cancelled listings update in the Spring 2019 Seller Updates for more information about this change.
See the Field Index to learn which calls use EndTime.

Fees ( FeesType ) [0..1]
This container is an array of fees associated with the revised listing. The fees in this container will not include any fees that are based on the purchase price (such as transaction fees) and only come into play when the listing has a sale.

All listing fee types are returned, even if those fees are not applicable for the revised listing and are '0.0'.

Note: The currency used for all fees returned under the Fees container reflects the currency used for the listing site, and not necessarily in the seller's default/home currency. For example, if a Canadian seller is using the ReviseItem call to relist an item on the eBay US site, the currency type shown for each fee will be USD and not CAD.
See the Field Index to learn which calls use Fees.

ItemID ( ItemIDType (string) ) [0..1]
The unique identifier for the revised listing. Note that the ItemID value does not change when a listing is revised, so this will be the same ItemID value that was passed in the call request.

See the Field Index to learn which calls use ItemID.

ProductSuggestions ( ProductSuggestionsType ) [0..1]
Provides a list of products recommended by eBay which match the item information provided by the seller.
See the Field Index to learn which calls use ProductSuggestions.

StartTime ( dateTime ) [0..1]
This timestamp indicates the date and time when the listing was created on the eBay site. This value doesn't change when a listing is revised.
See the Field Index to learn which calls use StartTime.

VerifyOnly ( boolean ) [0..1]
This field is returned if the VerifyOnly field was included in the call request and set to true.

If the listing was revised in 'Verify Only' mode, the active listing is not actually revised, but the same response is returned and the seller gets to see the expected fees based on the changes made, and can also view any listing recommendations if the Item.IncludeRecommedations boolean input field was included and set to true.
See the Field Index to learn which calls use VerifyOnly.