Shopee
Manage Shopee Open Platform shops, products, stock, prices, orders, shipments, cancellations, and order polling.
Tools
| Name | Description |
|---|---|
get_shop_infoGet Shopee shop account information. | Get Shopee shop account information. |
list_itemsList Shopee items with pagination and optional item status. | List Shopee items with pagination and optional item status. |
get_itemGet Shopee item detail by item ID. | Get Shopee item detail by item ID. |
add_itemCreate a Shopee item with the documented item payload. | Create a Shopee item with the documented item payload. |
update_itemUpdate a Shopee item with the documented item payload. | Update a Shopee item with the documented item payload. |
update_stockUpdate Shopee item or variation stock. | Update Shopee item or variation stock. |
update_priceUpdate Shopee item or variation price. | Update Shopee item or variation price. |
list_ordersList Shopee orders by time range and status. | List Shopee orders by time range and status. |
get_order_detailGet Shopee order details for one or more order serial numbers. | Get Shopee order details for one or more order serial numbers. |
ship_orderShip a Shopee order through the documented logistics ship-order payload. | Ship a Shopee order through the documented logistics ship-order payload. |
cancel_orderCancel a Shopee order with a documented cancel reason and item list. | Cancel a Shopee order with a documented cancel reason and item list. |
Triggers
| Name | Description |
|---|---|
order_updatedPoll Shopee orders updated since the previous run. | Poll Shopee orders updated since the previous run. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('shopee', 'get_shop_info', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'shopee',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Shopee to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Shopee support?
Shopee supports 11 tools including Get Shop Info, List Items, Get Item, Add Item, Update Item, and more.
Can I use Shopee with AI agents?
Yes. Add Shopee to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Shopee be used in stateful agent workflows?
Yes. Agents can combine Shopee tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Shopee use?
Shopee uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Shopee integration cost?
The Shopee integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Shopee support?
Shopee supports 1 triggers including Order Updated.
Connect Shopee in minutes
Get 20,000 free action executions every month. No credit card required.