# Offer

### Overview

The `Offer` operation is used to retrieve offer-level data for a specific product on Amazon. It provides a list of all available seller offers for a product, including pricing, condition, fulfillment method, and Buy Box information.

This operation is especially useful for analyzing competition, understanding price dynamics, and making sourcing decisions.

With this operation, users can access:

* All active seller offers
* Pricing (including discounts)
* Seller information and ratings
* Fulfillment type (FBA / FBM)
* Buy Box ownership
* Order quantity limits

<figure><img src="https://1119925459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEk7UiZVslGrV4U3FpDSV%2Fuploads%2FOTDWrSLITwaIjwxng5qN%2Foffer_Example.png?alt=media&#x26;token=59e1f25d-e8bd-44c5-be7d-b25519995cf6" alt=""><figcaption></figcaption></figure>

### Use Cases

* Analyzing marketplace competition for a given product
* Identifying the Buy Box winner and their price
* Evaluating seller reputation and fulfillment strategy
* Understanding pricing variation between sellers
* Supporting repricing engines or sourcing decisions

### Accepted Input Types

* `asin` (e.g. `B005CWEQEW`)
* Must also include `type: OFFER` in the request payload

Using the ASIN is mandatory. The system does not currently support offer retrieval by URL.

### Available Through

This operation is available via both **Realtime Service** and **Bulk Service**.\
The bulk version allows you to retrieve offer data for multiple products at once — ideal for catalog-wide analysis.
