# Wix eCommerce MCP for AI Agents AI Agent Connect

> Wix eCommerce lets you manage your online store through your AI client. You can handle product catalogs, track orders, update inventory levels, and monitor abandoned carts without leaving your chat interface. It connects your Wix store data directly to your workflow.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jGQdSGynfaCH18My0PFFMFliavUELrEpcutfbco3/ai-agent-connect
- **Tags:** online-store, product-catalog, sales-tracking, abandoned-cart, store-management, retail-operations

## Description

Managing an online store usually means jumping between tabs to check stock levels or hunting for order numbers in a cluttered dashboard. This Connector changes that by letting you talk to your store like it's a teammate. Instead of digging through menus, you just ask your agent to find a specific order or tell it to update the quantity of a popular item. It handles the heavy lifting of fetching product details, listing collections, and marking orders as shipped. If you're looking for a way to get your store data into your daily routine, finding this in the Vinkius catalog makes it easy to get connected. You can see what's selling in real time, find out why customers are leaving items in their carts, and keep your inventory accurate across different variants. You can also quickly pull billing addresses and payment totals for any order, which makes it much easier to handle customer inquiries without searching through your admin panel. It turns your AI into a dedicated operations manager that knows your products and your customers just as well as you do, allowing you to focus on growing the brand instead of managing the data. By automating these repetitive checks, you can stay on top of your daily sales and fulfillment tasks without the usual headache of navigating complex backend interfaces.

## Tools

### list_product_collections
Shows all product categories and collections in your store.

### list_order_fulfillments
Lists every fulfillment record associated with a specific order ID.

### list_abandoned_carts
Retrieves a list of recent carts that were left unfinished by customers.

### query_stock_inventory
Checks the current stock levels for a list of provided product IDs.

### list_store_orders
Queries the most recent eCommerce orders from your store.

### query_products
Lists and filters your products by name, price, and ID.

### get_order_details
Pulls the full details for a specific store order including billing and items.

### get_product_details
Fetches comprehensive information for a single Wix product.

### update_stock_quantity
Changes the inventory count for a specific product variant.

### create_order_fulfillment
Creates a new fulfillment record with a tracking number for a specific order.

## Prompt Examples

**Prompt:** 
```
What's the status of order #1005?
```

**Response:** 
```
I've retrieved the details for order #1005:

* **Status:** Paid
* **Total:** $45.00
* **Items:** Coffee Mug x1

Would you like me to check the fulfillment status for this order?
```

**Prompt:** 
```
Are we out of the 'Coffee Mug'?
```

**Response:** 
```
Checking stock... You have **42 units** in stock for the 'Coffee Mug'. You're all set for now.
```

**Prompt:** 
```
List my recent orders.
```

**Response:** 
```
| Order ID | Total | Status |
|---|---|---|
| #1005 | $45.00 | Paid |
| #1004 | $120.00 | Fulfilled |
| #1003 | $89.99 | Paid |

Would you like to see the full details for any of these?
```

## Capabilities

### Update product stock levels
Manually change quantities for specific variants to keep your store accurate.

### Track order fulfillment
Mark orders as shipped and provide tracking numbers to keep customers informed.

### Retrieve order specifics
Get full billing details, payment totals, and line items for any order.

### Monitor abandoned carts
Identify recent carts that were left unfinished to help with recovery efforts.

### Browse product catalogs
Filter through your entire inventory to find specific prices and gallery images.

### Query inventory status
Check stock levels for multiple products at once to see what's ready to ship.

## Use Cases

### Daily sales review
A store owner wants to see what sold today. They ask the agent to list_store_orders and get a summary of the total sales.

### Batch shipping updates
An ops person needs to ship a batch of items. They use create_order_fulfillment to add tracking numbers to five different orders in one go.

### Product research
A marketing manager wants to see what's popular. They use query_products to filter for items with high prices and then check their gallery images.

### Rapid customer support
A support rep needs to help a frustrated buyer. They use get_order_details to find the billing address and payment status immediately.

## Benefits

- Stop digging through menus to find order info because get_order_details pulls everything into your chat.
- Keep your stock levels accurate without manual entry by using update_stock_quantity for specific variants.
- Improve recovery rates by using list_abandoned_carts to identify customers who didn't finish checkout.
- Speed up shipping workflows by using create_order_fulfillment to add tracking numbers instantly.
- Get a bird's eye view of your inventory by using query_stock_inventory to check multiple items at once.
- Organize your catalog better by using list_product_collections to see how your items are grouped.

## How It Works

The bottom line is you get a conversational interface for your entire Wix store backend.

1. Subscribe to this Connector and provide your Wix API Key and Site ID.
2. Connect your preferred AI client to the Vinkius platform.
3. Ask your agent to perform tasks like listing recent orders or updating stock.

## Frequently Asked Questions

**Can the Wix eCommerce MCP help me manage my stock?**
Yes, it lets you check inventory levels and update quantities for specific variants through your AI client.

**How do I use the Wix eCommerce MCP to track shipments?**
You can ask your agent to mark orders as shipped and provide tracking numbers automatically.

**Can I see which customers left items in their carts?**
Yes, you can use the Connector to list abandoned carts so you can reach out to those customers.

**Does the Wix eCommerce MCP work with my current store?**
It connects to your existing Wix eCommerce setup to manage products and orders in real time.

**Can I look up order details for customer support?**
Yes, you can quickly pull billing addresses and payment totals for any specific order ID.

**Is the Wix eCommerce MCP good for high-volume stores?**
It's designed to handle frequent queries for orders and inventory, making it great for busy operations.

**Can I check which products are running low on stock via chat?**
Yes. The `query_stock_inventory` tool allows your AI agent to check real-time stock quantities for specific product IDs, helping you identify items that need restocking without manual auditing.

**How do I mark an order as shipped and add a tracking number?**
You can use the `create_order_fulfillment` tool. Simply provide the order ID and the tracking number, and your agent will update the Wix order status and record the shipment details instantly.

**Can I see details for abandoned carts to help with recovery?**
Absolutely. The `list_abandoned_carts` tool retrieves a list of recent checkout sessions that weren't completed, showing you which products were left behind so you can plan recovery strategies.