PHPackages                             macropage/sdk-ebay-rest-fulfillment - 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-fulfillment

ActiveLibrary[API Development](/categories/api)

macropage/sdk-ebay-rest-fulfillment
===================================

Use the Fulfillment API to complete the process of packaging, addressing, handling, and shipping each order on behalf of the seller, in accordance with the payment method and timing specified at checkout.

22.8k↓50%1PHPCI failing

Since Mar 17Pushed 5y agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

sdk-ebay-rest-fulfillment
=========================

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

Use the Fulfillment API to complete the process of packaging, addressing, handling, and shipping each order on behalf of the seller, in accordance with the payment method and timing specified at checkout.

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

- API version: 1.11.1
- 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-fulfillment.git"
    }
  ],
  "require": {
    "macropage/sdk-ebay-rest-fulfillment": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

```
