The Item Site object
An item site represents a location where inventory items are stored. This is useful for tracking inventory at different locations, such as a warehouse or a store.
The unique identifier assigned by QuickBooks to this item site. This ID is unique across all item sites but not across different QuickBooks object types.
"80000001-1234567890"
The type of object. This value is always "qbd_item_site"
.
"qbd_item_site"
"qbd_item_site"
The date and time when this item site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time zone in QuickBooks.
"2021-10-01T17:34:56.000Z"
The date and time when this item site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time zone in QuickBooks.
"2021-10-01T20:45:30.000Z"
The current QuickBooks-assigned revision number of this item site object, which changes each time the object is modified. When updating this object, you must provide the most recent revisionNumber
to ensure you're working with the latest data; otherwise, the update will return an error.
"1721172183"
The inventory assembly item associated with this item site. An inventory assembly item is assembled or manufactured from other inventory items, and the items and/or assemblies that make up the assembly are called components.
{
"id": "80000001-1234567890",
"fullName": "Inventory Assembly Item"
}
The inventory item associated with this item site.
{
"id": "80000001-1234567890",
"fullName": "Inventory Item"
}
The site location where inventory for the item associated with this item site is stored.
{
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
}
The specific location (e.g., bin or shelf) within the inventory site where the item associated with this item site is stored.
{
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
}
The inventory level at which QuickBooks prompts you to reorder this item site.
25
The number of units of this item site currently in inventory. quantityOnHand
multiplied by averageCost
equals totalValue
for inventory item lists. To change the quantityOnHand
for an item site, you must use an inventory-adjustment instead of updating the item site directly.
150
The number of units of this item site that are currently listed on outstanding purchase orders and have not yet been received.
40
The number of units of this item site that are currently listed on outstanding sales orders and have not yet been fulfilled or delivered to customers.
30
The number of units of this item site that are scheduled to be built on pending build transactions.
15
The number of units of this item site required by pending build transactions.
12
The number of units of this item site that are currently on pending inventory transfer transactions.
8
The inventory level of this item site at which a new build assembly should begin. When the combined quantityOnHand
and quantityOnPurchaseOrders
drops below this point, QuickBooks flags the need to build additional units.
20