action akeneo_post_products { label: "Create a new product" description: "This endpoint allows you to create a new product. In the Enterprise Edition, since the v2.0, permissions based on your user groups are applied to the product you try to create." provider: akeneo method: POST path: "/api/rest/v1/products" encoding: json output: { type: "object" additionalProperties: true } }