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

NameTypeDescription
Account IDStringThe Account ID related to the Company. This can be found in Netsuite under Setup > Company > Setup Tasks > Company Information
Consumer KeyStringThe Consumer key provided when creating the integration application on NetSuite
Consumer SecretStringThe Consumer secret provided when creating the integration application on NetSuite
Token KeyStringThe Token Key retrieved when generating the token
Token SecretStringThe Token Secret retrieved when generating the token
Order IDStringThe NetSuite Sales Order ID to search for
Field NameStringThe NetSuite Sales Order Field Name (i.e. key to update)
Field ValueStringThe NetSuite Sales Order Field Value (i.e. value to be updated)

Action Outputs

NameTypeDescription
Success?BooleanWhether update to Order Field was successful
MessageStringMessage details about attempted updates to Order Field