List all item sites
Returns a list of item sites. Use the cursor parameter to paginate through the results.
Query parameters
Filter for specific item sites by their QuickBooks-assigned unique identifier(s).
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
Filter for specific item sites by their QuickBooks-assigned unique identifier(s).
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
[ "80000001-1234567890" ]
Filter for item sites that match this item type.
NOTE: QuickBooks Desktop only supports itemType or item/site filters for item-sites requests, not both. Do not use itemType together with itemIds or siteIds.
Filter for item sites that match this item type.
NOTE: QuickBooks Desktop only supports itemType or item/site filters for item-sites requests, not both. Do not use itemType together with itemIds or siteIds.
Filter for item sites for these items.
NOTE: QuickBooks Desktop only supports itemType or item/site filters for item-sites requests, not both. Do not use itemType together with itemIds or siteIds.
Filter for item sites for these items.
NOTE: QuickBooks Desktop only supports itemType or item/site filters for item-sites requests, not both. Do not use itemType together with itemIds or siteIds.
[ "80000001-1234567890" ]
Filter for item sites at these sites. A site represents a physical location, such as a warehouse or store.
NOTE: QuickBooks Desktop only supports itemType or item/site filters for item-sites requests, not both. Do not use itemType together with itemIds or siteIds.
Filter for item sites at these sites. A site represents a physical location, such as a warehouse or store.
NOTE: QuickBooks Desktop only supports itemType or item/site filters for item-sites requests, not both. Do not use itemType together with itemIds or siteIds.
[ "80000001-1234567890" ]
The maximum number of objects to return. Accepts values ranging from 1 to 150, defaults to 150. When used with cursor-based pagination, this parameter controls how many results are returned per page. To paginate through results, combine this with the cursor parameter. Each response will include a nextCursor value that can be passed to subsequent requests to retrieve the next page of results.
The maximum number of objects to return. Accepts values ranging from 1 to 150, defaults to 150. When used with cursor-based pagination, this parameter controls how many results are returned per page. To paginate through results, combine this with the cursor parameter. Each response will include a nextCursor value that can be passed to subsequent requests to retrieve the next page of results.
The pagination token to fetch the next set of results when paginating with the limit parameter. Do not include this parameter on the first call. Use the nextCursor value returned in the previous response to request subsequent results.
The pagination token to fetch the next set of results when paginating with the limit parameter. Do not include this parameter on the first call. Use the nextCursor value returned in the previous response to request subsequent results.
Filter for item sites that are active, inactive, or both.
Filter for item sites that are active, inactive, or both.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Response
Returns a list of item sites.
Example response
{
"objectType": "list",
"url": "/v1/quickbooks-desktop/item-sites",
"data": [
{
"id": "80000001-1234567890",
"objectType": "qbd_item_site",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"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
}
],
"nextCursor": "12345678-abcd-abcd-example-1234567890ab",
"remainingCount": 10
}Changes
Changed in 5 of the 46 revisions of this API.6430
- ▲
for the
queryrequest parameterstatus, default valueactivewas addedrequest-parameter-default-value-added
- ▲
- ▲
for the
queryrequest parameterstatus, default valueactivewas removedrequest-parameter-default-value-removed
- ▲
- ▲
response property
data/items/assemblyBuildPointlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityOnHandlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityOnPendingTransferslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityOnPurchaseOrderslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityOnSalesOrderslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityRequiredByPendingBuildTransactionslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityToBeBuiltByPendingBuildTransactionslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/reorderLevellist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
nextCursorlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
remainingCountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
data/items/inventoryAssemblyItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/inventoryItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/inventoryAssemblyItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventoryAssemblyItem/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventoryItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventoryItem/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to thedata/items/inventoryAssemblyItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/inventoryItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ▲
- ▲
the response property
data/items/assemblyBuildPointbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/inventoryAssemblyItembecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/inventoryItembecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/inventorySitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/quantityOnHandbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/quantityOnPendingTransfersbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/quantityOnPurchaseOrdersbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/quantityOnSalesOrdersbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/quantityRequiredByPendingBuildTransactionsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/quantityToBeBuiltByPendingBuildTransactionsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/reorderLevelbecame nullable for the status200response-property-became-nullable
- ▲
the response property
nextCursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
remainingCountbecame nullable for the status200response-property-became-nullable
- ▲
the
data/items/inventoryAssemblyItemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/inventoryItemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/inventorySiteresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ○
removed
subschema #1subschema #2from thedata/items/inventoryAssemblyItemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/inventoryItemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
data/items/assemblyBuildPointlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/quantityOnHandlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/quantityOnPendingTransferslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/quantityOnPurchaseOrderslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/quantityOnSalesOrderslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/quantityRequiredByPendingBuildTransactionslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/quantityToBeBuiltByPendingBuildTransactionslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/reorderLevellist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
nextCursorlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
remainingCountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
added the required property
data/items/inventoryAssemblyItem/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/inventoryAssemblyItem/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/inventoryItem/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/inventoryItem/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/inventorySite/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/inventorySite/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ▲
- ▲
response property
data/items/assemblyBuildPointlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityOnHandlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityOnPendingTransferslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityOnPurchaseOrderslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityOnSalesOrderslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityRequiredByPendingBuildTransactionslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/quantityToBeBuiltByPendingBuildTransactionslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/reorderLevellist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
nextCursorlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
remainingCountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
data/items/inventoryAssemblyItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/inventoryItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/inventoryAssemblyItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventoryAssemblyItem/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventoryItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventoryItem/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to thedata/items/inventoryAssemblyItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/inventoryItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ▲