I know NetSuite doesn't allow bulk fulfillment via...
# general
a
I know NetSuite doesn't allow bulk fulfillment via CSV. Is it possible to bulk fulfill using an API call/integration?
m
There is a bulk fulfill withing Netsuite. Depends on the roles menus. Under admin role it is Transactions > Order Management > Fulfill Orders.
Fulfilling orders through the Suitetalk API is certainly available and you should be able to submit those as a bulk call. Usually you want to do an async call for ones that will take a while.
You can also have a restlet built that would handle it.
SuiteTalk REST API may not allow for batch. But this is how it would look -> https://system.app.netsuite.com/app/help/helpcenter.nl?fid=section_159795518068.html
SuiteTalk SOAP API should allow for multiple updates at once though. -> https://system.app.netsuite.com/app/help/helpcenter.nl?fid=section_N3680777.html
👍 1
a
Thank you so much @Marvin