Docs

Create or Update Items

Use this method to create or update items. You can create or update a maximum of 500 items per request, although we recommend batches of 50-100 to optimise efficiency.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

The name of the item (max length = 50)

string

Default account code to be used for purchased/sale. Not applicable to the purchase details of tracked items

stringrequired

User defined item code (max length = 30)

string

Unit Price of the item. By default UnitPrice is rounded to two decimal places. You can use 4 decimal places by adding the unitdp=4 querystring parameter to your request.

string

The sales description of the item (max length = 4000)

string
object

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.