# PrestaShop Botize app — id `prestashop`. Official site: https://www.prestashop.com. Open-source e-commerce platform that allows users to create and manage online stores easily and effectively. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Account Requires connecting a PrestaShop account in Botize. The user links it once and Botize stores the credentials; an assistant never handles them. - Connect: https://botize.com/en/app/prestashop/authenticate ## Triggers (2) The event that starts the task. Exactly one per task. - `get_next_product` — Get the next new product https://botize.com/en/method/prestashop/get_next_product.md - `get_next_incompleted_product` — Get the next incompleted product https://botize.com/en/method/prestashop/get_next_incompleted_product.md ## Actions (11) What happens next. A task can chain several. - `get_product_by_id` — Search a product by Id https://botize.com/en/method/prestashop/get_product_by_id.md - `get_multiple_products_by_reference` — Extract multiple products by reference codes https://botize.com/en/method/prestashop/get_multiple_products_by_reference.md - `get_product_by_reference` — Search a product by Reference https://botize.com/en/method/prestashop/get_product_by_reference.md - `get_manufacturer_by_name` — Search a manufacturer by Name https://botize.com/en/method/prestashop/get_manufacturer_by_name.md - `get_category_by_name` — Search a category by Name https://botize.com/en/method/prestashop/get_category_by_name.md - `post_product` — Create a Product https://botize.com/en/method/prestashop/post_product.md - `edit_product` — Update a Product https://botize.com/en/method/prestashop/edit_product.md - `set_specific_price` — Set discount price https://botize.com/en/method/prestashop/set_specific_price.md - `set_stock_availables` — Set stock https://botize.com/en/method/prestashop/set_stock_availables.md - `add_image` — Add a new image to a product https://botize.com/en/method/prestashop/add_image.md - `add_manufacturer` — Get or create a manufacturer https://botize.com/en/method/prestashop/add_manufacturer.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/prestashop