Detmir Adapter (Детский Мир)
Generischer REST-Adapter für Детский Мир (Detmir) — interner russischer Retail-EDI-Adapter, keine öffentliche API.
Detmir Adapter (Детский Мир)
Детский Мир (Detmir) is one of Russia's largest children's goods retailers. This block is a generic REST adapter for supplier integrations with Detmir.
The Detmir Partner API is not publicly documented and access is granted under NDA to verified suppliers. If you are a Detmir supplier, contact your partner manager to obtain API endpoint documentation and credentials.
Einrichtung
- Obtain your API base URL, authentication type, and credentials from your Detmir partner manager.
- In AACFlow, add a Detmir Adapter block and enter:
- API Base URL — the base URL provided by Detmir (stored as a secret).
- Auth Type — Basic (username:password), Bearer Token, or Custom Header.
- Credentials — the corresponding credential value.
- Set the HTTP Method and API Path for the specific endpoint you are calling.
Operationen
| Operation | Beschreibung |
|---|---|
detmir_request | Execute an arbitrary HTTP request (GET, POST, PUT, DELETE, PATCH) against the Detmir partner API using the configured authentication. |
Beispiel-Workflow
A supplier automation workflow triggers on a new product update, calls the Detmir adapter with a POST to /api/v1/products to synchronize catalog data, and logs the response status.
Links
- Detmir corporate site: https://www.detmir.ru/
- Block source: apps/aacflow/blocks/blocks/detmir_adapter.ts

