{"id":12151,"date":"2026-04-23T07:11:10","date_gmt":"2026-04-23T07:11:10","guid":{"rendered":"https:\/\/ovesio.com\/blog\/?p=12151"},"modified":"2026-04-24T11:19:17","modified_gmt":"2026-04-24T11:19:17","slug":"how-to-use-ecommerce-intelligence-inside-ovesio-ai","status":"publish","type":"post","link":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai","title":{"rendered":"How To Use eCommerce Intelligence inside Ovesio AI"},"content":{"rendered":"\n<p id=\"84b9\">This article explores how to leverage the Ovesio eCommerce Intelligence platform to maximize revenue and eliminate dead stock through data-driven insights.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"7d8f\">Step 1: Data Sources<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img fetchpriority=\"high\" decoding=\"async\" width=\"700\" height=\"350\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1sAUfjGEoCVs1BYMyx5J_pA.png\" alt=\"\" class=\"wp-image-12153\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1sAUfjGEoCVs1BYMyx5J_pA.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1sAUfjGEoCVs1BYMyx5J_pA-300x150.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p id=\"6473\">Click on \u201cData Sources\u201d the on \u201cAdd Data Source\u201d<\/p>\n\n\n\n<p id=\"976f\">Under \u201cData Type\u201d we have Product and Orders.<\/p>\n\n\n\n<p id=\"2168\">These are the only data we need from you in order to generate a proper report and forecasting.<\/p>\n\n\n\n<p id=\"a674\">All the data will be anonymized, and we don\u2019t even need the name of your clients, we just need to know the products + orders (with date, content, and value) and that\u2019s it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"b619\">Products Data Source<\/h3>\n\n\n\n<p id=\"150b\">This file defines your catalog and current inventory levels.<\/p>\n\n\n\n<p id=\"e347\"><strong>Required fields:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>sku<\/strong>: The unique identifier for the product.<\/li>\n\n\n\n<li><strong>name<\/strong>: The descriptive title of the product.<\/li>\n\n\n\n<li><strong>quantity<\/strong>: The current physical inventory (stock) available.<\/li>\n\n\n\n<li><strong>price<\/strong>: The current selling price.<\/li>\n<\/ul>\n\n\n\n<p id=\"4f20\"><strong>Optional fields:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>description<\/strong>: A detailed text about the product.<\/li>\n\n\n\n<li><strong>category<\/strong>: The group or hierarchy (e.g., Gadgets &gt; Smart Office).<\/li>\n\n\n\n<li><strong>manufacturer<\/strong>: The brand or manufacturer.<\/li>\n\n\n\n<li><strong>availability<\/strong>: The current status (e.g., in_stock, preorder, out_of_stock, discontinued).<\/li>\n\n\n\n<li><strong>currency<\/strong>: The currency used (e.g., RON, EUR).<\/li>\n\n\n\n<li><strong>image<\/strong>: A URL link to the product image.<\/li>\n\n\n\n<li><strong>url<\/strong>: The link to the product page in your store.<\/li>\n\n\n\n<li><strong>lang<\/strong>: The language code for the product data.<\/li>\n<\/ul>\n\n\n\n<p id=\"26b4\">Example of a JSON for the Products Data Source:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{<br>    \"data\": [<br>        {<br>            \"sku\": \"64\",<br>            \"name\": \"Cordless Vacuum Cleaner\",<br>            \"quantity\": -1,<br>            \"price\": 138.00,<br>            \"availability\": \"out_of_stock\",<br>            \"description\": \"This high-quality electronic product is designed for daily use and long-term reliability.\\nIt offers excellent performance, durable materials, and a modern design.\\nIdeal for home or professional environments, it ensures ease of use and efficiency.\",<br>            \"manufacturer\": \"Samsung\",<br>            \"image\": \"https:\/\/thumbs.dreamstime.com\/b\/vacuum-cleaner-isolated-white-background-44413722.jpg\",<br>            \"url\": \"https:\/\/example.com\/products\/cordless-vacuum-cleaner\",<br>            \"category\": \"Electronics > Home Appliances > Vacuum Cleaner\"<br>        },<br>        {<br>            \"sku\": \"635\",<br>            \"name\": \"4K Ultra HD Smart TV 55 inch\",<br>            \"quantity\": 1,<br>            \"price\": 37.37,<br>            \"availability\": \"in_stock\",<br>            \"description\": \"Engineered for performance and durability, this product delivers consistent results.\\nIts ergonomic design and quality components make it a dependable choice.\\nPerfect for everyday use in a wide range of scenarios.\",<br>            \"manufacturer\": \"LG\",<br>            \"image\": \"https:\/\/media.power-cdn.net\/images\/h-0f8dba26cc63da0e7a1a2790e900820e\/products\/3393362\/3393362_6_600x600_w_g.webp\",<br>            \"url\": \"https:\/\/example.com\/products\/4k-ultra-hd-smart-tv-55-inch\",<br>            \"category\": \"Electronics > Home Appliances > TV\"<br>        }<br>    ]<br>}<\/pre>\n\n\n\n<p id=\"a7ff\">Example of a CSV for the Products Data Source:&nbsp;<a href=\"https:\/\/docs.ovesio.com\/examples\/data-sources\/products_sample.csv\" rel=\"noreferrer noopener\" target=\"_blank\">CSV Example<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"0933\">Orders Data Source<\/h3>\n\n\n\n<p id=\"c02b\">This source provides the sales history necessary to understand customer behavior and trends.<\/p>\n\n\n\n<p id=\"0955\"><strong>Required fields:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>order_id<\/strong>: The unique reference number for the transaction.<\/li>\n\n\n\n<li><strong>date<\/strong>: The date and time of the sale (Format: YYYY-MM-DD HH:MM:SS).<\/li>\n\n\n\n<li><strong>total<\/strong>: The total value of the order.<\/li>\n\n\n\n<li><strong>sku<\/strong>: Must match exactly with the SKU in the Products file.<\/li>\n\n\n\n<li><strong>name<\/strong>: The name of the product as it appears in the order.<\/li>\n\n\n\n<li><strong>quantity<\/strong>: The number of units sold.<\/li>\n\n\n\n<li><strong>price<\/strong>: The specific selling price at the time of the order.<\/li>\n<\/ul>\n\n\n\n<p id=\"8ea7\"><strong>Optional fields:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>customer_id<\/strong>: A unique reference for the buyer.<\/li>\n\n\n\n<li><strong>currency<\/strong>: The currency used for the transaction.<\/li>\n\n\n\n<li><strong>lang<\/strong>: The language code used during the checkout process.<\/li>\n<\/ul>\n\n\n\n<p id=\"c357\">Example of a JSON for the Products Data Source:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{<br>    \"data\": [<br>        {<br>            \"order_id\": \"442811\",<br>            \"customer_id\": \"AX24\",<br>            \"total\": 35.49,<br>            \"date\": \"2025-01-07 12:20:11\",<br>            \"products\": [<br>                {<br>                    \"sku\": \"21192\",<br>                    \"name\": \"Smart Home Wi-Fi Plug\",<br>                    \"quantity\": \"1\",<br>                    \"price\": 35.49<br>                }<br>            ]<br>        },<br>        {<br>            \"order_id\": \"442812\",<br>            \"customer_id\": \"BC77\",<br>            \"total\": 154.48,<br>            \"date\": \"2025-01-07 12:20:14\",<br>            \"products\": [<br>                {<br>                    \"sku\": \"11860\",<br>                    \"name\": \"Portable Air Purifier\",<br>                    \"quantity\": \"1\",<br>                    \"price\": 134.49<br>                }<br>            ]<br>        },<br>        {<br>            \"order_id\": \"442813\",<br>            \"customer_id\": \"Z208172\",<br>            \"total\": 266.49,<br>            \"date\": \"2025-01-07 12:22:07\",<br>            \"products\": [<br>                {<br>                    \"sku\": \"29512\",<br>                    \"name\": \"Mechanical Gaming Keyboard\",<br>                    \"quantity\": \"1\",<br>                    \"price\": 266.49<br>                }<br>            ]<br>        },<br>        {<br>            \"order_id\": \"442814\",<br>            \"customer_id\": \"1234\",<br>            \"total\": 188.49,<br>            \"date\": \"2025-01-07 12:23:09\",<br>            \"products\": [<br>                {<br>                    \"sku\": \"28928\",<br>                    \"name\": \"Mechanical Gaming Keyboard\",<br>                    \"quantity\": \"1\",<br>                    \"price\": 88.49<br>                },<br>                {<br>                    \"sku\": \"758\",<br>                    \"name\": \"Smartwatch with Heart Rate Monitor\",<br>                    \"quantity\": \"1\",<br>                    \"price\": 100.0<br>                }<br>            ]<br>        }<br>    ]<br>}<\/pre>\n\n\n\n<p id=\"6f2f\">Example of a CSV for the Products Data Source:&nbsp;<a href=\"https:\/\/docs.ovesio.com\/examples\/data-sources\/orders_sample.csv\" rel=\"noreferrer noopener\" target=\"_blank\">CSV Example<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"d141\">Important integration rules<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>SKU matching<\/strong>: The SKU is the \u201cbridge\u201d between your files. It must be identical in both the Products and Orders sources for the AI to correlate current stock with past sales.<\/li>\n\n\n\n<li><strong>Logistics Parameters<\/strong>: Please note that&nbsp;<strong>Lead Time Days<\/strong>&nbsp;(supplier delivery time) and&nbsp;<strong>Safety Stock Days<\/strong>&nbsp;(safety stock)&nbsp;<strong>cannot<\/strong>&nbsp;be set through these files. They must be configured directly in the application settings for each product to ensure the accuracy of AI calculations for your specific operations.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"8c9b\">Completeting the Data Source Import:<\/h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"700\" height=\"350\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1C3rLI8IQoAm6tQZ_8R1kgQ.png\" alt=\"\" class=\"wp-image-12157\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1C3rLI8IQoAm6tQZ_8R1kgQ.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1C3rLI8IQoAm6tQZ_8R1kgQ-300x150.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p id=\"756d\">This is how it looks like for Products, and for Orders it is the exactly same.<a href=\"https:\/\/medium.com\/download-app?source=promotion_paragraph---post_body_banner_surround_scribble--6a08e607a766---------------------------------------\"><\/a><\/p>\n\n\n\n<p id=\"5857\">Once everything is ready, click on \u201cSave\u201d and now the import will start.<\/p>\n\n\n\n<p id=\"a817\">Depending on the size of your file, it can take a few seconds or hours.<\/p>\n\n\n\n<p id=\"b443\">You will see here a number once it is ready:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"700\" height=\"349\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1swHyiW8NMqG2sen2l6NHWA.png\" alt=\"\" class=\"wp-image-12158\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1swHyiW8NMqG2sen2l6NHWA.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1swHyiW8NMqG2sen2l6NHWA-300x150.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p id=\"a7fc\">Here you will see the imported orders:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"353\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1h1oCIfYIIVBzH_6hgSuQuQ.png\" alt=\"\" class=\"wp-image-12155\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1h1oCIfYIIVBzH_6hgSuQuQ.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1h1oCIfYIIVBzH_6hgSuQuQ-300x151.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p id=\"6400\">Also, the products:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"350\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/13ddpIZaNPebKGWNSkh-pqA.png\" alt=\"\" class=\"wp-image-12154\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/13ddpIZaNPebKGWNSkh-pqA.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/13ddpIZaNPebKGWNSkh-pqA-300x150.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"cf1f\">Step 2: Product Intelligence<\/h2>\n\n\n\n<p id=\"84dc\">Right now, in the \u201ceCommerce Intelligence\u201d tab I have sample data, but once you will import your own products, you will see its magic at work.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"349\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1L6iks64y-r9wEms57k3vA.png\" alt=\"\" class=\"wp-image-12161\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1L6iks64y-r9wEms57k3vA.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1L6iks64y-r9wEms57k3vA-300x150.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p id=\"9a4a\"><strong>Here we have 6 columns with extremely useful data:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Analysis:<\/strong>&nbsp;here you will see if a product is performing well, and an indication of when to order<\/li>\n\n\n\n<li><strong>Stock &amp; ROP (Re-Order Point)<\/strong>: it will tell you exactly when you need to place the order for new stock<\/li>\n\n\n\n<li><strong>Sales\/Forecast<\/strong>: Average sales per month, and the forcast<\/li>\n\n\n\n<li><strong>Coverage (Days of Inventory)<\/strong>: how much time you have left with the current available stock<\/li>\n\n\n\n<li><strong>Financials<\/strong>: how much money you can make with this set product in the next 3 months, and how many units you\u2019re losing if you don\u2019t restock<\/li>\n\n\n\n<li><strong>Severity:<\/strong>&nbsp;what is the urgency of this product that needs your attention<\/li>\n\n\n\n<li><strong>Action:<\/strong>&nbsp;we will get into it right now<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"19b8\">Step 3: AI Product Report<\/h2>\n\n\n\n<p id=\"90de\">If we press the \u201cAction\u201d button next to any product, this view will open.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"352\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Fc9vVEUjloMHYBSqQo_bVg.png\" alt=\"\" class=\"wp-image-12156\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Fc9vVEUjloMHYBSqQo_bVg.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Fc9vVEUjloMHYBSqQo_bVg-300x151.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p id=\"b437\">Here we can see all the data we need to make better decisions regarding to stock, price, and marketing.<\/p>\n\n\n\n<p id=\"5d96\">Plus, cross selling product recommendations at the bottom:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"351\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Bz7bQ9rFuRtkLqdRVrnu5w.png\" alt=\"\" class=\"wp-image-12160\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Bz7bQ9rFuRtkLqdRVrnu5w.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Bz7bQ9rFuRtkLqdRVrnu5w-300x150.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p id=\"692e\">Now, you can either read and interpret all this data yourself, or you can let Ovesio AI do all of it for you.<\/p>\n\n\n\n<p id=\"a170\">Just click on this AI button:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"496\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1VvfSkCbzzcFIc3yFiXXJkw.png\" alt=\"\" class=\"wp-image-12163\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1VvfSkCbzzcFIc3yFiXXJkw.png 700w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1VvfSkCbzzcFIc3yFiXXJkw-300x213.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n<p id=\"d05f\">Then, \u201cGenerate Analysis\u201d:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"542\" height=\"718\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1J5Zhl5yDRRsrRsbbVadicQ.png\" alt=\"\" class=\"wp-image-12162\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1J5Zhl5yDRRsrRsbbVadicQ.png 542w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1J5Zhl5yDRRsrRsbbVadicQ-226x300.png 226w\" sizes=\"(max-width: 542px) 100vw, 542px\" \/><\/figure><\/div>\n\n\n<p id=\"2c2a\">And this analysis, is the real deal! Here\u2019s a glimpse of one:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"541\" height=\"708\" src=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Cn3Gxn7PasWzdlEjg0_qoQ.png\" alt=\"\" class=\"wp-image-12159\" srcset=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Cn3Gxn7PasWzdlEjg0_qoQ.png 541w, https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/1Cn3Gxn7PasWzdlEjg0_qoQ-229x300.png 229w\" sizes=\"(max-width: 541px) 100vw, 541px\" \/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"020a\">Step 4: What\u2019s next?<\/h2>\n\n\n\n<p id=\"af80\">Keep following the tips Ovesio AI gives you.<\/p>\n\n\n\n<p id=\"fb16\">Everything is calculated through a combination of proven financial formulas and forecasting frameworks and also artifical intelligence.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article explores how to leverage the Ovesio eCommerce Intelligence platform to maximize revenue and eliminate dead stock through data-driven insights. Step 1: Data Sources Click on \u201cData Sources\u201d the on \u201cAdd Data Source\u201d Under \u201cData Type\u201d we have Product and Orders. These are the only data we need from you in order to generate&hellip;<\/p>\n","protected":false},"author":2,"featured_media":12152,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[82,75],"tags":[69,76],"class_list":["post-12151","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-marketing","category-ai-translation","tag-ai-tools","tag-ecommerce-ai","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Use eCommerce Intelligence inside Ovesio AI - Ovesio Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Use eCommerce Intelligence inside Ovesio AI - Ovesio Blog\" \/>\n<meta property=\"og:description\" content=\"This article explores how to leverage the Ovesio eCommerce Intelligence platform to maximize revenue and eliminate dead stock through data-driven insights. Step 1: Data Sources Click on \u201cData Sources\u201d the on \u201cAdd Data Source\u201d Under \u201cData Type\u201d we have Product and Orders. These are the only data we need from you in order to generate&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai\" \/>\n<meta property=\"og:site_name\" content=\"Ovesio Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-23T07:11:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-24T11:19:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"572\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Andrei Bogdan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrei Bogdan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#article\",\"isPartOf\":{\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai\"},\"author\":{\"name\":\"Andrei Bogdan\",\"@id\":\"https:\/\/ovesio.com\/blog\/#\/schema\/person\/67afdebc7d5b571c855ef884498c8603\"},\"headline\":\"How To Use eCommerce Intelligence inside Ovesio AI\",\"datePublished\":\"2026-04-23T07:11:10+00:00\",\"dateModified\":\"2026-04-24T11:19:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai\"},\"wordCount\":791,\"publisher\":{\"@id\":\"https:\/\/ovesio.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp\",\"keywords\":[\"ai tools\",\"Ecommerce AI\"],\"articleSection\":[\"AI Marketing\",\"AI Translation\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai\",\"url\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai\",\"name\":\"How To Use eCommerce Intelligence inside Ovesio AI - Ovesio Blog\",\"isPartOf\":{\"@id\":\"https:\/\/ovesio.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp\",\"datePublished\":\"2026-04-23T07:11:10+00:00\",\"dateModified\":\"2026-04-24T11:19:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#primaryimage\",\"url\":\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp\",\"contentUrl\":\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp\",\"width\":1024,\"height\":572},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/ovesio.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Use eCommerce Intelligence inside Ovesio AI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ovesio.com\/blog\/#website\",\"url\":\"https:\/\/ovesio.com\/blog\/\",\"name\":\"Ovesio Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ovesio.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ovesio.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ovesio.com\/blog\/#organization\",\"name\":\"Ovesio\",\"url\":\"https:\/\/ovesio.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ovesio.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2025\/05\/logo-ovesio-sm.png\",\"contentUrl\":\"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2025\/05\/logo-ovesio-sm.png\",\"width\":347,\"height\":80,\"caption\":\"Ovesio\"},\"image\":{\"@id\":\"https:\/\/ovesio.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ovesio.com\/blog\/#\/schema\/person\/67afdebc7d5b571c855ef884498c8603\",\"name\":\"Andrei Bogdan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ovesio.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6dfba03c1e322485f54c6f5a870516dc7575870a203b8fc124a61a59a48555f1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6dfba03c1e322485f54c6f5a870516dc7575870a203b8fc124a61a59a48555f1?s=96&d=mm&r=g\",\"caption\":\"Andrei Bogdan\"},\"url\":false}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Use eCommerce Intelligence inside Ovesio AI - Ovesio Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai","og_locale":"en_US","og_type":"article","og_title":"How To Use eCommerce Intelligence inside Ovesio AI - Ovesio Blog","og_description":"This article explores how to leverage the Ovesio eCommerce Intelligence platform to maximize revenue and eliminate dead stock through data-driven insights. Step 1: Data Sources Click on \u201cData Sources\u201d the on \u201cAdd Data Source\u201d Under \u201cData Type\u201d we have Product and Orders. These are the only data we need from you in order to generate&hellip;","og_url":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai","og_site_name":"Ovesio Blog","article_published_time":"2026-04-23T07:11:10+00:00","article_modified_time":"2026-04-24T11:19:17+00:00","og_image":[{"width":1024,"height":572,"url":"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp","type":"image\/webp"}],"author":"Andrei Bogdan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Andrei Bogdan","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#article","isPartOf":{"@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai"},"author":{"name":"Andrei Bogdan","@id":"https:\/\/ovesio.com\/blog\/#\/schema\/person\/67afdebc7d5b571c855ef884498c8603"},"headline":"How To Use eCommerce Intelligence inside Ovesio AI","datePublished":"2026-04-23T07:11:10+00:00","dateModified":"2026-04-24T11:19:17+00:00","mainEntityOfPage":{"@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai"},"wordCount":791,"publisher":{"@id":"https:\/\/ovesio.com\/blog\/#organization"},"image":{"@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#primaryimage"},"thumbnailUrl":"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp","keywords":["ai tools","Ecommerce AI"],"articleSection":["AI Marketing","AI Translation"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai","url":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai","name":"How To Use eCommerce Intelligence inside Ovesio AI - Ovesio Blog","isPartOf":{"@id":"https:\/\/ovesio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#primaryimage"},"image":{"@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#primaryimage"},"thumbnailUrl":"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp","datePublished":"2026-04-23T07:11:10+00:00","dateModified":"2026-04-24T11:19:17+00:00","breadcrumb":{"@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#primaryimage","url":"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp","contentUrl":"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp","width":1024,"height":572},{"@type":"BreadcrumbList","@id":"https:\/\/ovesio.com\/blog\/how-to-use-ecommerce-intelligence-inside-ovesio-ai#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/ovesio.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Use eCommerce Intelligence inside Ovesio AI"}]},{"@type":"WebSite","@id":"https:\/\/ovesio.com\/blog\/#website","url":"https:\/\/ovesio.com\/blog\/","name":"Ovesio Blog","description":"","publisher":{"@id":"https:\/\/ovesio.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ovesio.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ovesio.com\/blog\/#organization","name":"Ovesio","url":"https:\/\/ovesio.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ovesio.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2025\/05\/logo-ovesio-sm.png","contentUrl":"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2025\/05\/logo-ovesio-sm.png","width":347,"height":80,"caption":"Ovesio"},"image":{"@id":"https:\/\/ovesio.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ovesio.com\/blog\/#\/schema\/person\/67afdebc7d5b571c855ef884498c8603","name":"Andrei Bogdan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ovesio.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6dfba03c1e322485f54c6f5a870516dc7575870a203b8fc124a61a59a48555f1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6dfba03c1e322485f54c6f5a870516dc7575870a203b8fc124a61a59a48555f1?s=96&d=mm&r=g","caption":"Andrei Bogdan"},"url":false}]}},"jetpack_featured_media_url":"https:\/\/ovesio.com\/blog\/wp-content\/uploads\/2026\/04\/4.webp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/posts\/12151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/comments?post=12151"}],"version-history":[{"count":2,"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/posts\/12151\/revisions"}],"predecessor-version":[{"id":12174,"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/posts\/12151\/revisions\/12174"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/media\/12152"}],"wp:attachment":[{"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/media?parent=12151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/categories?post=12151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ovesio.com\/blog\/wp-json\/wp\/v2\/tags?post=12151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}