API Documentation
Inventory ItemsEdit Inventory Item
Method: /items/[id].[format]
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 updating an item, the response will return the updated data object along with a “message” value of “Saved” as seen below.