Lamoda Partner Adapter
Generischer REST-Adapter für die Lamoda Partner API — interner russischer Fashion-Marktplatz-Adapter.
Lamoda Partner Adapter
Lamoda is a leading Russian online fashion marketplace. This block is a generic REST adapter for Lamoda's partner (seller) API.
The Lamoda Partner API is available to verified sellers and logistics partners. Endpoint documentation and credentials are provided directly by Lamoda; contact your account manager or the partner portal at https://partner.lamoda.ru/ for access.
Einrichtung
- Log in to the Lamoda Partner portal and obtain your API base URL and authentication credentials.
- In AACFlow, add a Lamoda Partner Adapter block and enter:
- API Base URL — stored as a secret.
- Auth Type — Basic (username:password), Bearer Token, or Custom Header.
- Credentials — the corresponding value.
- Set the HTTP Method and API Path for the endpoint you need.
Operationen
| Operation | Beschreibung |
|---|---|
lamoda_request | Execute an arbitrary HTTP request (GET, POST, PUT, DELETE, PATCH) against the Lamoda Partner API using the configured authentication. |
Beispiel-Workflow
A workflow triggers when a new shipment is ready, calls the Lamoda adapter with a POST to /api/orders/confirm, passes the order IDs from the payload, and logs the confirmation response.
Links
- Lamoda Partner portal: https://partner.lamoda.ru/
- Block source: apps/aacflow/blocks/blocks/lamoda_adapter.ts

