Weavz
Octopia / Cdiscount

Octopia / Cdiscount

Manage Cdiscount and Octopia seller orders, offers, shipments, cancellations, commercial gestures, and order polling.

CustomCommerce
10 tools
1 trigger

Tools

Name
list_orders

List Cdiscount/Octopia seller orders with lifecycle, sales channel, date, and pagination filters.

get_order

Retrieve a Cdiscount/Octopia order by order ID.

approve_order

Approve a Cdiscount/Octopia order where seller approval is required.

ship_order

Ship a Cdiscount/Octopia seller-fulfilled order with carrier and tracking payload.

cancel_order

Cancel a Cdiscount/Octopia order or order lines with a documented cancellation payload.

list_offers

Retrieve Cdiscount/Octopia offers with cursor, limit, seller product ID, or sales channel filters.

import_offers

Create or update Cdiscount/Octopia offers using the documented offer integration JSON payload.

update_offer

Update a Cdiscount/Octopia offer by offer ID with price, stock, and lifecycle payload fields supported by the API.

create_commercial_gesture

Request a Cdiscount/Octopia commercial gesture refund or compensation for an order.

list_commercial_gestures

List Cdiscount/Octopia commercial gesture requests by order, status, date, and cursor.

Triggers

Name
order_updated

Poll Cdiscount/Octopia 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('octopia-cdiscount', 'list_orders', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'octopia-cdiscount',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Octopia / Cdiscount 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 Octopia / Cdiscount support?

Octopia / Cdiscount supports 10 tools including List Orders, Get Order, Approve Order, Ship Order, Cancel Order, and more.

Can I use Octopia / Cdiscount with AI agents?

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

Yes. Agents can combine Octopia / Cdiscount 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 Octopia / Cdiscount use?

Octopia / Cdiscount uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Octopia / Cdiscount integration cost?

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

What triggers does Octopia / Cdiscount support?

Octopia / Cdiscount supports 1 triggers including Order Updated.

Connect Octopia / Cdiscount in minutes

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