Weavz
Lazada

Lazada

Manage Lazada Open Platform seller products, price and quantity updates, orders, fulfillment, cancellations, and order polling.

CustomCommerce
9 tools
1 trigger

Tools

Name
list_products

List Lazada products with optional status, offset, and limit filters.

get_product

Get a Lazada product item by item ID.

create_product

Create a Lazada product using the documented Product XML payload.

update_product

Update a Lazada product using the documented Product XML payload.

update_price_quantity

Update Lazada SKU price and inventory using the documented XML payload.

list_orders

List Lazada orders with date, status, pagination, and sorting filters.

get_order_items

Get Lazada order items for a specific order.

set_ready_to_ship

Mark Lazada order items ready to ship with the documented order item IDs and shipment provider values.

cancel_order_item

Cancel a Lazada order item with a documented reason ID.

Triggers

Name
order_updated

Poll Lazada 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('lazada', 'list_products', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'lazada',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Lazada 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 Lazada support?

Lazada supports 9 tools including List Products, Get Product, Create Product, Update Product, Update Price And Quantity, and more.

Can I use Lazada with AI agents?

Yes. Add Lazada 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 Lazada be used in stateful agent workflows?

Yes. Agents can combine Lazada 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 Lazada use?

Lazada uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Lazada integration cost?

The Lazada integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Lazada support?

Lazada supports 1 triggers including Order Updated.

Connect Lazada in minutes

Get 20,000 free action executions every month. No credit card required.