The following endpoint can be used to add or update an item within the Hyfin application.
The following endpoint can be used to add or update an item. You must replace the {base_url} and {site_id} variables with your issued host and the site id that was provided when the site was created.
{
"externalId": "439772921",
"name": "Men's Large T-Shirt",
"unitPrice": 1499,
"deleted": false
}
{
"success": true,
"action": "added",
"_id": "60f720d248f143332af022e0",
"updatedAt": "2025-05-30T19:19:44.143Z"
}
{
"success": false,
"errors": [
"invalid field2",
"missing field_name"
]
}