Item Sites
The Item Site object
QuickBooks Desktop API
Core Resources
- Auth Sessions
- End Users
Utilities
Transactions
- All Transactions
- Bill Check Payments
- Bill Credit Card Payments
- Bills
- Checks
- Credit Card Charges
- Credit Card Credits
- Credit Memos
- Estimates
- Inventory Adjustments
- Invoices
- Item Receipts
- Journal Entries
- Purchase Orders
- Receive-Payments
- Sales Orders
- Sales Receipts
- Time Tracking Activities
- Transfers
- Vendor Credits
General
- Account Tax Lines
- Accounts
- Classes
- Company
- Customers / Jobs
- Date-Driven Terms
- Employees
- Inventory Sites
- Payment Methods
- Payroll Wage Items
- Preferences
- Price Levels
- Sales Representatives
- Sales-Tax Codes
- Standard Terms
- Vendors
Items
- Discount Items
- Inventory Assembly Items
- Inventory Items
- Item Groups
- Item Sites
- Non-Inventory Items
- Sales-Tax Items
- Service Items
- Subtotal Items
Item Sites
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 schema is of type object
.
{
"id": "80000001-1234567890",
"objectType": "qbd_item_site",
"createdAt": "2021-10-01T17:34:56.000Z",
"updatedAt": "2021-10-01T20:45:30.000Z",
"revisionNumber": "1721172183",
"inventoryAssemblyItem": {
"id": "80000001-1234567890",
"fullName": "Inventory Assembly Item"
},
"inventoryItem": {
"id": "80000001-1234567890",
"fullName": "Inventory Item"
},
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"reorderLevel": 25,
"quantityOnHand": 150,
"quantityOnPurchaseOrders": 40,
"quantityOnSalesOrders": 30,
"quantityToBeBuiltByPendingBuildTransactions": 15,
"quantityRequiredByPendingBuildTransactions": 12,
"quantityOnPendingTransfers": 8,
"assemblyBuildPoint": 20
}