PHPackages                             christian71-stack/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. christian71-stack/ebay-inventory-api

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

christian71-stack/ebay-inventory-api
====================================

2.0.4(1mo ago)028proprietaryPHPPHP ^8.4

Since Dec 30Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/christian71-stack/ebay-inventory-api)[ Packagist](https://packagist.org/packages/christian71-stack/ebay-inventory-api)[ Docs](http://swagger.io)[ RSS](/packages/christian71-stack-ebay-inventory-api/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (8)Versions (9)Used By (0)

SwaggerClient-php
=================

[](#swaggerclient-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.

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.18.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 8.2 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/christian71-stack/ebay-sell-inventory-php-client.git"
    }
  ],
  "require": {
    "christian71-stack/ebay-sell-inventory-php-client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
