Skip to main content
PUT
cURL

Field support per integration

This is a full-replace update: the complete item must be provided, not just the fields being changed.
Supported request parameters:
string
string
required
boolean
number
required
enum
required
Available options: PRODUCT, SERVICE
string
required
number
required

Headers

X-API-KEY
string
required

API key

X-ACCOUNT-KEY
string
required

Account key

Path Parameters

itemId
string
required

Query Parameters

companyId
string
environmentName
string

Body

application/json
assetAccountId
string
Example:

"80"

expenseAccountId
string
Example:

"81"

incomeAccountId
string
Example:

"79"

inventoryStartDate
string
Example:

"2021-01-01"

itemNumber
string
Example:

"12345-A"

name
string
Example:

"Handmade Plastic Chair"

priceIncludesTax
boolean
Example:

true

stockCount
number
Example:

11

taxCode
string
Example:

"TAX19"

taxRatePercentage
number
Example:

19

type
enum<string>
Available options:
PRODUCT,
SERVICE
Example:

"PRODUCT"

unitName
Available options:
PIECE,
STÜCK,
NOT_UNIT,
CUBIC_METRE,
DAY,
GRAM,
HOUR,
KILOGRAM,
KILOMETRE,
LITRE,
METRE,
MILLIGRAM,
MILLILITRE,
MONTH,
NIGHT,
PACK,
PERCENTAGE,
SQUARE_METRE,
TONNE,
UNIT
Example:

"PIECE"

unitPurchasePrice
number
Example:

10

unitSalesPrice
number
Example:

20.5

Response

200 - application/json
meta
object
data
object
Last modified on August 17, 2026