Weavz
Shopee

Shopee

Manage Shopee Open Platform shops, products, stock, prices, orders, shipments, cancellations, and order polling.

CustomCommerce
11 tools
1 trigger

Tools

Name
get_shop_info

Get Shopee shop account information.

list_items

List Shopee items with pagination and optional item status.

get_item

Get Shopee item detail by item ID.

add_item

Create a Shopee item with the documented item payload.

update_item

Update a Shopee item with the documented item payload.

update_stock

Update Shopee item or variation stock.

update_price

Update Shopee item or variation price.

list_orders

List Shopee orders by time range and status.

get_order_detail

Get Shopee order details for one or more order serial numbers.

ship_order

Ship a Shopee order through the documented logistics ship-order payload.

cancel_order

Cancel a Shopee order with a documented cancel reason and item list.

Triggers

Name
order_updated

Poll Shopee orders updated since the previous run.

Quick Start

TypeScript
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.