I know NetSuite doesn't allow bulk fulfillment via CSV. Is it possible to bulk fulfill using an API call/integration?
m
Marvin
08/12/2022, 6:13 PM
There is a bulk fulfill withing Netsuite. Depends on the roles menus. Under admin role it is Transactions > Order Management > Fulfill Orders.
Marvin
08/12/2022, 6:15 PM
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.
Marvin
08/12/2022, 6:15 PM
You can also have a restlet built that would handle it.