Querying for Inventory Items using qbXML

Example qbXML Request

This fetches a list of items, starts an iterator, and only returns the item names.

<?xml version="1.0" ?>
<?qbxml version="7.0" ?>
<QBXML>
	<QBXMLMsgsRq onError="stopOnError">
		<ItemInventoryQueryRq requestID="1234" metaData="NoMetaData" iterator="Start">
			<IncludeRetElement>Name</IncludeRetElement>
		</ItemInventoryQueryRq>
	</QBXMLMsgsRq>
</QBXML>

Example qbXML Response

...
 
quickbooks_qbxml_iteminventoryquery.txt · Last modified: 2009/09/22 14:28 by consolibyte
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki