---
title: "Search a Product"
method: POST
path: "/productmanager.quicksearch"
tags: ["Products"]
---

# Search a Product

`POST /productmanager.quicksearch`

Performs a search by `sku` and `label` fields. Returns all lists containing the search term. Enter the search term in the request body in the `q` parameter.
<!-- theme: note -->
> **Information**: Use the **/productmanager.quicksearch/{query}** (*Search a Product (URL)*) endpoint to pass the search term in the URL.

## Request body

- object
  - `data` object, required
    - `q` string, required — Enter the term you want to search.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `sku` string
      - `label` string
      - `itemTypedId` string
      - `listId` number
      - `targetObjectTypeCode` string
      - `listLabel` string
    - `totalRows` number
    - `status` number

---

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