---
title: "getPricing"
method: GET
path: "/products/pricing/v0/price"
tags: ["Product Pricing v0"]
---

# getPricing

`GET /products/pricing/v0/price`

Returns pricing information for a seller's offer listings based on seller SKU or ASIN.

**Note:** The parameters associated with this operation may contain special characters that require URL encoding to call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).

**Usage Plan:**

| Rate (requests per second) | Burst |
| ---- | ---- |
| 0.5 | 1 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

## Query parameters

- `MarketplaceId` string, required
- `Asins` string[]
- `Skus` string[]
- `ItemType` 'Asin' | 'Sku', required
- `ItemCondition` 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club'
- `OfferType` 'B2C' | 'B2B'

## Response `200`

Success.

- GetPricingResponse — The response schema for the `getPricing` and `getCompetitivePricing` operations.
  - `payload` Price[] — The payload for the `getPricing` and `getCompetitivePricing` operations.
    - `listingPrice` MoneyType, required — Currency type and monetary value schema to demonstrate pricing information.
      - `currencyCode` string — The currency code in ISO 4217 format.
      - `amount` number — The monetary value.
    - `shippingPrice` MoneyType — Currency type and monetary value schema to demonstrate pricing information.
      - `currencyCode` string — The currency code in ISO 4217 format.
      - `amount` number — The monetary value.
    - `points` Points — The number of Amazon Points that are offered with the purchase of an item and the monetary value of these points.
      - `pointsNumber` integer — The number of Amazon Points.
      - `pointsMonetaryValue` MoneyType — Currency type and monetary value schema to demonstrate pricing information.
        - `currencyCode` string — The currency code in ISO 4217 format.
        - `amount` number — The monetary value.
  - `errors` Error[] — A list of error responses returned when a request is unsuccessful.
    - `code` string, required — An error code that identifies the type of error that occurred.
    - `message` string, required — A message that describes the error condition.
    - `details` string — Additional details that can help the caller understand or fix the issue.

## Other responses

- `400` — Request has missing or invalid parameters and cannot be parsed.
- `401` — The request's Authorization header is not formatted correctly or does not contain a valid token.
- `403` — Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
- `404` — The specified resource does not exist.
- `429` — The frequency of requests was greater than allowed.
- `500` — An unexpected condition occurred that prevented the server from fulfilling the request.
- `503` — Temporary overloading or maintenance of the server.

---

[API](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01.md) · [All operations](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/a-content-management-v2020-11-01/revisions/815a5b6dbaa6/schema)
