Items
Update an item
Update an item’s serial, condition, processing status, or, in future, its metafields.
PUT
/
items
/
{item_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Numeric ID of the item to retrieve.
Body
application/json
Available options:
processed
, unprocessed
Available options:
available
, unavailable
Response
200 - application/json
Numeric ID of the item.
Available options:
processed
, unprocessed
Available options:
available
, unavailable