---
title: "POST /tax/products"
method: POST
path: "/tax/products"
---

# POST /tax/products

`POST /tax/products`

Create and categorize a new product

## Request body

- ProductRequest
  - `reference_product_id` string, required — The ID of the product
  - `reference_product_name` string, required — The name of the product
  - `product_category` string, required — The category of the product

## Response `200`

Product creation response

- 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.net/numeral-com/apis/numeral-api.md) · [All operations](https://skmtc.net/numeral-com/apis/numeral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral-com/numeral-api/revisions/f0af51c3f9b9/schema)
