# Temu Seller Hub MCP for AI Agents AI Agent Connect

> Temu Seller Hub connects your AI agent to the Temu Open Platform. It lets you manage cross-border orders, update stock levels, track shipping milestones, and handle returns without leaving your chat interface. It is built for sellers who need to move fast on a global marketplace.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_mtb77oW7IVhqdBaJB40BYqcRlkI88KnPtFxCFHA4/ai-agent-connect
- **Tags:** temu, pdd, dropshipping, fulfillment, inventory, cross-border

## Description

Managing a global store on Temu usually means jumping between tabs to check order statuses, update stock, and deal with returns. This Connector changes that by letting your AI agent do the heavy lifting directly. Instead of manual data entry, you can just tell your agent to find all pending orders from a specific date or update the stock for a specific SKU. It handles the messy parts of the Temu API, like generating the right signatures, so you can focus on growing your business. Since Vinkius makes it easy to connect these types of tools, you can get your agent up and running in minutes. You get a direct line to your product listings and fulfillment data, making it way easier to keep your shop accurate and your customers happy.

## Tools

### get_aftersale_list
View all the return requests and after-sale tickets. Use this to manage your reverse logistics pipeline.

### get_goods_detail
Get every specific detail for a single product listing. This is useful for auditing your current catalog.

### get_goods_list
See all the products currently live on your Temu store. Use this to get a high-level view of your catalog.

### get_goods_sku
Pull out the specific details for an individual SKU. This helps with deep dives into specific item specs.

### create_ship_order
Create a new shipping order to fulfill a customer's purchase. This allows you to send tracking numbers instantly.

### get_inventory
Check the current stock levels for every SKU in your shop. Use this to spot low-stock items quickly.

### get_logistics_companies
See which shipping carriers are available for your orders. This helps you plan for different regions.

### get_order_detail
Pull all the data for one specific customer order. This is perfect for looking up individual purchase info.

### get_order_list
Fetch a list of orders based on specific date ranges and statuses. Use this to batch process daily sales.

### get_purchase_orders
Track the stock requests coming in from the platform. Use this to manage your incoming supply chain.

### get_ship_order_list
View all the orders that have already been sent for shipping. This helps you track your daily fulfillment output.

### sync_inventory
Update the stock count for a specific SKU across the platform. This keeps your storefront accurate in real time.

## Prompt Examples

**Prompt:** 
```
Get my Temu orders from the last 24 hours and summarize pending fulfillment.
```

**Response:** 
```
### Orders from the last 24 hours

| Order ID | Status | Total | Destination |
| :--- | :--- | :--- | :--- |
| TMU-88712 | Pending | $45.00 | USA |
| TMU-88715 | Pending | $120.00 | UK |
| TMU-88720 | Pending | $30.00 | Canada |

**Summary:**
- **Total Pending:** 3 orders
- **Total Value:** $195.00
- **Action Required:** All orders are awaiting shipment. Would you like me to create shipping orders for these now?
```

**Prompt:** 
```
Mark order TMU-2024-88712 as shipped with tracking number YT2048391004.
```

**Response:** 
```
✅ **Order Updated Successfully**

Order **TMU-2024-88712** has been marked as shipped.
- **Carrier:** Yanwen Express
- **Tracking Number:** YT2048391004

The buyer will receive an automated notification with their tracking link. Your fulfillment dashboard has been updated.
```

**Prompt:** 
```
Update inventory for SKU TMU-SHOE-42BLK to 250 units.
```

**Response:** 
```
🔄 **Inventory Sync Complete**

SKU **TMU-SHOE-42BLK** has been updated.
- **New Quantity:** 250 units
- **Previous Quantity:** 45 units

The change will be reflected on the Temu storefront within approximately 5 minutes. Your stock level now comfortably covers current demand.
```

## Capabilities

### Pull new orders
Get a list of all incoming orders from global buyers based on dates or status.

### Sync stock levels
Update your inventory counts for specific SKUs to prevent overselling.

### Fulfill shipments
Create shipping orders and attach tracking numbers for customer deliveries.

### Audit product listings
Retrieve full details and specifications for every item in your store.

### Track returns
Monitor incoming RMA requests and check on refund statuses.

## Use Cases

### Batch processing daily orders
A seller gets 50 orders in an hour. They ask the agent to pull all orders from today and list the ones that need shipping, then use create_ship_order to process them.

### Real-time stock updates
Stock is running low on a hot item. The user tells the agent to update the stock for SKU-123 to 500 units using sync_inventory.

### Answering product questions
A customer asks about a product's specs. The agent uses get_goods_detail to grab the exact description and dimensions to answer the buyer.

### Monitoring return logistics
A coordinator wants to check on returns. They ask the agent to check the status of their latest return requests using get_aftersale_list.

## Benefits

- Stop manual data entry by using get_order_list to pull all new sales into one view.
- Prevent overselling and stockouts by using sync_inventory to keep your counts accurate.
- Speed up fulfillment by using create_ship_order to send tracking numbers to customers instantly.
- Audit your catalog easily with get_goods_list to see every live product and its specs.
- Handle returns faster by using get_aftersale_list to track refund requests and logistics.
- Identify the best shipping routes by using get_logistics_companies to see available carriers.

## How It Works

The bottom line is you get a direct, automated bridge between your AI agent and your Temu seller dashboard.

1. Register as a developer on the Temu Open Platform.
2. Create an application to get your App Key and App Secret.
3. Generate an Access Token and paste your credentials into the setup.

## Frequently Asked Questions

**Can the Temu Seller Hub manage my orders?**
Yes, it lets your agent pull lists of orders and see the full details of each one. This makes it much faster to organize and process your daily sales.

**How do I keep my stock levels updated?**
You can use the Connector to sync inventory for specific SKUs, which updates your Temu store automatically. This helps you prevent overselling on the marketplace.

**Can I use this for returns?**
Yes, it includes tools to list return requests and check on refund statuses. This helps you manage your reverse logistics more efficiently.

**Does this work for all Temu products?**
It works for any products listed on your Temu store that you have access to via the Temu Open Platform. It covers your full product catalog.

**Can my agent create shipping labels?**
It can create shipping orders using the Temu v2 API, which includes adding tracking numbers. This allows your agent to handle the fulfillment step for you.

**Is this for cross-border sellers?**
Yes, it is specifically designed for cross-border e-commerce on the Temu marketplace, handling the specific requirements of global shipping and sales.

**How do I obtain the Access Token required for authentication?**
You must complete the OAuth 2.0 authorization flow using your App Key through your specific seller account on the Temu Open Platform. The flow will generate an Access Token that grants scoped permissions to your store's order, inventory, and logistics data.

**Can I manage inventory across multiple SKU variants simultaneously?**
Yes! The `sync_inventory` tool accepts batch SKU updates. You can push quantity changes for multiple product variants in a single call, and the engine handles all MD5 signature computation and parameter encoding automatically.

**Is there any risk of accidentally modifying live product listings or canceling orders?**
All write operations require explicit parameters — order IDs, SKU identifiers, tracking numbers — that must be deliberately specified. The Access Token is scoped to your seller account, and the MD5 signature layer prevents request forgery. Critical actions like order cancellation are logged and require confirmation parameters.