© 2025 Clarivate
PUT /api/.../shelfready/receiveshipment
Receive shelf ready shipment.
| Property | Type | Nullable | Description |
|---|---|---|---|
| itemIDs | List of Integer | No | List of item record IDs |
| Property | Type | Nullable | Description |
|---|---|---|---|
| ItemID | Integer | No | |
| PoliID | Integer | No | POLineItemID |
| Note | String | Yes | Receive shipment comments. |
| Title | String | Yes | Title of the item. |
| Author | String | Yes | Author of the item |
| MaterialType | String | Yes |
[
2907481, 2913926
]
[
{
"ItemID": 0,
"PoliID": 154742,
"ISBN": "9780688104795",
"Note": "1 / 1 Rec",
"Title": "Rain / by Robert Kalan ; illustrated by Donald Crews.",
"Author": "Kalan, Robert.",
"MaterialType": "Childrens Video"
},
{
"ItemID": 0,
"PoliID": 152610,
"ISBN": "9780912184036",
"Note": "1 / 1 Rec",
"Title": "Bastard in the ragged suit : writings of, with drawings by, Herman Spector / compiled, edited, and with an introd., by Bud Johns and Judith S. Clancy.",
"Author": "Spector, Herman.",
"MaterialType": ""
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | FAILURE. |
| 403 | Unauthorized. don't have required permissions |
Permission IDs found here.
CR_AccessAcquisitions_Allow
CR_ReceiveShipment_Allow