---
title: "GET /tax/products/{reference_product_id}"
method: GET
path: "/tax/products/{reference_product_id}"
---

# GET /tax/products/{reference_product_id}

`GET /tax/products/{reference_product_id}`

Retrieve the details of a specific product

## Path parameters

- `reference_product_id` string, required

## Response `200`

Product details

- ProductResponse
  - `object` string — The type of object: `tax.product`.
  - `reference_product_id` string — The ID of the created product
  - `reference_product_name` string — The name of the created product
  - `product_category` string — The category of the created product
  - `created_at` number — Epoch datetime representing the date and time the product was created
  - `updated_at` number — Epoch datetime representing the date and time the product was last updated
  - `testmode` boolean — `True` if using a production API key. `False` if using a test API key.

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.dev/numeral-com/apis/numeral-api.md) · [All operations](https://skmtc.dev/numeral-com/apis/numeral-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/numeral-com/numeral-api/revisions/f0af51c3f9b9/schema)
