---
title: "Create a Product"
method: POST
path: "/v3/catalogproduct"
---

# Create a Product

`POST /v3/catalogproduct`

## Query parameters

- `id` string, required
- `echo` boolean

## Request body

- object
  - `clientNumber` integer, required — Client number
  - `name` string, required — Product name
  - `supplier` string
  - `taxCode` string — Product tax code
  - `active` boolean
  - `taxable` boolean — Enable your product to be tax
  - `description` string — Product description

## Response `201`

201

- object
  - `id` integer
  - `name` string
  - `clientNumber` string
  - `description` string
  - `taxCode` string
  - `active` boolean
  - `modified` string
  - `created` string
  - `deleted` boolean
  - `taxable` boolean
  - `availableCount` integer
  - `quantitySold` integer
  - `displayImageDefault` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/revisions/6807b698abcb/schema)
