bezlio / bezlio-plugins

All plugins used on the Bezlio platform.
MIT License
6 stars 0 forks source link

NetSuite Plugin #110

Open aellis opened 6 years ago

aellis commented 6 years ago

NetSuite offers a .Net API that will very easily be consumable as a Bezlio plugin. See the .Net example here:

http://www.netsuite.com/portal/developers/resources/suitetalk-sample-applications.shtml

This plugin would permit the following at a minimum (just taking from the examples within that sample application):

Add a Customer Add a Customer with Custom Fields (CFs must exist) Update a Customer (internal ID required) Upsert a Customer (External ID required) Update a List of Customers (internal IDs required) Get a Customer (internal ID required) Get a List of Customers (internal IDs required) Delete a List of Customers (internal IDs required) Add an Inventory Item Add a Sales Order Update a Sales Order to add a new item (internal id required) Fulfill an Order (Sales Order internal id required) Search Sales Orders by Customer Entity ID Search Sales Orders with Advanced Search Add a Custom Record (Custom Record type must exist, internal ID required) Search for a Custom Record (internal ID required) Delete a Custom Record (internal ID required) Get Other List Values Upload a File Get select field values

aellis commented 6 years ago

Be sure to include in the completion of this task a README.md with example usage and update the README.md at the root of plugins to include a link.