---
title: "Creates a Product"
method: POST
path: "/products"
tags: ["Product"]
---

# Creates a Product

`POST /products`

Required permission: Products - Create

## Request body

- object
  - `price_cost` number
  - `price_retail` number
  - `condition` string
  - `description` string, required
  - `maintain_stock` boolean
  - `name` string, required
  - `quantity` integer
  - `warranty` string
  - `sort_order` integer
  - `reorder_at` integer
  - `disabled` boolean
  - `taxable` boolean
  - `product_category` string
  - `upc_code` string
  - `discount_percent` number
  - `warranty_template_id` integer
  - `qb_item_id` integer
  - `desired_stock_level` integer
  - `price_wholesale` number
  - `notes` string
  - `tax_rate_id` integer
  - `vendor_ids` integer[]
  - `physical_location` string
  - `serialized` boolean
  - `category_ids` integer[]
  - `product_skus_attributes` object[]
    - `vendor_id` integer
    - `value` string

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
