AACFlow

Akeneo PIM

Manage products and families in Akeneo PIM via REST API.

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

Setup

  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.

Operations

OperationDescription
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.

Example 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

今天就开始构建
超过 100,000 名开发者信赖我们。
用于构建 AI 智能体并运行智能体工作团队的 SaaS 平台。
开始使用