PHPackages                             zvps/ebay-sell-listing-php-client - 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. zvps/ebay-sell-listing-php-client

ActiveLibrary

zvps/ebay-sell-listing-php-client
=================================

Note: This is a (Limited Release) API available only to select developers approved by business units. Enables a seller adding an ad or item on a Partner's site to automatically create an eBay listing draft using the item details from the Partner's site.

0331PHP

Since Jul 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zVPS/ebay-sell-listing-php-client)[ Packagist](https://packagist.org/packages/zvps/ebay-sell-listing-php-client)[ RSS](/packages/zvps-ebay-sell-listing-php-client/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#openapiclient-php)

Note: This is a (Limited Release) API available only to select developers approved by business units. Enables a seller adding an ad or item on a Partner's site to automatically create an eBay listing draft using the item details from the Partner's site.

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/zvps/ebay-sell-listing-php-client.git"
    }
  ],
  "require": {
    "zvps/ebay-sell-listing-php-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
