NetSuite Get Sales Order by Order Number

This action retrieves Sales Order information when searching for a specific order. It is calling the GET endpoint found in the following documentation: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_159665260887.html#Sales-Order

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 IDStringThe token ID retrieved when generated the token
Token SecretStringThe token Secret retrieved when generated the token
Sales Order NumberStringThe sales order number to search for

Action Outputs

NameTypeDescription
Order DataObjectOrder details found
Order found?BooleanWhether order data was found for this request