---
title: "POST /api/Product/insert"
method: POST
path: "/api/Product/insert"
tags: ["Products"]
---

# POST /api/Product/insert

`POST /api/Product/insert`

## Request body

- ProductInsert
  - `category_Id` integer
  - `name_En` string, nullable
  - `name_Ar` string, nullable
  - `desc_En` string, nullable
  - `desc_Ar` string, nullable
  - `quantity` integer
  - `price` number, double
  - `stockable` boolean
  - `stockable_Show` boolean
  - `image` string, nullable
  - `inActive` boolean
  - `installment_Price` number, float

## Response `200`

Success

---

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