n11 integration | Zervanor
← All connectors

n11

Also an agent tool
ecommerce

n11 — major Turkish marketplace. REST API for products, price & stock, orders, shipment packages, and categories over dual api-key headers (appkey + appsecret); production-only. SOAP-only functions (claims/returns, detailed order list, reference lookups, product delete) are not covered.

11 actions · 3 triggers

The n11 integration lets you connect n11 to your automations with 11 actions and 3 triggers — and every action is also a tool an AI agent can call. Examples: List Products, Create Products, Update Product Information, Update Price & Stock, Get Task Details. No blank-canvas wiring — connect it and use it in your workflows.

Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.

Triggers 3

Events in n11 that can start a workflow.

webhook

Order Created

Fires when a new order/shipment package appears (polling list_shipment_packages; filter status=Created).

webhook

Order Updated

Fires when an existing order/package changes status (polling list_shipment_packages with orderbyField=true).

polling

New / updated n11 order

Fires when an order/shipment package is created or changes status. Set orderbyField=true to list by last-update date; filter status=Created for new orders.

Actions 11

What Zervanor can do in n11.

Ms5

GET

List Products

Query the seller's products with current price, stock, status, and codes. Safe auth-only read used for the health check.

POST

Create Products

Submit one or more new products to be listed (async → returns a task id; poll get_task_details for per-SKU result).

POST

Update Product Information

Update non-price fields of existing products (status, preparation/shipping days, shipment template, description). Async → returns a task id.

POST

Update Price & Stock

Update list price, sale price, currency, and quantity for up to 1000 SKUs per request. Async → returns a task id; poll get_task_details for per-SKU success/failure.

POST

Get Task Details

Check the outcome of an async product/price-stock task. Returns per-SKU SUCCESS/FAIL and overall task status (IN_QUEUE/PROCESSED/REJECT).

Rest4

GET

List Shipment Packages

List shipment packages (orders) with line items, statuses, cargo/tracking, and buyer/shipping details. The flagship new-order / order-updated polling source.

PUT

Update Order Line Items

Move order line items to Picking status (accept the order and start fulfilling). Send the orderLineId values from list_shipment_packages plus a single target status.

PUT

Add Labor Costs

Add labor/assembly cost to an order line item (for products requiring installation or assembly).

POST

Split / Combine Package

Split a multi-item package into separate shipments (or combine), e.g. when items ship from different locations. Send the orderLineId groupings to split by.

Cdn2

GET

Get Category Tree

Return the full n11 category tree. No parameters required. Safe read.

GET

Get Category Attributes

Return the attributes and allowed values required for products in a given category.

Automations using n11

Build your own automation with n11 in the visual builder.

Frequently asked questions

What can I automate with n11?

11 actions are available — for example: List Products, Create Products, Update Product Information, Update Price & Stock, Get Task Details, and more.

Which n11 events can start a workflow?

3 triggers — for example: Order Created, Order Updated, New / updated n11 order.

Can n11 be used as an AI agent tool?

Yes. Every n11 action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the n11 integration modelled?

n11 is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.