Octopia / Cdiscount
Manage Cdiscount and Octopia seller orders, offers, shipments, cancellations, commercial gestures, and order polling.
Tools
| Name | Description |
|---|---|
list_ordersList Cdiscount/Octopia seller orders with lifecycle, sales channel, date, and pagination filters. | List Cdiscount/Octopia seller orders with lifecycle, sales channel, date, and pagination filters. |
get_orderRetrieve a Cdiscount/Octopia order by order ID. | Retrieve a Cdiscount/Octopia order by order ID. |
approve_orderApprove a Cdiscount/Octopia order where seller approval is required. | Approve a Cdiscount/Octopia order where seller approval is required. |
ship_orderShip a Cdiscount/Octopia seller-fulfilled order with carrier and tracking payload. | Ship a Cdiscount/Octopia seller-fulfilled order with carrier and tracking payload. |
cancel_orderCancel a Cdiscount/Octopia order or order lines with a documented cancellation payload. | Cancel a Cdiscount/Octopia order or order lines with a documented cancellation payload. |
list_offersRetrieve Cdiscount/Octopia offers with cursor, limit, seller product ID, or sales channel filters. | Retrieve Cdiscount/Octopia offers with cursor, limit, seller product ID, or sales channel filters. |
import_offersCreate or update Cdiscount/Octopia offers using the documented offer integration JSON payload. | Create or update Cdiscount/Octopia offers using the documented offer integration JSON payload. |
update_offerUpdate a Cdiscount/Octopia offer by offer ID with price, stock, and lifecycle payload fields supported by the API. | Update a Cdiscount/Octopia offer by offer ID with price, stock, and lifecycle payload fields supported by the API. |
create_commercial_gestureRequest a Cdiscount/Octopia commercial gesture refund or compensation for an order. | Request a Cdiscount/Octopia commercial gesture refund or compensation for an order. |
list_commercial_gesturesList Cdiscount/Octopia commercial gesture requests by order, status, date, and cursor. | List Cdiscount/Octopia commercial gesture requests by order, status, date, and cursor. |
Triggers
| Name | Description |
|---|---|
order_updatedPoll Cdiscount/Octopia orders updated since the previous run. | Poll Cdiscount/Octopia 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('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.