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.2(3y ago)11.8kunlicensePHPPHP &gt;=7.2

Since Dec 24Pushed 3y 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 1mo ago

READMEChangelog (3)Dependencies (3)Versions (7)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
