====== InventoryQueryRs (Response) ====== Posting a proper InventoryQueryRq request will result in the output of the requested information in a simple print format (read with stdin). The InventoryQueryRs is the response to the InventoryQueryRq request and contains the quantity on-hand for the requested products or options. ===== Sample Response: ===== ABC1 21 XYZ1 13 EFG4 0 ===== Response Fields ===== ^ Tag Name ^ Sub-Tag Of ^ Description ^ Returned ^ Field Type ^ Can Repeat ^ | Item | InventoryQueryRs | The Item's Node | Always | Node | True | | SKU | Item | The Item's SKU Identifier | Always | String | False | | QtyInStock | Item | The Item's Quantity on Hand (Inventory QTY) | Always | Number | False |