---
title: "Search a Product (URL)"
method: POST
path: "/productmanager.quicksearch/{query}"
tags: ["Products"]
---

# Search a Product (URL)

`POST /productmanager.quicksearch/{query}`

Performs a search by `sku` and `label` fields. Returns all lists containing the search term. Enter the search term query [URL-encoded](https://www.w3schools.com/tags/ref_urlencode.ASP) to prevent an invalid API call when using special characters in the URL.
<!-- theme: note -->
> **Information**: Use the **/productmanager.quicksearch** (*Search a Product*) endpoint to pass the search term in the request body.

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