PHPackages                             leibbrand-development/sdk-ebay-inventory - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. leibbrand-development/sdk-ebay-inventory

ActiveLibrary[API Development](/categories/api)

leibbrand-development/sdk-ebay-inventory
========================================

The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay marketplace. There are also methods in this API that will convert eligible, active eBay listings into the Inventory API model.

11PHP

Since Dec 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/GuidoLeibbrand/sdk-ebay-inventory)[ Packagist](https://packagist.org/packages/leibbrand-development/sdk-ebay-inventory)[ RSS](/packages/leibbrand-development-sdk-ebay-inventory/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

sdk-ebay-inventory
==================

[](#sdk-ebay-inventory)

The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay marketplace. There are also methods in this API that will convert eligible, active eBay listings into the Inventory API model.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GuidoLeibbrand/sdk-ebay-inventory.git"
    }
  ],
  "require": {
    "GuidoLeibbrand/sdk-ebay-inventory": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
