← Back to Plugins
E-commerce

shopify-tools

SIA JB HOLDINGS By SIA JB HOLDINGS 👁 9 views ▲ 0 votes

An OpenClaw plugin that gives your AI agent read-only access to your Shopify store — products, orders, customers, and inventory. Built by Clawify — the AI-powered Shopify management platform.

Homepage GitHub

Install

openclaw plugins install openclaw-shopify-tools

Configuration Example

 {                                                                                                                                                                                                                                                                                                                                                          
    "openclaw-shopify-tools": {                                                                                                                                                                   
      "storeUrl": "my-store.myshopify.com",    
      "accessToken": "shpat_..."                                                                                                                                                                  
    }                                                                               
} 

README

# OpenClaw Shopify Tools

An [OpenClaw](https://openclaw.ai) plugin that gives your AI agent read-only access to your Shopify store — products, orders, customers, and inventory.

Built by [Clawify](https://clawify.app) — the AI-powered Shopify management platform.

## Tools

| Tool | Description |
|---|---|
| `shopify_store_info` | Get store name, domain, plan, currency, and timezone |
| `shopify_search_products` | Search products by title, vendor, type, or status |
| `shopify_get_orders` | List recent orders with status and financial filters |
| `shopify_get_customers` | Search customers by name or email |
| `shopify_check_inventory` | Check variant-level inventory across all locations |

## Install

```bash
openclaw plugins install openclaw-shopify-tools
```

## Configuration

The plugin needs two credentials from a [Shopify custom app](https://help.shopify.com/en/manual/apps/app-types/custom-apps):

| Setting | Env var | Description |
|---|---|---|
| `storeUrl` | `SHOPIFY_STORE_URL` | Your `.myshopify.com` URL |
| `accessToken` | `SHOPIFY_ACCESS_TOKEN` | Admin API access token (`shpat_...`) |

### Required Shopify access scopes

- `read_products`
- `read_orders`
- `read_customers`
- `read_inventory`

## Usage

Once installed and configured, your OpenClaw agent can use natural language to interact with your store:

- "Show me my store info"
- "Search for products with 'sneaker' in the title"
- "List the last 10 orders"
- "Find customers named John"
- "Check inventory for the Blue T-Shirt"

## License

MIT — [Clawify](https://clawify.app)
shopify tools Productivity Integrations

Comments

Sign in to leave a comment

Loading comments...