---
title: "Get Products"
method: GET
path: "/Sites/{siteId}/Products"
tags: ["Products"]
---

# Get Products

`GET /Sites/{siteId}/Products`

## Path parameters

- `siteId` integer, required

## Query parameters

- `availability` 'Undefined' | 'InStock' | 'OutOfStock' | 'Preorder'
- `minPrice` number, float
- `maxPrice` number, float
- `addToScheduledOrder` boolean
- `processScheduledOrder` boolean
- `search` string
- `groupIds` integer[]
- `productIds` string[]
- `metadataKey` string[]
- `metadataValue` string[]
- `active` boolean
- `valid` boolean
- `page` integer
- `pageSize` integer
- `orderBy` string
- `order` string

## Response `200`

Success

- QPilotCoreModelsPagedResultProductDto
  - `items` QPilotCoreModelsDtoEntitiesProductDto[], nullable
    - `productId` integer
    - `siteId` integer
    - `parentProduct` QPilotCoreModelsDtoEntitiesProductDto — recursive
    - `createdUtc` string, date-time
    - `updatedUtc` string, date-time
    - `lifetimeValue` number, double, nullable
    - `validationErrorCode` 1 | 2 | 3 | 4
    - `syncOnUpdate` boolean, nullable
    - `imageUrl` string, nullable
    - `id` string, required
    - `title` string, required
    - `price` number, float, required
    - `parentProductId` string, nullable
    - `sku` string, nullable
    - `gtin` string, nullable
    - `mpn` string, nullable
    - `description` string, nullable
    - `salePrice` number, float, nullable
    - `length` string, nullable
    - `width` string, nullable
    - `height` string, nullable
    - `weight` string, nullable
    - `weightUnitType` 'Pound' | 'Ounce' | 'Kilogram' | 'Gram'
    - `lengthUnitType` 'Inch' | 'Foot' | 'Yard' | 'Milimeter' | 'Centimeter' | 'Meter'
    - `shippingClass` string, nullable
    - `taxClass` string, nullable
    - `addToScheduledOrder` boolean
    - `processScheduledOrder` boolean
    - `availability` 'Undefined' | 'InStock' | 'OutOfStock' | 'Preorder'
    - `stock` integer, nullable
    - `productGroupIds` integer[], nullable
    - `availableFrequencies` QPilotCoreModelsFrequencyTypeValues[], nullable
      - `frequencyType` 'Days' | 'Weeks' | 'Months' | 'DayOfTheWeek' | 'DayOfTheMonth'
      - `displayName` string, nullable
      - `value` integer
    - `backordersAllowed` boolean, nullable
    - `metadata` object, nullable
    - `active` boolean, nullable
    - `valid` boolean, nullable
  - `totalCount` integer
  - `totalPages` integer

---

[API](https://skmtc.net/qpilot/apis/qpilot-api.md) · [All operations](https://skmtc.net/qpilot/apis/qpilot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qpilot/qpilot-api/versions/b2f13a808fdd/schema)
