---
title: "Add Product"
method: POST
path: "/product/add"
---

# Add Product

`POST /product/add`

Allows you to add product to the inventory.

## Request body

- object
  - `RAW_BODY` string

## Response `200`

200

- union
  - object
    - `response` object
      - `status` object
        - `success` boolean
        - `code` integer
        - `message` string
      - `product` object[]
        - `item_id` string
        - `sku` string
        - `ean` string
        - `price` string
        - `img_url` string
        - `in_stock` string
        - `description` string
        - `returnable` string
        - `returnable_days` integer
        - `long_description` string
        - `size` object
          - `name` unknown
        - `style` object
          - `name` unknown
        - `brand` object
          - `name` unknown
        - `color` object
          - `name` unknown
        - `category` object
          - `name` unknown
        - `attributes` unknown[]
          - unknown
        - `item_status` object
          - `success` boolean
          - `code` integer
          - `message` string
  - object
    - `response` object
      - `status` object
        - `success` boolean
        - `code` integer
        - `message` string
      - `product` object[]
        - `item_id` string
        - `sku` string
        - `ean` string
        - `price` string
        - `img_url` string
        - `in_stock` string
        - `description` string
        - `returnable` string
        - `ou_code` string
        - `ou_id` string
        - `returnable_days` integer
        - `long_description` string
        - `size` object
          - `name` unknown
        - `style` object
          - `name` unknown
        - `brand` object
          - `name` unknown
        - `color` object
          - `name` unknown
        - `category` object
          - `name` unknown
        - `attributes` unknown[]
          - unknown
        - `item_status` object
          - `success` boolean
          - `code` integer
          - `message` string

## Other responses

- `400` — 400

---

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