...
The API returns the availability status of an item as "Available" or "Not Available". An error message gets generated if the barcode is not existing in SCSB - "Item Barcode doesn't exist in SCSB database"
Info | ||
---|---|---|
| ||
Items that were requested and are out of Storage Location before the SCSB system went live are also marked as 'Not Available' by SCSB. This is done by translating Storage Location IMS System's item statuses to SCSB's as defined in this sheet. |
Code Block | ||||
---|---|---|---|---|
| ||||
{ "barcodes": [ "CU63707896", // Item barcodes separated by commas (,) "32101066358464" ] } |
...