NetSuite Update Order Field
Update a NetSuite Order Field via Order ID, Field Name, Field Value
Given a NetSuite Sales Order ID, Field Name, and Field Value, this action updates the given Sales Order's Field to the given Value, making a Patch request to the Sales Order endpoint found in the documentation here.
Action Inputs
Name | Type | Description |
---|---|---|
Account ID | String | The Account ID related to the Company. This can be found in Netsuite under Setup > Company > Setup Tasks > Company Information |
Consumer Key | String | The Consumer key provided when creating the integration application on NetSuite |
Consumer Secret | String | The Consumer secret provided when creating the integration application on NetSuite |
Token Key | String | The Token Key retrieved when generating the token |
Token Secret | String | The Token Secret retrieved when generating the token |
Order ID | String | The NetSuite Sales Order ID to search for |
Field Name | String | The NetSuite Sales Order Field Name (i.e. key to update) |
Field Value | String | The NetSuite Sales Order Field Value (i.e. value to be updated) |
Action Outputs
Name | Type | Description |
---|---|---|
Success? | Boolean | Whether update to Order Field was successful |
Message | String | Message details about attempted updates to Order Field |
Updated 7 months ago