The following endpoint can be used to add or update an item within the {app.name} application.
The following endpoint can be used to add or update an item. You must replace the site_id variable with the site id that was provided when the site was created.
{
"external_id": "439772921",
"name": "Men's Large T-Shirt",
"unit_price": 14.99,
"active": true
}
{
"success": true,
"action": "added",
"_id": "60f720d248f143332af022e0"
}
{
"success": false,
"errors": [
"invalid field2",
"missing field_name"
]
}