AACFlow

Akeneo PIM

Produkte und Familien in Akeneo PIM über die REST API verwalten.

Akeneo PIM

Akeneo is an open-source Product Information Management (PIM) platform. The AACFlow block connects to the Akeneo REST API to list and retrieve products, create new products, and browse product families.

Official API documentation: https://api.akeneo.com/api-reference.html

Einrichtung

  1. In your Akeneo instance, go to Connect → Connection Settings and create a new connection to obtain a Client ID, Client Secret, Username, and Password.
  2. Note your Akeneo base URL (e.g. your-company.cloud.akeneo.com).
  3. In AACFlow, add an Akeneo block and switch to Advanced mode to enter the credentials directly in the block inputs.

No OAuth flow is required; Akeneo uses its own password-based token exchange on every request.

Operationen

OperationBeschreibung
akeneo_list_productsReturn a paginated list of products, optionally filtered by a JSON search expression.
akeneo_get_productFetch a single product by its identifier (SKU or UUID).
akeneo_create_productCreate a new product with a given identifier, family, categories, and attribute values.
akeneo_list_familiesReturn all product families defined in the PIM.

Beispiel-Workflow

Fetch all enabled products from Akeneo, pass the list to an AI block to enrich descriptions, then write the results back with akeneo_create_product (or an HTTP block targeting the PATCH endpoint).

On this page

Heute mit dem Aufbau beginnen
Über 100 000 Entwickler vertrauen uns.
Die SaaS-Plattform zum Aufbau von KI-Agenten und für Ihre agentische Belegschaft.
Loslegen