---
title: "Retrieve an item site"
method: GET
path: "/quickbooks-desktop/item-sites/{id}"
---

# Retrieve an item site

`GET /quickbooks-desktop/item-sites/{id}`

Retrieves an item site by ID.

**IMPORTANT:** If you need to fetch multiple specific item sites by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.

## Path parameters

- `id` string, required — The QuickBooks-assigned unique identifier of the item site to retrieve.

## Headers

- `Conductor-End-User-Id` string, required — The ID of the End-User to receive this request.

## Response `200`

Returns the specified item site.

- QbdItemSite
  - `id` string, required — 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.
  - `objectType` 'qbd_item_site', required — The type of object. This value is always `"qbd_item_site"`.
  - `createdAt` string, required — The date and time when this item site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
  - `updatedAt` string, required — The date and time when this item site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
  - `revisionNumber` string, required — 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.
  - `inventoryAssemblyItem` object, nullable, required — 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` string, nullable, required — The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.
    - `fullName` string, nullable, required — The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.
  - `inventoryItem` object, nullable, required — The inventory item associated with this item site.
    - `id` string, nullable, required — The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.
    - `fullName` string, nullable, required — The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.
  - `inventorySite` object, nullable, required — The site location where inventory for the item associated with this item site is stored.
    - `id` string, nullable, required — The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.
    - `fullName` string, nullable, required — The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.
  - `inventorySiteLocation` object, nullable, required — The specific location (e.g., bin or shelf) within the inventory site where the item associated with this item site is stored.
    - `id` string, nullable, required — The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.
    - `fullName` string, nullable, required — The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.
  - `reorderLevel` number, nullable, required — The inventory level at which QuickBooks prompts you to reorder this item site.
  - `quantityOnHand` number, nullable, required — The number of units of this item site currently in inventory.
  - `quantityOnPurchaseOrders` number, nullable, required — The number of units of this item site that are currently listed on outstanding purchase orders and have not yet been received.
  - `quantityOnSalesOrders` number, nullable, required — 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.
  - `quantityToBeBuiltByPendingBuildTransactions` number, nullable, required — The number of units of this item site that are scheduled to be built on pending build transactions.
  - `quantityRequiredByPendingBuildTransactions` number, nullable, required — The number of units of this item site required by pending build transactions.
  - `quantityOnPendingTransfers` number, nullable, required — The number of units of this item site that are currently on pending inventory transfer transactions.
  - `assemblyBuildPoint` number, nullable, required — 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.

---

[API](https://skmtc.net/conductor-is/apis/conductor-api.md) · [All operations](https://skmtc.net/conductor-is/apis/conductor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductor-is/conductor-api/revisions/0b07b3ebe160/schema)
