eBay's LMS feed types make it possible for a Seller's application to send very large amounts of inventory to the eBay site and to download information on single and multiple line-item orders. These services make a large merchant's workflow more efficient by leveraging the eBay infrastructure to use parallel execution and to automatically retry on errors. eBay's LMS feed types make it possible for a Seller's application to:

  • Upload large amounts of new inventory, revise existing inventory, end active listings, or re-list ended items

  • Acknowledge numerous fulfilled items

  • Provide shipping tracking information for numerous items

  • Download customizable active inventory reports

  • Download customizable order reports

This solution is designed to support merchants who need to manage thousands or tens of thousands (or possibly hundreds of thousands) of eBay listings at one time.

Advantages of using eBay's LMS feed types:

  • Shift the processing burden for large call volume (and call retries) from your servers to the eBay servers

  • Reduce your network bandwidth and connection requests significantly

  • Upload and manage price and quantity (near real-time) updates for thousands of eBay items

  • Manage your inventory by eBay Item ID or by SKU

  • Download large amounts information on orders and active listings

The Merchant Data API is a remnant of eBay’s Large Merchant Services solution. Before Large Merchant Services was deprecated, the seller would set up tasks (both upload and download) using the Bulk Data Exchange API, and would then upload and download XML files using the File Transfer API. Although not technically an API, the Merchant Data API defines all of the fields of the files that may be uploaded and all of the fields for the reports that may be downloaded.

The now deprecated Large Merchant Services solution used APIs for inventory management and reporting, coupled with other APIs (such as the Trading API), to complete an overall large merchant solution. Large Merchant Services (LMS) functionality as a SOAP service has been replaced by sending the same files, through the eBay Sell Feed API using LMS feed types.

This user's guide provides an overview of working with the LMS feed types, the XML data files used with LMS feed types, and describes how to use them with the Sell Feed API in different flows, as well as providing additional reference information.