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

ActiveLibrary[API Development](/categories/api)

macropage/sdk-ebay-rest-negotiation
===================================

The &lt;b&gt;Negotiations API&lt;/b&gt; gives sellers the ability to proactively send discount offers to buyers who have shown an "interest" in their listings. &lt;br&gt;&lt;br&gt;By sending buyers discount offers on listings where they have shown an interest, sellers can increase the velocity of their sales. &lt;br&gt;&lt;br&gt;There are various ways for a buyer to show &lt;i&gt;interest &lt;/i&gt; in a listing. For example, if a buyer adds the listing to their &lt;b&gt;Watch&lt;/b&gt; list, or if they add the listing to their shopping cart and later abandon the cart, they are deemed to have shown an interest in the listing. &lt;br&gt;&lt;br&gt;In the offers that sellers send, they can discount their listings by either a percentage off the listing price, or they can set a new discounted price that is lower than the original listing price. &lt;br&gt;&lt;br&gt;For details about how seller offers work, see &lt;a href="/api-docs/sell/static/marketing/offers-to-buyers.html" title="Selling Integration Guide"&gt;Sending offers to buyers&lt;/a&gt;.

020[1 issues](https://github.com/michabbb/sdk-ebay-rest-negotiation/issues)PHP

Since Jun 27Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

sdk-ebay-rest-negotiation
=========================

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

The **Negotiations API** gives sellers the ability to proactively send discount offers to buyers who have shown an "interest" in their listings.

By sending buyers discount offers on listings where they have shown an interest, sellers can increase the velocity of their sales.

There are various ways for a buyer to show *interest*  in a listing. For example, if a buyer adds the listing to their **Watch** list, or if they add the listing to their shopping cart and later abandon the cart, they are deemed to have shown an interest in the listing.

In the offers that sellers send, they can discount their listings by either a percentage off the listing price, or they can set a new discounted price that is lower than the original listing price.

For details about how seller offers work, see &lt;a href="/api-docs/sell/static/marketing/offers-to-buyers.html" title="Selling Integration Guide"&gt;Sending offers to buyers.

Created via
-----------

[](#created-via)

```
docker run --rm -v ${PWD}:/app -w /app openapitools/openapi-generator-cli:v6.6.0 generate -i /app/sell_negotiation_v1_oas3.yaml -g php -o /app --config /app/openapi-config.php.ebay.negotiation.json
```

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
