Defines a single new fixed-price listing and lists it on the eBay site that you specified in the HTTP request header or URL. A fixed-price listing can include multiple identical items for sale by setting the Quantity to a value greater than 1.
You also use AddFixedPriceItem to define multi-variation listings (e.g., a particular shirt in varying sizes and colors).
To list multiple unrelated fixed-price items, call AddFixedPriceItem once for each type of item.
AddFixedPriceItem supports most of the same input fields as AddItem. The main differences are:
- AddFixedPriceItem only supports fields that are applicable to basic fixed-price listings and store inventory listings (no fields that are exclusively applicable to auctions, classifieds, or listings with Best Offer).
- AddFixedPriceItem gives you an option to track eBay items by SKU instead of item ID (see Item.InventoryTrackingMethod and Item.SKU).
- AddFixedPriceItem supports mult-variation listings.
Note for Users of Large Merchant Services: As of release 637, a namespace is returned in the BulkDataExchangeResponseType (top level) of the response. This container is not shown in the call output description, but you can see it in the Upload Multiple Listings in Bulk (for Large Merchants) samples at the end of this page.
© 2005–2009 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.