Join Slack
Powered by
How to get Quantity On Hand and Quantity On Hand (...
# suitescript
v
Vishal Chaudhari
09/17/2025, 1:44 PM
How to get Quantity On Hand and Quantity On Hand (Base Unit) from item using php tollkit
p
Pandorahiccup
09/17/2025, 2:05 PM
If you’re using the PHP Toolkit, you can grab those fields right off the
InventoryItem
record.
quantityOnHand
will give you the standard value and
quantityOnHandBaseUnits
will return the base unit equivalent.
Open in Slack
Previous
Next