InventoryItems API

πŸ“‹ Table of Contents

Overview

The InventoryItems API provides inventory item management for the STAR ecosystem. It handles item creation, storage, and trading.

InventoryItem Management

Get All InventoryItems

GET /api/inventoryitems
Authorization: Bearer YOUR_TOKEN

Get InventoryItem by ID

GET /api/inventoryitems/{itemId}
Authorization: Bearer YOUR_TOKEN

Create InventoryItem

Update InventoryItem

Delete InventoryItem

InventoryItem Operations

Use Item

Transfer Item

Get User Inventory

Error Responses

InventoryItem Not Found


← Previous: Libraries API | Next: STAR API β†’

Last updated