---
title: "Get a list of distinct stock make and model combinations"
method: GET
path: "/v1/stock/make-models"
tags: ["Stock"]
---

# Get a list of distinct stock make and model combinations

`GET /v1/stock/make-models`

Retrieves a paged collection of distinct stock make models (required scope stock:read)

## Query parameters

- `sortBy` 'make' | 'model' | 'modelNumber' | 'creationDate' — Represents the fields that can be used to sort stock make-models.<p>Possible values:</p><ul><li><b>make</b>: Sort by stock make</li><li><b>model</b>: Sort by stock model</li><li><b>modelNumber</b>: Sort by model number (stock number)</li><li><b>creationDate</b>: Sort by creation date</li></ul>
- `direction` 'ascending' | 'descending' — Represents the direction in which sorting should be applied<p>Possible values:</p><ul><li><b>ascending</b>: Indicates ascending sorting order</li><li><b>descending</b>: Indicates descending sorting order</li></ul>
- `searchQuery` string
- `productCategoryId` integer
- `pageNumber` integer
- `pageSize` integer

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- PagedResponseReadStockMakeModelModel — A paged collection of items
  - `items` ReadStockMakeModelModel[] — The items returned for the requested page
    - `id` integer — The unique identifier of the stock
    - `type` integer — The unique identifier of the stock type (product category)
    - `make` string — The manufacturer or brand of the stock item
    - `model` string — The model of the stock item
    - `number` string — The model number or reference number of the stock
    - `createdAt` string, date-time — The UTC date and time when the stock was created
  - `pageNumber` integer — The page number of the response where 1 is the first page
  - `pageSize` integer — The number of items requested for the current page
  - `pageItemCount` integer — The number of items returned in the current page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
