PHPackages                             bricre/ebay-sdk-commerce-notification - 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. bricre/ebay-sdk-commerce-notification

ActiveLibrary[API Development](/categories/api)

bricre/ebay-sdk-commerce-notification
=====================================

API client generated from OpenAPI definition from eBay's OpenAPI definition

v1.2.0(3y ago)05Apache-2.0PHP

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bricre/ebay-sdk-commerce-notification)[ Packagist](https://packagist.org/packages/bricre/ebay-sdk-commerce-notification)[ RSS](/packages/bricre-ebay-sdk-commerce-notification/feed)WikiDiscussions master Synced 4w ago

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

(Unofficial) eBay Selling Partner API client (PHP) - Notification API
=====================================================================

[](#unofficial-ebay-selling-partner-api-client-php---notification-api)

Code generated from eBay's Swagger file using [allansun/openapi-code-generator](https://github.com/allansun/openapi-code-generator).

Generated code is well self-documented with proper PHPDoc annotations.

Please refer to [eBay's documentation](https://developer.ebay.com/develop/apis) for detailed API behaviour explanation.

Installation
------------

[](#installation)

```
composer require bricre/ebay-api-commerce-notification
```

You will also need a [PSR-18 compatible client](https://www.php-fig.org/psr/psr-18/) see

So either use Guzzle (or any other PSR-18 compatible clients)

```
composer require php-http/guzzle7-adapter
```

Versioning
----------

[](#versioning)

This project matches eBay's API versioning.

Due to the [restriction of Composer](https://getcomposer.org/doc/articles/versions.md), version number like '2021-01-01' will be changed to '2021.01.01'.

Should you found a matching version not being available. Please contact the author to generate against correct version.

Usage
-----

[](#usage)

First you need to create a PSR-18. Then in your business logic you can call API operations directly.

You may also want to check out eBay's document about [how to authorize your request](https://developer.ebay.com/api-docs/static/oauth-scopes.html).

```
