I need to write an integration to update inventory...
# integrations
a
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!
m
@Alex Brown The Smart Count is a paid additional feature for NetSuite and most likely not available through the native REST API. You're most likely not going to be able to do what you are looking for and would have to replicate a lot of the smart count features yourself to have an API to work with.