Bulk Inventory Upload - Additional Key to Identify Serialised Inventory
The Bulk update resource inventories API method is enhanced with additional an option to identify serialised inventory.
In addition to the existing options serialNumber
, typeAndSerial
added the new option typeAndModelAndSerial
. The option allows users to create or update an existing inventory item based on the identification by the combination of these fields:
- Serial Number
- Custom property that is configured as the
Model
property per inventory type
Identifier for a serialised inventory item may require uniqueness by a combination of attributes. OFS REST API for bulk inventory upload used to provided two options for serialised inventory identification - by serial number or by serial number plus inventory type.
With adding new option the API method allows to address more then one serialised inventory item with the same serial number.
Steps to Enable
You don't need to do anything to enable this feature.
Tips And Considerations
N/A