# Large Merchant Services Examples

These examples show how to use the eBay SDK for PHP with the Large Merchant Services.

1. [Get jobs](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/large-merchant-services/01-get-jobs.php)

   A basic example that lists some of the jobs that been submitted to the LMS on the eBay sandbox.

1. [Add Fixed Price Items](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/large-merchant-services/02-add-fixed-price-items.php)

   This example uses the LMS to upload several fixed price items for listing on the eBay sandbox.

1. [Download Active Inventory Report](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/large-merchant-services/03-download-active-inventory-report.php)

   This example uses the LMS to download the Active Inventory Report.

1. [Set Shipment Tracking Info](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/large-merchant-services/04-set-shipment-tracking-info.php)

   This example uses the SetShipmentTrackingInfo available via the LMS.

1. [Revise Inventory Status](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/large-merchant-services/05-revise-inventory-status.php)

   This example uses the ReviseInventoryStatus available via the LMS.

1. [Abort Job](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/large-merchant-services/06-abort-job.php)

   This example will abort a specificed LMS job on the eBay sandbox.
