#2024
You'll find below all the updates of our SaaS offers. Enjoy!
#October 2024
#ADDED Introducing the New Akeneo Event Platform – Now Publicly Available!
We're excited to announce the launch of our new Event Platform
, designed to help you retrieve near real-time events from Akeneo, overcoming the limitations of the previous Event API.
This platform, along with other integration features, is set to become your essential tool for real-time product data updates when working with Akeneo. 👉 Try it out now by checking out our documentation!
#June 2024
#ADDED Delete family by code
Deleting a family was only possible through the UI. Now we are adding a new endpoint to allow family deletion via the API.
👉 Get more information on the API reference for these endpoints
#April 2024
#ADDED Official launch of the PIM GraphQL API
Great news for developers: Our official GraphQL Outbound API
is up and running, ready for seamless integration into your projects!
Enjoy effortless data querying, real-time updates, and a more intuitive interaction with your PIM.
👉 Dive in now by exploring the documentation !
#ADDED Retrieve attributes types on product get
In order to enhance the user experience with our external API, we've incorporated two additional pieces of information into the response: attribute_type: Indicates the attribute type for each product value. reference_data_name: Identifies the code of the asset collection or the reference entity associated with this attribute. This update is significant because previously, our clients had to: Make a GET request for the product. Make a GET request for the attribute to obtain the attribute type for each value. Make a GET request for the reference entity or the asset to obtain the asset code or reference entity. Now, they simply require a single GET request for the product, reducing the number of API calls needed and increasing productivity.
#March 2024
#ADDED Retrieve product variants using Catalogs for Apps
We updated our product mapping meta-schema a third time! You want to manage either a product level based or a model/variant levels based mapping? Update your catalog product mapping and use either product or model/variant structure.
👉 Learn more about how to define your product mapping schema to manage variants
#ADDED Retrieve localized values using Catalogs for Apps
We updated our product mapping meta-schema a second time! You want to manage several languages for one product selection? Update your catalog product mapping schema and ask for localized values instead of simple value.
👉 Learn more about how to update your catalog to define managed locales and how to define your product mapping schema
#ADDED Retrieve prices using Catalogs for Apps
We updated our product mapping meta-schema. Your app can now ask for price objects in one specific currency or multi-currencies.
👉 Learn more about how to update your catalog to define managed currencies and how to define your product mapping schema
#January 2024
#UPDATED The PATCH Attribute option API endpoints now apply a rate limit
The PATCH attribute option API endpoints now apply a rate limit of 3 concurrent API requests per second.
A 429 error will occur for the subsequent requests.
👉 Get more information on the API reference for these endpoints