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
| 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 ID | String | The token ID retrieved when generated the token |
| Token Secret | String | The token Secret retrieved when generated the token |
| Sales Order Number | String | The sales order number to search for |
Action Outputs
| Name | Type | Description |
|---|---|---|
| Order Data | Object | Order details found |
| Order found? | Boolean | Whether order data was found for this request |
Updated almost 2 years ago
