# Boxhero

BoxHero is a cloud-based inventory management solution designed for small to medium-sized businesses, offering real-time updates, barcode scanning, team collaboration, and analytics.

- **Category:** product management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 14
- **Triggers:** 0
- **Slug:** `BOXHERO`
- **Version:** 20260217_00

## Tools

### Delete Item

**Slug:** `BOXHERO_DELETE_ITEM`

Tool to delete a specific item (barcode) by its ID. Use when you need to remove an item from the inventory.

### BoxHero - Delete Location

**Slug:** `BOXHERO_DELETE_LOCATION`

Tool to delete a specific warehouse location by its ID. Use when you need to remove a location from the system.

### Get Item

**Slug:** `BOXHERO_GET_ITEM`

Tool to retrieve a specific item (barcode) by ID. Use when you need detailed information about a single item including its attributes, pricing, and inventory quantities.

### Get Item Attribute

**Slug:** `BOXHERO_GET_ITEM_ATTRIBUTE`

Tool to retrieve a specific item attribute by ID. Use when you need to get detailed information about an item attribute specification.

### Get Location

**Slug:** `BOXHERO_GET_LOCATION`

Tool to retrieve a specific location by ID. Use when you need detailed information about a particular warehouse location including its name, quantity, and notes.

### Get Member

**Slug:** `BOXHERO_GET_MEMBER`

Tool to retrieve a specific team member by ID. Use when you need to get details about a particular member.

### Get Linked Team Info

**Slug:** `BOXHERO_GET_TEAM_INFO`

Tool to get information about the linked team and its mode. Use when you need to retrieve the currently linked team details.

### BoxHero - List Basic Transactions

**Slug:** `BOXHERO_LIST_BASIC_TRANSACTIONS`

Tool to list basic inventory transactions. Use when you need a high-level overview of in/out/move transactions.

### List Item Attributes

**Slug:** `BOXHERO_LIST_ITEM_ATTRIBUTES`

Tool to retrieve the list of item attribute specifications used within the team. Use when you need to understand what custom attributes are defined for items.

### List Items

**Slug:** `BOXHERO_LIST_ITEMS`

Tool to list items. Use when fetching products with optional location filters and pagination.

### BoxHero - List Locations

**Slug:** `BOXHERO_LIST_LOCATIONS`

Tool to list warehouse locations. Use when you need valid warehouse_id values for filtering transactions.

### BoxHero - List Location Transactions

**Slug:** `BOXHERO_LIST_LOCATION_TRANSACTIONS`

Tool to retrieve the list of transactions in location mode. Use when you need to fetch transaction history with location-based details including in/out/move/adjust operations.

### List Team Members

**Slug:** `BOXHERO_LIST_MEMBERS`

Tool to retrieve the list of team members. Use when you need to get all members in the team with their roles.

### BoxHero - List Partners

**Slug:** `BOXHERO_LIST_PARTNERS`

Tool to list partners (suppliers and customers). Use when retrieving partner information with optional type filtering and pagination.
