# Add a list of External/Affiliate products by SKU — WooCommerce Botize method — `woocommerce.batch_create_by_sku` (action). Add new products to your WooCommerce store from an external or affiliated product list, specifying the product SKU codes and specific data you want to add. Any product whose SKU already exists in WooCommerce will be excluded, avoiding duplicates. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `woocommerce_products` *(string)* — List of WooCommerce products - `raw_sku` *(string)* — Product Code SKU - `raw_name` *(string)* — Product name - `raw_description` *(string)* — Description - `raw_short_description` *(string)* — Short Description - `raw_regular_price` *(string)* — Regular Price - `raw_sale_price` *(string)* — Sale Price - `raw_external_url` *(string)* — External URL - `raw_button_text` *(string)* — Button Text (shown on the button that links to the external product) - `raw_image_src` *(string)* — Image URL - `raw_status` *(string, one of: ""; "publish"; "draft"; "pending"; "private")* — Status ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{_status}}` *(text)* — _status ## Account Needs a connected WooCommerce account in Botize: https://botize.com/en/app/woocommerce/authenticate ## This app Every trigger and action for WooCommerce: https://botize.com/en/app/woocommerce.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/method/woocommerce/batch_create_by_sku