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

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

macropage/sdk-ebay-rest-postorder
=================================

API for searching eBay order cancellations.

v1.02(2y ago)141unlicensePHPPHP ^7.4 || ^8.0

Since Jan 18Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

sdk-ebay-rest-postorder
=======================

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

API for searching eBay order cancellations.

Created with
------------

[](#created-with)

```
docker run --rm -v ${PWD}:/app openapitools/openapi-generator-cli:v7.2.0 generate -i /app/ebay_post_order_api_openpai.json -g php -o /app  --config /app/openapi-config.php.ebay.postorder.json
```

Because eBay does not provide an OpenAPI Specification File, I created one for myself: `ebay_post_order_api_openpai.json`
So if you need more endpoints, feel free to provide an PR with an updated OpenAPI Specification File.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/macropage/sdk-ebay-rest-postorder.git"
    }
  ],
  "require": {
    "macropage/sdk-ebay-rest-postorder": "*@dev"
  }
}
```

Then run `composer install`

OR

`composer require macropage/sdk-ebay-rest-postorder`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
