ERP
NetSuite
A SuiteScript in Oracle NetSuite posts customer records and order status to Kabaido inbound endpoints.
Where it stands today
Template
A prepared recipe on a generic path, which you finish.
- What you get
- Quote against the customer accounts Oracle NetSuite already holds, rather than a copy somebody retyped.
Set it up
- 1Create an inbound endpoint below and copy its URL and signing secret.
- 2In Oracle NetSuite, add a SuiteScript that posts each new or changed customer record to that URL, in the documented shape for the upsert customers action.
- 3Watch the receipts under the endpoint to confirm each post landed.
- 4For order progress, add a second endpoint with the ERP order status action and have the script post status changes to it.