Hey all, I'm building an inventory integration for...
# general
k
Hey all, I'm building an inventory integration for a client, preference for REST or SuiteQL web services. Trying to avoid custom restlets, not over extend into ERP implementation, maximize reusability, etc... All that said, is there a reliable way to poll for inventory activity out of the box? Item records have a modified timestamp, but I assume it does not update when underlying inventory changes. Bin Counts do not have timestamps (at least not documented). REST services around inventory are restricted to the BETA program, as far as I can tell. There's got to be a standard or reliable way to do this without reinventing the wheel. Anyone have any experience or insight here? Much appreciated.
b
you will be interested in the Last Quantity Available Change column
its available on the locations join on item
k
Perfect, thank you!