Skip to content

NetSuite

Quote against the customer accounts Oracle NetSuite already holds, rather than a copy somebody retyped.

A SuiteScript in Oracle NetSuite posts customer records and order status to Kabaido inbound endpoints.

StatusTemplate: A prepared recipe on a generic path, which you finish.
KindERP
ForSales Engineer, Source and Stock

What you get

Quote against the customer accounts Oracle NetSuite already holds, rather than a copy somebody retyped.

Connect it

In Settings then Integrations, open the entry and follow its steps:

  1. Step 1.

    Create an inbound endpoint below and copy its URL and signing secret.

  2. Step 2.

    In 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.

  3. Step 3.

    Watch the receipts under the endpoint to confirm each post landed.

  4. Step 4.

    For order progress, add a second endpoint with the ERP order status action and have the script post status changes to it.

More