Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Headers
The ID of the EndUser to receive this request (e.g., "Conductor-End-User-Id: {{END_USER_ID}}"
).
"end_usr_1234567abcdefg"
Body
The inventory assembly item associated with this build assembly. 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.
"80000001-1234567890"
The date of this build assembly, in ISO 8601 format (YYYY-MM-DD).
"2024-10-01"
The number of build assembly to be built. The transaction will fail if the number specified here exceeds the number of on-hand components.
7
The site location where inventory for the item associated with this build assembly is stored.
"80000001-1234567890"
The specific location (e.g., bin or shelf) within the inventory site where the item associated with this build assembly is stored.
"80000001-1234567890"
The serial number of the item associated with this build assembly. This is used for tracking individual units of serialized inventory items.
"SN1234567890"
The lot number of the item associated with this build assembly. Used for tracking groups of inventory items that are purchased or manufactured together.
"LOT2023-001"
The expiration date for the serial number or lot number of the item associated with this build assembly, in ISO 8601 format (YYYY-MM-DD). This is particularly relevant for perishable or time-sensitive inventory items. Note that this field is only supported on QuickBooks Desktop 2023 or later.
"2025-12-31"
The case-sensitive user-defined reference number for this build assembly, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user. When left blank in this create request, this field will be left blank in QuickBooks (i.e., it does not auto-increment).
"BUILD-1234"
A memo or note for this build assembly.
"Assembled 25 units of Model ABC-123 Office Chair"
When true
, the build assembly will be marked pending if there are insufficient quantities to complete the build assembly.
true
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
IMPORTANT: This field must be formatted as a valid GUID; otherwise, QuickBooks will return an error.
"12345678-abcd-1234-abcd-1234567890ab"
Response
Returns the newly created build assembly.
The unique identifier assigned by QuickBooks to this build assembly. This ID is unique across all transaction types.
"123ABC-1234567890"
The type of object. This value is always "qbd_build_assembly"
.
"qbd_build_assembly"
"qbd_build_assembly"
The date and time when this build assembly 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.
"2025-01-01T12:34:56+00:00"
The date and time when this build assembly 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.
"2025-02-01T12:34:56+00:00"
The current QuickBooks-assigned revision number of this build assembly 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 build assembly. 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 site location where inventory for the item associated with this build assembly 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 build assembly is stored.
{
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
}
The serial number of the item associated with this build assembly. This is used for tracking individual units of serialized inventory items.
"SN1234567890"
The lot number of the item associated with this build assembly. Used for tracking groups of inventory items that are purchased or manufactured together.
"LOT2023-001"
The expiration date for the serial number or lot number of the item associated with this build assembly, in ISO 8601 format (YYYY-MM-DD). This is particularly relevant for perishable or time-sensitive inventory items. Note that this field is only supported on QuickBooks Desktop 2023 or later.
"2025-12-31"
The date of this build assembly, in ISO 8601 format (YYYY-MM-DD).
"2024-10-01"
The case-sensitive user-defined reference number for this build assembly, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.
"BUILD-1234"
A memo or note for this build assembly.
"Assembled 25 units of Model ABC-123 Office Chair"
Indicates whether this build assembly has not been completed.
false
The number of build assembly to be built. The transaction will fail if the number specified here exceeds the number of on-hand components.
7
The number of this build assembly that can be built from the parts on hand.
5
The number of units of this build assembly currently in inventory.
150
The number of units of this build assembly that have been sold (as recorded in sales orders) but not yet fulfilled or delivered to customers.
10
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
"12345678-abcd-1234-abcd-1234567890ab"
The component item lines in this build assembly.
The custom fields for the build assembly object, added as user-defined data extensions, not included in the standard QuickBooks object.