EndFixedPriceItemRequestType

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

Fields

EndingReason ( see EndReasonCodeType for possible values ) [1]
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.

ItemID ( ItemIDType (string) ) [0..1]
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.

SKU ( SKUType (string) ) [0..1]
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.
See the Field Index to learn which calls use SKU.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.