# Storeganise

Storeganise provides modern, cloud-based management software for valet and self-storage businesses, offering features like contactless online bookings, automated billing, and comprehensive APIs for integrations.

- **Category:** ecommerce
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 3
- **Triggers:** 0
- **Slug:** `STOREGANISE`
- **Version:** 20260227_00

## Tools

### Get Admin Site by ID or Code

**Slug:** `STOREGANISE_GET_ADMIN_SITES_BY_ID`

Tool to retrieve a specific site by ID or code. Use when you have the site identifier and need full site details, optionally including related resources like units.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `include` | array | No | Comma-separated list of related resources to include for detailed single-site views. Use sparingly (only on single-item calls). |
| `site_id_or_code` | string | Yes | Unique identifier or code of the site. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Admin User By ID or Email

**Slug:** `STOREGANISE_GET_ADMIN_USERS_BY_ID`

Tool to retrieve a specific admin user by ID or email. Use when you need detailed information of a single admin user.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `include` | array | No | Optional related entities to include in the response. Allowed values: units, items, billing, customFields. |
| `user_id_or_email` | string | Yes | The unique identifier or email of the admin user. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Admin Users By IDs

**Slug:** `STOREGANISE_GET_ADMIN_USERS_BY_IDS`

Tool to fetch multiple admin users by their IDs. Use when you need to retrieve details for a specific set of admin accounts in bulk after verifying their IDs.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ids` | array | Yes | List of unique admin user IDs to retrieve. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
