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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
category_uids
array of strings

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.

category_uids
string
required

Product name. This is a required field and should be unique for each product for better identification.

boolean
Defaults to true

Sets if the product is valid or not. If set to false, the product will not be available accross the system.

integer
required

Sell price

string
enum
required
Allowed:
integer
enum
required

0 - VAT Included 1 - VAT Not Included 2 - VAT Exempt

Allowed:
string

Barcode of the product. This is an optional field, but it can be used to identify the product in a more convenient way.

string

Cost price

string

Product description, can be used for additional information about the product.

integer

Fixed amount discount for the product. This is a discount that will be applied to the product price.

integer

Percentage discount for the product. This is a discount that will be applied to the product price as a percentage.

string

Mostly used for invoies to send manual docmentation of a product when customer buying product

Headers
string
required

API Key

string
required

Secret Key

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json