PHPackages                             macropage/sdk-ebay-rest-account - 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. [API Development](/categories/api)
4. /
5. macropage/sdk-ebay-rest-account

ActiveLibrary[API Development](/categories/api)

macropage/sdk-ebay-rest-account
===============================

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 restrictions and availability of the methods in this API, see &lt;a href="/api-docs/sell/account/overview.html#acct-restrictions"&gt;API restrictions&lt;/a&gt;.

13.3k↓62.5%PHP

Since Mar 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/michabbb/sdk-ebay-rest-account)[ Packagist](https://packagist.org/packages/macropage/sdk-ebay-rest-account)[ RSS](/packages/macropage-sdk-ebay-rest-account/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

sdk-ebay-rest-account
=====================

[](#sdk-ebay-rest-account)

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 restrictions and availability of the methods in this API, see &lt;a href="/api-docs/sell/account/overview.html#acct-restrictions"&gt;API restrictions.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.3.0
- Package version: 2.3.2
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.5 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": "vcs",
      "url": "https://github.com/macropage/sdk-ebay-rest-account.git"
    }
  ],
  "require": {
    "macropage/sdk-ebay-rest-account": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/sdk-ebay-rest-account/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:

```
