---
title: "Search for products"
method: GET
path: "/products/search"
tags: ["Products"]
---

# Search for products

`GET /products/search`

## Query parameters

- `client` integer, required
- `name` string
- `bar_code` string
- `sku_code` string

## Response `200`

OK

- object
  - `data` CounterItem[]
    - `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

---

[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)
