İdeaSoft
Aynı zamanda bir ajan aracıİ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 eylemler · 3 tetikleyiciler
İdeaSoft entegrasyonu — 12 aksiyon ve 3 tetikleyici ile İdeaSoft'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Orders, Get Order, Count Orders, Update Order, List Products. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 3
İdeaSoft üzerinde bir iş akışını başlatabilen olaylar.
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).
New or updated product
Polls /admin-api/products for products changed since the last run (by updatedAt).
New or updated customer
Polls /admin-api/members for customers changed since the last run (by updatedAt).
Eylemler 12
Zervanor'un İdeaSoft üzerinde yapabilecekleri.
Client Webhooks3
List Webhook Subscriptions
List the webhook subscriptions (client_webhooks) registered for this app on the store.
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 Webhook Subscription
Delete a webhook subscription by id.
Order2
Get Order
Fetch a single order by id. Use after a webhook (which sends only changed fields) to hydrate the full order record.
Update Order
Update an order by id (e.g. set/transition the order status). Send only the fields to change in the body.
Orders2
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.
Count Orders
Count orders matching the given filters.
Currencies1
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 Member
Fetch a single store customer (member) by id.
Members1
List Members
List store customers (members), filterable and paginated. Polling source for new/updated customers.
Product1
Get Product
Fetch a single product by id.
Products1
List Products
List store products, filterable and paginated. Polling source for product changes.
Aramanızla eşleşen bir şey yok.
İdeaSoft kullanan Çözüm Şablonları
İdeaSoft ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
İdeaSoft ile neler otomatikleştirebilirim?
12 aksiyon var — örneğin: List Orders, Get Order, Count Orders, Update Order, List Products ve daha fazlası.
Hangi İdeaSoft olayları bir workflow başlatabilir?
3 tetikleyici — örneğin: New or updated order, New or updated product, New or updated customer.
İdeaSoft bir AI agent aracı olarak kullanılabilir mi?
Evet. İdeaSoft'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
İdeaSoft entegrasyonu nasıl modellenir?
İdeaSoft sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.