Items
Update an item
Update an item’s serial, condition, processing status, or, in future, its metafields.
PUT
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
, retired
, sold
Response
200
application/json
Expected response to a valid request
Numeric ID of the item.
Available options:
processed
, unprocessed
Available options:
available
, unavailable
, sold
, retired