# Inventory Examples

These examples show how to use the eBay SDK for PHP with the Inventory service.

1. [Get inventory item](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/inventory/01-get-inventory-item.php)

   A basic example that gets a specified inventory item.

1. [Create or replace inventory item](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/inventory/02-create-or-replace-inventory-item.php)

   Shows how to create or replace an inventory item. 
