Inventory Number

An inventory number record uniquely identifies either an item in physical inventory with a serial number or a group of items with a lot number. This record is available when the Serialized Inventory or Lot Tracking feature is enabled. For details about these types of items, see Serial Numbered Items or Lot Numbered Items.

The REST API Browser includes information about the field names and field types of the inventory number record and about the HTTP methods, request parameters, and operations available to this record. For details, see the REST API Browser’s inventory number reference page.

For information about using the REST API Browser, see The REST API Browser.

Record ID

The record ID for an inventory number REST record is inventorynumber.

Prerequisites

There are no prerequisites for using the record in REST.

Limitations

Review the following limitations when working with the inventory number REST record:

  • You cannot create standalone inventory number records. The system generates these records when a serialized item or lot numbered item is created, based on the serial number or lot number values entered for the item record. See Add New Serial Numbers to Inventory or Creating Lot Numbered Items.

  • You cannot delete inventory number records.

Sample Codes

The following sample shows you how to update an inventory number record:

            {{REST_SERVICES}}/record/v1/inventorynumber/
{ "memo": "test lot num inventory number", "expirationDate": "2023-06-19"
} 

          

Related Topics

REST Web Services Supported Records
SuiteTalk REST Web Services Overview and Setup
Working with Records
NetSuite Record Structure
The REST API Browser

General Notices