InventoryItems

This entity describes an Autotask product that is associated with an Inventory location in the Autotask Inventory module. Once an InventoryItems entity has been created, you can track quantities for that item (quantity on hand, quantity on order) and provide a value for minimum and maximum quantity for use with the Auto-Fill Order feature. You can assign serial numbers to instances of InventoryItems, add them to purchase orders, and "receive" them. You can also transfer them between inventory locations or associate them with an account. Inventory items are added and managed in Autotask through the Inventory module.

NOTE   Please review the Conditions and Requirements listed below before creating or updating InventoryItems.

NOTE  You can refer to the Online Help to find root and child access URLs of the entity you wish to query. Refer to Finding resource and child access URLs of REST API entities for more information.

Entity details

Entity Name: InventoryItems

Entity Path:

/atservicesrest/v1.0/InventoryItems

Can Create:
Can Update:
Can Query:
Can Delete:  
Can Have UDFs:  

IMPORTANT  Requests to this entity require special handling. Refer to the Entity URLs and relationships section of this article for details.

Conditions and requirements

General

  • Inventory Add/Edit Item permission is required to Add or Edit an Inventory Item.
  • To query, you must have View permission and Inventory access (site installed module access and security level feature or section access)
  • To create or update, you must have View and Create permission and Inventory access (site installed module access and security level feature or section access)
  • Each inventoryItem requires a unique combination of inventoryItem.productID and inventoryItem.inventoryLocationID.

Special field attributes

Field Conditions and Requirements
inventoryLocationID inventoryLocationID must reference an isActive inventory location.
quantityMinimum quantityMinimum must be >= 0.
quantityMaximum quantityMaximum must be >= quantityMinimum.

quantityOnHand

 

quantityOnHand must be >= the quantity quantityPicked + quantity quantityReserved.

  • For serialized products (that is, products that track a serial number):
    • On create, quantityOnHand must = 0 (quantity for these inventory items is increased by creating InventoryItemSerialNumber entities).
    • On update, quantityOnHand is Read-Only

Field definitions

Field Name Datatype Read-Only Is Required Reference Name Picklist
backOrderQuantity integer      
bin string (50)        
id integer    
impersonatorCreatorResourceID integer   Resources

 

inventoryLocationID integer InventoryLocations  
productID integer Products  
quantityMaximum integer      
quantityMinimum integer      
quantityOnHand integer      
quantityOnOrder integer      
quantityPicked integer      
quantityReserved integer      
referenceNumber string (50)        

Additional resources