eBay Trading APIVersion 1349
 

EndFixedPriceItemRequestType ( AbstractRequestType )

Ends the specified fixed-price listing before the date and time at which it would normally end (per the listing duration).

Call that uses EndFixedPriceItemRequestType:

Fields

EndingReason ( EndReasonCodeType ) [0..1]
The seller's reason for ending the listing early is input into this required field. The seller is not allowed to use the ProductDeleted value, as this ending reason can only be used internally by eBay to administratively end a listing due to the associated Catalog product being removed from the eBay Catalog.
See the Field Index to learn which calls use EndingReason.

ItemID ( ItemIDType (string) ) [0..1]
Unique identifier of the listing that you want to end.

In the EndFixedPriceItem request, either ItemID or SKU value is required. If both are passed in and they don't refer to the same listing, eBay ignores SKU and considers only the ItemID.
See the Field Index to learn which calls use ItemID.

SKU ( SKUType (string) ) [0..1]
The seller-defined SKU (stock keeping unit) value of the item in the listing being ended. The SKU field can only be used to end a listing if that listing was created or relisted with an AddFixedPriceItem or RelistFixedPriceItem call, and the Item.InventoryTrackingMethod was included in the call and set to SKU.

In the EndFixedPriceItem request, either ItemID or SKU is required. If both are passed in and they don't refer to the same listing, eBay ignores SKU and considers only the ItemID.
See the Field Index to learn which calls use SKU.