API Documentation
Inventory ItemsAdd Inventory Item
Method: /items.[format]
Document Fields:
| Name | Data Type | Description |
| name | String | Item Name |
| description | String | Optional description of item |
| serial_number | String | Item Serial Number (for unique items) |
| SKU | String | Stock Keeping Unit |
| multiple | Integer | 0 = Unique Item, 1 = Quantity Item |
| threshold | Integer | Low Quantity Threshold |
| cost | Decimal | Item/Unit Cost |
| price | Decimal | Selling price of item/unit |
| quantity | Integer | Items in stock (unique items should have 1) |
| location_id | String | Location ID |
| category_id | String | Category ID |
| unit_of_measure_id | String | Unit of Measure ID |
Success:
If you have been successful in saving a new item, the response will return the newly created data object along with a “message” value of “Saved” as seen below.