<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE smbxml SYSTEM 'http://www.netsuite.com/xml/dtd/smb_4_15.dtd'>
<!--This is an advanced query - note the use of the constraint element used under the constraints element.  Standard queries use the match element under the constraints element-->
<smbxml>
<request>
<query returnHandles="false">
<listType>inventoryItem</listType>
<constraints>
<constraint>
<name>name</name>
<operator>equals</operator>
<!--operators: 	equals, between, contains, greater than, less than, greater than or equal to, less than or equal to-->
<value>Test Inventory Item</value>
<!-- NOTE! Put your inventoryItem name (Item Name/Number) in the value element above -->
<!--Use the value2 element when needed i.e. for the operators such as "between" -->
<!--<value2>03/31/05</value2>-->
</constraint>
</constraints>
</query>
</request>
</smbxml>
