---
title: "Get Products"
method: GET
path: "/products"
tags: ["Products"]
---

# Get Products

`GET /products`

Get client products

## Query parameters

- `client` integer, required
- `name` string
- `prevent_custom_price_products` string
- `tag` string
- `sort` string

## Response `200`

OK

- object
  - `data` Product[]
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `name` string
    - `tag` integer
    - `kitchen_name` string
    - `official_name` string
    - `is_favourite` integer
    - `stock_price` integer
    - `selling_price` integer
    - `code` string
    - `sku_code` string
    - `quantity` integer
    - `client` integer
    - `color` string
    - `weight` integer
    - `description` string
    - `type` integer
    - `integration` string
    - `type_text` string
    - `not_kitchen` integer
    - `is_visible` integer
    - `inventory_on_variants` integer
    - `closed_for_discount` integer — 0 or 1
  - `meta` object
    - `pagination` object
      - `total` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `self` string
        - `next` string
        - `last` string

---

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