Items
Manage Inventory
Look up and transfer users digital items in HandCash
This guide demonstrates how to manage a user’s digital items inventory using the HandCash SDK. It covers looking up items, retrieving listed items for sale, and transferring items.
Prerequisites
- User must be connected with the
ITEMS_READ
permission for inventory lookups. ITEMS_WRITE
permission is required for item transfers.- Your application must be the creator of the item for transfers.
Setup
Look Up Items in Inventory
Retrieve items from the user’s inventory:
Filtering Inventory
You can use various parameters to filter items:
Get Listed Items for Sale
Retrieve items listed in the market:
Filtering Listed Items
You can use the same filtering parameters as with inventory items:
Transfer Items
Transfer items to another HandCash user or an external wallet:
Important Notes
- The
group
parameter in filters returns items grouped bygroupingValue
, useful for large inventories. externalId
can be used to map items to your application’s reference system.- For item transfers, ensure your application has the necessary permissions and is the creator of the item.
For more detailed information on item management and advanced features, refer to the HandCash Items API documentation.