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.
-
The Inventory Number record includes a sublist that has the following fields for serial or lot numbers:
-
Issue Inventory Number (ID: issueinventorynumber) – In this field, you can select lot or serial numbers that exist in your inventory. Be sure to reference this field to select numbers for items that you include in a sales order, item fulfillment, and negative adjustments, among others.
-
Receipt Inventory Number (ID: receiptinventorynumber) – In this field, you can enter lot or serial numbers for items that you want to add to your inventory. Be sure to use this field to assign numbers to items within item receipts and positive adjustments, among others.
-
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"
}