Lazada
Manage Lazada Open Platform seller products, price and quantity updates, orders, fulfillment, cancellations, and order polling.
Tools
| Name | Description |
|---|---|
list_productsList Lazada products with optional status, offset, and limit filters. | List Lazada products with optional status, offset, and limit filters. |
get_productGet a Lazada product item by item ID. | Get a Lazada product item by item ID. |
create_productCreate a Lazada product using the documented Product XML payload. | Create a Lazada product using the documented Product XML payload. |
update_productUpdate a Lazada product using the documented Product XML payload. | Update a Lazada product using the documented Product XML payload. |
update_price_quantityUpdate Lazada SKU price and inventory using the documented XML payload. | Update Lazada SKU price and inventory using the documented XML payload. |
list_ordersList Lazada orders with date, status, pagination, and sorting filters. | List Lazada orders with date, status, pagination, and sorting filters. |
get_order_itemsGet Lazada order items for a specific order. | Get Lazada order items for a specific order. |
set_ready_to_shipMark Lazada order items ready to ship with the documented order item IDs and shipment provider values. | Mark Lazada order items ready to ship with the documented order item IDs and shipment provider values. |
cancel_order_itemCancel a Lazada order item with a documented reason ID. | Cancel a Lazada order item with a documented reason ID. |
Triggers
| Name | Description |
|---|---|
order_updatedPoll Lazada orders updated since the previous run. | Poll Lazada 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('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.