---
title: "Add"
method: POST
path: "/Products/Add"
tags: ["Products"]
---

# Add

`POST /Products/Add`

This endpoint allows you to create products.
You can specify details such as category, name, price, currency, VAT type, and additional product information.
The product will be added to your catalog and can be used in transactions, recurring payments, Invoice+, etc.

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `category_uids` string[] — Array of strings, each string is a different category_uid. This allows you to assign your product to multiple categories. If not set, the product will be assigned to system's default category.
  - `name` string, required — Product name. This is a required field and should be unique for each product for better identification.
  - `valid` boolean — Sets if the product is valid or not. If set to false, the product will not be available accross the system.
  - `price` integer, required — Sell price
  - `currency_code` 'ILS' | 'USD' | 'EUR' | 'GPB', required
  - `vat_type` 0 | 1 | 2, required — 0 - VAT Included 1 - VAT Not Included 2 - VAT Exempt
  - `barcode` string — Barcode of the product. This is an optional field, but it can be used to identify the product in a more convenient way.
  - `value` string — Cost price
  - `description` string — Product description, can be used for additional information about the product.
  - `fixed_amount_discount` integer — Fixed amount discount for the product. This is a discount that will be applied to the product price.
  - `percentage_discount` integer — Percentage discount for the product. This is a discount that will be applied to the product price as a percentage.
  - `guide_document_url` string — Mostly used for invoies to send manual docmentation of a product when customer buying product

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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