Hi, this configuration has been created to create Sales orders and customers in NetSuite with data from Schema.org .
Information
- Last updated: 2023-04-03
- Alumio version: 3.30.1
- NetSuite:
/record/v1/salesOrder
/record/v1/customer
/record/v1/inventoryItem
Features
- Client to connect to NetSuite
- Authentication using the Client Credential flow
- Transformers to map Customer
- Transformers to map Sales order
- Outgoing configuration to create a Sales order
- Checks if the customer exists in NetSuite and creates it if not found
Possible issues
- Need to set up some environment variables
NETSUITE_ACCOUNT_ID
NETSUITE_OAUTH_CONSUMER_KEY
NETSUITE_OAUTH_CERTIFICATE_ID
NETSUITE_OAUTH_PRIVATE_KEY
- Need to replace schema.org data with incoming data from your other system and check the mapping.
Links
NetSuite REST API Browser: Record API | API Reference