---
title: "List price book products"
method: GET
path: "/price_book_products"
tags: ["Price Books"]
---

# List price book products

`GET /price_book_products`

Returns a paginated list of price book products.

🔒 Requires: `products:read:price_books` scope

## Query parameters

- `after` integer
- `before` integer
- `page_size` integer

## Response `200`

- PriceBookProductCollection
  - `data` PriceBookProduct[], required — An array of Price Book objects wrapped in a top level `data` object.
    - `adjustment` number, double, nullable — The adjustment amount
    - `adjustment_type` string — The adjustment type
    - `created_at` string — Creation timestamp in UTC.
    - `default_display_price` number, double — The default display price
    - `deleted_at` string, nullable — Deletion timestamp in UTC.
    - `discount` number, double, nullable — The discount amount
    - `id` string — Auto-generated object ID.
    - `loyalty_value` number, double, nullable — Price Book defined loyalty value.
    - `max_units` number, double, nullable — The maximum number of items for which this price will be used.
    - `min_units` number, double, nullable — The minimum number of items for which this price will be used.
    - `price` number, double, required — The Retail price of the product.
    - `price_book_id` string — The ID of the Price Book this product belongs to.
    - `product_id` string, required — The ID of the associated product.
    - `retail_tax` number, double — The retail tax
    - `rounding` string — The format for the rounding
    - `tax_id` string, required — The id for the tax rate
    - `updated_at` string — Last update timestamp in UTC.
    - `version` integer

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
