---
title: "Returns a list of company's Products. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by \"id\" and \"stockCode\" fields."
method: GET
path: "/v1/products"
tags: ["Products"]
---

# Returns a list of company's Products. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by "id" and "stockCode" fields.

`GET /v1/products`

## Response `200`

OK

- PageResultProductDto
  - `Items` ProductDto[]
    - `id` integer
    - `unitPrice` number, double
    - `stockCode` string
    - `grossUnitPrice` boolean
    - `hasDefaultVatRate` boolean
    - `vatRateId` integer
    - `timestamp` string, byte
    - `details` string[]
    - `vatAnalysisTypeId` integer
    - `productTypeId` integer
  - `NextPageLink` string
  - `Count` integer

---

[API](https://skmtc.net/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.net/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/versions/1324a5ec638a/schema)
