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