Ends the specified fixed-price listing before the date and time at which it would normally end (per the listing duration).
Only the item's seller can use EndFixedPriceItem to end an item listing.
You can also use EndItem to end fixed-price listings. EndFixedPriceItem is nearly identical to EndItem, but EndFixedPriceItem also accepts a seller's SKU to identify the listing (if the seller listed the item with SKU-based inventory tracking). Note: When you use EndFixedPriceItem within a Merchant Data file, it must be enclosed within two BulkDataExchangeRequest tags. After release 637, a namespace is returned in the BulkDataExchangeResponseType (top level) of the response. The BulkDataExchange tags are not shown in the call input/output descriptions, but you can see them in the samples at the end of this page.
Indicates the seller's reason for ending the listing early. This field is required if the seller is ending the item early and the item did not successfully sell.
See the Field Index to learn which calls use EndingReason.
Unique item ID that identifies the item listing that you want to end..
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 ItemID.
The unique SKU of the item being ended. A SKU (stock keeping unit) is an identifier defined by a seller. SKU can only be used to end an item if you listed the item by using AddFixedPriceItem or RelistFixedPriceItem, and you set Item.InventoryTrackingMethod to SKU at the time the item was listed. (These criteria are necessary to uniquely identify the listing by a 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.
To remove a SKU when you revise or relist an item, use DeletedField in the revision or relist call.