---
title: "query all product detail"
method: GET
path: "/products/detail"
tags: ["product"]
---

# query all product detail

`GET /products/detail`

query all product detail

## Query parameters

- `internalProduct` integer
- `productId` string
- `regionId` string
- `status` string
- `vendorId` string

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `products` object
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.net/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/631e4b26b7e8/schema)
