---
title: "Search Products"
method: GET
path: "/product/search"
---

# Search Products

`GET /product/search`

Retrieve products available at the current org based on the query params such as SKU, quantity, price, item status, images, attributes and so on.

## Query parameters

- `q` string, required
- `format` 'xml' | 'json'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` integer
      - `message` string
    - `product` object
      - `count` integer
      - `start` integer
      - `rows` integer
      - `results` object
        - `item` object[]
          - `id` string
          - `price` integer
          - `org_id` integer
          - `description` string
          - `sku` string
          - `added_on` string
          - `attributes` object
            - `attribute` unknown[]
              - …
          - `img_url` string
          - `ean` string

## Other responses

- `400` — 400

---

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