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

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

cdma-numiscorner/ebay-account-api
=================================

The &lt;b&gt;Account API&lt;/b&gt; gives sellers the ability to configure their eBay seller accounts, including the seller's policies (the Fulfillment Policy, Payment Policy, and Return Policy), opt in and out of eBay seller programs, configure sales tax tables, and get account information. &lt;br&gt;&lt;br&gt;For details on the availability of the methods in this API, see &lt;a href="/api-docs/sell/account/overview.html#requirements"&gt;Account API requirements and restrictions&lt;/a&gt;.

1.0(5y ago)01.7kunlicensePHPPHP &gt;=7.2

Since Dec 30Pushed 5y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

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

[](#openapiclient-php)

The **Account API** gives sellers the ability to configure their eBay seller accounts, including the seller's policies (the Fulfillment Policy, Payment Policy, and Return Policy), opt in and out of eBay seller programs, configure sales tax tables, and get account information.

For details on the availability of the methods in this API, see &lt;a href="/api-docs/sell/account/overview.html#requirements"&gt;Account API requirements and restrictions.

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/EbayAccountApi.git"
    }
  ],
  "require": {
    "cdma-numiscorner/EbayAccountApi": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
