PHPackages                             cdma-numiscorner/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. cdma-numiscorner/ebay-inventory-api

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

cdma-numiscorner/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.3.1(1mo ago)11.8k[2 PRs](https://github.com/cdma-numiscorner/EbayInventoryApi/pulls)unlicensePHPPHP &gt;=7.2

Since Dec 24Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/cdma-numiscorner/EbayInventoryApi)[ Packagist](https://packagist.org/packages/cdma-numiscorner/ebay-inventory-api)[ Docs](https://openapi-generator.tech)[ RSS](/packages/cdma-numiscorner-ebay-inventory-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (6)Versions (11)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/cdma-numiscorner/EbayInventoryApi.git"
    }
  ],
  "require": {
    "cdma-numiscorner/EbayInventoryApi": "*@dev"
  }
}
```

Then run `composer install`

Regenerate Client
-----------------

[](#regenerate-client)

```
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli:v5.0.1 generate     -i https://developer.ebay.com/api-docs/master/sell/inventory/openapi/3/sell_inventory_v1_oas3.yaml     -g php  --git-user-id cdma-numiscorner --git-host github.com --git-repo-id ebay-inventory-api --invoker-package 'OpenAPI\EbayInventoryClient' --artifact-version 1.0 --release-note "Initial commit" -o /local ```

### Manual Installation

Download the files and include `autoload.php`:

```php
