I need to write an integration to update inventory counts within NetSuite, specifically following the same process that 'Smart Count' does. NetSuite obviously has this 'Smart Count' functionality, that then creates counts that require approved (unless auto-approved). How/is it possible to replicate this behavior via the REST API?
I.e., I want to be able to receive inventory counts into a piece of software I'm working on, at which point I want to then create/update all of the appropriate objects within NetSuite to drive the same behaviors as if those quantities were input via the Smart Count UI. Meaning these counts would all go to the 'Smart Count Review' page (if they're not auto-approved due to smart count tolerances), and, if approved, would actually update the inventory counts for those locations.
Appreciate any help in advance!