/akeneo | Type: Application | PCID required: Yes
Product information management
Tools
| Tool | Description |
|---|---|
akeneo_list_products | List all Akeneo products with optional search filter |
akeneo_create_product | Create a new Akeneo product |
akeneo_get_product | Get details of a specific Akeneo product |
akeneo_update_product | Update an existing Akeneo product |
akeneo_delete_product | Delete an Akeneo product |
akeneo_upload_asset_media | Upload an asset media file to Akeneo |
akeneo_list_products
List all Akeneo products with optional search filter Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
searchFilter | object | No | — | Optional search filter for products |
akeneo_create_product
Create a new Akeneo product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
identifier | string | Yes | — | Product identifier |
family | string | Yes | — | Product family |
categories | string[] | No | — | Product categories |
enabled | boolean | No | — | Whether the product is enabled |
values | any | Yes | — | Product attribute values (at least one required) |
akeneo_get_product
Get details of a specific Akeneo product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
identifier | string | Yes | — | Product identifier |
akeneo_update_product
Update an existing Akeneo product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
identifier | string | Yes | — | Product identifier |
family | string | No | — | Product family |
categories | string[] | No | — | Product categories |
enabled | boolean | No | — | Whether the product is enabled |
values | object | No | — | Product attribute values to update |
akeneo_delete_product
Delete an Akeneo product Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
identifier | string | Yes | — | Product identifier |
akeneo_upload_asset_media
Upload an asset media file to Akeneo Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
file | any | Yes | — | File to upload |

