---
title: "List all product prices"
method: GET
path: "/products/price"
tags: ["Products"]
---

# List all product prices

`GET /products/price`

Returns all prices for all products, including product discount details.

## Query parameters

- `country` string
- `currency` string
- `limit` integer
- `page` integer

## Response `200`

OK

- GetAllProductPriceSuccessResponse
  - `page` integer — The current page number of results.
  - `limit` integer — The number of items per page.
  - `nextPage` integer — The next page number of results returned.
  - `products` object[]
    - `action` string — The action performed to retrieve the pricing.
    - `result` string — The result of the action (e.g., success or error).
    - `product` string — The product path identifier.
    - `pricing` object — Pricing details for the product in different regions.
      - `US` object — Pricing details for the US region.
        - `currency` string — The currency used for the price.
        - `price` number — The price of the product.
        - `display` string — The price display format.
        - `quantityDiscount` object — Discounts applied based on quantity.
          - `5` object — Discount applied for buying 5 items.
            - `discountPercent` number — The discount percentage.
            - `discountValue` number — The discount value.
            - `discountValueDisplay` string — The display format for the discount.
            - `unitPrice` number — The price per unit after the discount.
            - `unitPriceDisplay` string — The display format for the unit price.
        - `discountReason` object — Reason for the discount.
          - `en` string — The reason for the discount in English.
        - `discountPeriodCount` integer — The duration for which the discount is valid.
        - `available` object — Availability period for the pricing.
          - `start` string — The start date of the pricing availability.
          - `end` string — The end date of the pricing availability.
        - `setupFeePrice` number — The setup fee for the product.
        - `setupFeePriceDisplay` string — The display format for the setup fee.
        - `setupFeeReason` object — Reason for the setup fee.
          - `en` string — The reason for the setup fee in English.

---

[API](https://skmtc.dev/fastspring/apis/fastspring-api-accounts.md) · [All operations](https://skmtc.dev/fastspring/apis/fastspring-api-accounts/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastspring/fastspring-api-accounts/revisions/ae2f0b97db3e/schema)
