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

ActiveLibrary[API Development](/categories/api)

minotaurlogistics/ebay-account-api
==================================

1.0(5y ago)08proprietaryPHPPHP &gt;=5.5

Since Nov 24Pushed 5y agoCompare

[ Source](https://github.com/MinotaurLogistics/EbayAcccountApi)[ Packagist](https://packagist.org/packages/minotaurlogistics/ebay-account-api)[ Docs](http://swagger.io)[ RSS](/packages/minotaurlogistics-ebay-account-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/7925042d73491c77df9aed6ac6eb9797cf5c533dbdfb366718bd5c68ecd9a465/68747470733a2f2f7472617669732d63692e636f6d2f4d696e6f746175724c6f676973746963732f45626179416363636f756e744170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/MinotaurLogistics/EbayAcccountApi)

Ebay Account Api
================

[](#ebay-account-api)

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 Account API requirements and restrictions.

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

- API version: v1.6.0
- Package version: 1.0
- Build package: io.swagger.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": "git",
      "url": "https://github.com/minotaurlogistics/ebay-account-api.git"
    }
  ],
  "require": {
    "minotaurlogistics/ebay-account-api": "*@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

```

Regenerate Client
-----------------

[](#regenerate-client)

```
docker run --rm -v ${PWD}:/codegen/SwaggerClient-php swaggerapi/swagger-codegen-cli generate \
-i https://developer.ebay.com/api-docs/master/sell/account/openapi/2/sell_account_v1_oas2.json \
-o /codegen \
-l php \
--git-user-id minotaurlogistics --git-repo-id ebay-account-api \
--invoker-package 'Swagger\EbayAccountClient' \
--artifact-version 1.0 \
--api-package 'GeneratedApi'

```

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

[](#getting-started)

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

```
