İdeaSoft integration | Zervanor
← All connectors

İdeaSoft

Also an agent tool
ecommerce

İdeaSoft e-commerce storefront (Admin API v3.2.0). OAuth 2.0 (authorization_code + offline refresh-token rotation, Bearer access token) against each merchant's own store subdomain (https://<store>.myideasoft.com), interpolated from connector config (store_subdomain). v1 flagship scope covers the core order → invoice → notification automations: orders (list/get/count/status update), products (list/get), members/customers (list/get), currencies (read-only connectivity test), and webhook-subscription management (client_webhooks list/create/delete). Real signed webhooks (X-Ideashop-Hmac-Sha256, HMAC-SHA256 base64 over the raw body, generic_hmac; signing secret = the OAuth app's Client Secret) for order/product/member/payment create+update, with polling triggers (startUpdatedAt + sort) as the resilient default. No public sandbox — production-only against the live store subdomain, so the test target is read-only. The remaining ~190 Admin API resource groups (content/theme, SEO, marketing, settings singletons, and the separate Store API) follow the same CRUD conventions and are deferred to a later pack revision.

12 actions · 3 triggers

The İdeaSoft integration lets you connect İdeaSoft to your automations with 12 actions and 3 triggers — and every action is also a tool an AI agent can call. Examples: List Orders, Get Order, Count Orders, Update Order, List Products. 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 İdeaSoft that can start a workflow.

polling

New or updated order

Polls /admin-api/orders for orders changed since the last run (by updatedAt). Resilient alternative to the order webhook (which İdeaSoft auto-deletes after repeated delivery failures).

polling

New or updated product

Polls /admin-api/products for products changed since the last run (by updatedAt).

polling

New or updated customer

Polls /admin-api/members for customers changed since the last run (by updatedAt).

Actions 12

What Zervanor can do in İdeaSoft.

Client Webhooks3

GET

List Webhook Subscriptions

List the webhook subscriptions (client_webhooks) registered for this app on the store.

POST

Create Webhook Subscription

Register a webhook subscription for a topic (e.g. 'order/create'). Set address to the Zervanor connector receive URL and status to 1.

DELETE

Delete Webhook Subscription

Delete a webhook subscription by id.

Order2

GET

Get Order

Fetch a single order by id. Use after a webhook (which sends only changed fields) to hydrate the full order record.

PUT

Update Order

Update an order by id (e.g. set/transition the order status). Send only the fields to change in the body.

Orders2

GET

List Orders

List store orders, filterable and paginated. The flagship order feed and polling source. Use startUpdatedAt + sort=-updatedAt to fetch only orders changed since the last poll.

GET

Count Orders

Count orders matching the given filters.

Currencies1

GET

List Currencies

List the store's currencies and exchange rates. Safe, read-only, parameterless, always present in any store — the connector connectivity (READ) test target. Confirms the OAuth token, store subdomain and permission are valid.

Member1

GET

Get Member

Fetch a single store customer (member) by id.

Members1

GET

List Members

List store customers (members), filterable and paginated. Polling source for new/updated customers.

Product1

GET

Get Product

Fetch a single product by id.

Products1

GET

List Products

List store products, filterable and paginated. Polling source for product changes.

Automations using İdeaSoft

Build your own automation with İdeaSoft in the visual builder.

Frequently asked questions

What can I automate with İdeaSoft?

12 actions are available — for example: List Orders, Get Order, Count Orders, Update Order, List Products, and more.

Which İdeaSoft events can start a workflow?

3 triggers — for example: New or updated order, New or updated product, New or updated customer.

Can İdeaSoft be used as an AI agent tool?

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

How is the İdeaSoft integration modelled?

İdeaSoft 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.