# 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="/files/blQPKMrEVdUJxT7XA6jt" 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://easyparser.gitbook.io/easyparser-documentation/real-time-integration/offer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
