PHPackages                             minotaurlogistics/ebay-inventory-api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. minotaurlogistics/ebay-inventory-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

minotaurlogistics/ebay-inventory-api
====================================

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.

1.2(4y ago)1161unlicensePHPPHP &gt;=7.2

Since Nov 24Pushed 4y agoCompare

[ Source](https://github.com/MinotaurLogistics/EbayInventoryApi)[ Packagist](https://packagist.org/packages/minotaurlogistics/ebay-inventory-api)[ Docs](https://openapi-generator.tech)[ RSS](/packages/minotaurlogistics-ebay-inventory-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

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.2 and later.

### Composer

[](#composer)

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

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
