Sales Order Use Cases

This section includes the following sample use cases for managing sales order transactions:

A sales order is a transaction that records a commitment to sell items or services to a customer. Sales orders have no accounting impact until items ship or services are completed. For more information on NetSuite sales orders, see Creating Sales Orders.

About This Tutorial

The following {{ VARIABLE }} expressions are variables that you need to customize when reusing the code samples.

Variable

Definition

{{REST_SERVICES}}

Indicates your access to the NetSuite REST Service (for example, https://testaccount.corp.netsuite.com/services/rest).

{{*_ID}}

These variables refer to the internal ID of the record. For example, ESTIMATE_ID or SALES_ORDER_ID.

The IDs and the variables used in the following scenarios are examples only, and are included to show how to write REST commands.

Related Topics

General Notices