action akeneo_post_products_uuid { label: "Create a new product" description: "This endpoint allows you to create a new product. In the Enterprise Edition, permissions based on your user groups are applied to the product you try to create. If no uuid is provided, the PIM will generate one for you." provider: akeneo method: POST path: "/api/rest/v1/products-uuid" encoding: json output: { type: "object" additionalProperties: true } }