Warehouse adapter — NetSuite
The adapter object contains properties for connecting to the NetSuite API.
Parent object: a warehouse with property "platform" : "netsuite"
Required properties
The following adapter properties are required for NetSuite warehouses.
account
| Property | account |
| Name | NetSuite Account ID |
| Data type | string |
| Required? | Yes |
email
| Property | email |
| Name | API User Email |
| Data type | string |
| Required? | Yes |
password
| Property | password |
| Name | API User Password |
| Data type | string |
| Required? | Yes |
role
| Property | role |
| Name | Netsuite Role ID |
| Data type | string |
| Required? | Yes |
Optional properties
The following adapter properties are optional for NetSuite warehouses.
customer_category
| Property | customer_category |
| Name | Customer Category |
| Data type | string |
customer_territory
| Property | customer_territory |
| Name | Customer Territory |
| Data type | string |
sandbox
| Property | sandbox |
| Name | Sandbox |
| Description | Enable if account is using Netsuite Sandbox credentials |
| Data type | boolean |
| Default | false |