NetSuite

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
account_idstringAccount IDtrue
consumer_keystringConsumer keytrue
consumer_secretstringConsumer secrettrue
tokenstringToken IDtrue
token_secretstringToken secrettrue

Example

{
"name": "NetSuite connection",
"type": "netsuite",
"configuration": {
"account_id": "1234567_SB1",
"consumer_key": "ac3nougotfs7ict684hnbomxmcn496nqdo27b8myvkc19uhmxno8gx6o2g264kim2ivkaona2chyje5k2pcb904iuw",
"consumer_secret": "ilez5hy9dugg7x3mg9qolw4m2g3jch7jgcf72wwf3yb5m71qzz4pldopork15bmj1pyqyniq5nhjd3yc3ka2hnobar",
"token": "rgzq4xk3nz3huuwanngu9k1z7s8ogyr6haa7u7rg63qpxx5cn36ddxswhjse1dgwabqin1q9aay9nvfgkfjglgvtqv",
"token_secret": "b1ay1kdvmw63azwvgej0f36t6nscxig5mczwicrlb7mnoaj5519dyobie4j0d3zbefg4r35nwqfel2eckqnf44sclg"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObject

Accepted values: contact, CreditMemo, customer, CustomerDeposit, CustomerPayment, CustomerRefund, DiscountItem, Employee, Invoice, NonInventorySaleItem, SalesOrder
true

Example

{
...
"configuration": {
"object": "account"
}
}

Target

NetSuite connections may be used as the destination in a model sync.

Bulk Sync

Source

NetSuite connections may be used as a bulk sync source. No additional configuration options are required.