{"id":8119,"date":"2021-01-11T17:01:14","date_gmt":"2021-01-11T20:01:14","guid":{"rendered":"https:\/\/impresee.com\/?page_id=8119"},"modified":"2023-09-05T17:44:09","modified_gmt":"2023-09-05T20:44:09","slug":"product-data-feed-specification-csv","status":"publish","type":"page","link":"https:\/\/impresee.com\/es\/product-data-feed-specification-csv\/","title":{"rendered":"Product Data Feed Specification CSV"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;3_4,1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||1px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 role=\"group\" aria-multiline=\"true\" aria-label=\"Block: Heading\" style=\"white-space: pre-wrap;\" class=\"block-editor-rich-text__editable block-editor-block-list__block wp-block is-hovered rich-text\" id=\"block-27a58a22-8038-4ed7-b74f-65e2e018acc6\" data-block=\"27a58a22-8038-4ed7-b74f-65e2e018acc6\" data-type=\"core\/heading\" data-title=\"Heading\" contenteditable=\"true\" tabindex=\"0\"><b>Product Data Feed Specification (CSV)<\/b><\/h1>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>The set of products to perform the search is defined in a file containing all the active products, including their images, categories, and texts.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;csv&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Impresee CSV specification v1.0<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The set of products to perform the searches can be described via a CSV. This file contains all product information that is required to perform searches and display search results: categories, images, and product textual attributes. The CSV file has the following structure:<\/p>\n<table role=\"table\">\n<thead>\n<tr>\n<th>Id<\/th>\n<th>Title<\/th>\n<th>URL<\/th>\n<th>Image URL<\/th>\n<th>[Description]<\/th>\n<th>[Price]<\/th>\n<th>[Category]<\/th>\n<th>[Normal Price]<\/th>\n<\/tr>\n<\/thead>\n<\/table>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The different values must be specified between double quotes <em><strong>(&#8221; &#8220;)<\/strong><\/em>. Values must be separated using commas (&#8220;<strong>,<\/strong>&#8220;). Values between <strong>[ ]<\/strong> are currently optional. In case that the value doesn&#8217;t exist it must be left blank (example: &#8220;value ,, value&#8221;). Note that the order of the columns is fixed, that means that the first column is the sku value, the second one is the product title and so on.<\/p>\n<ul>\n<li>The <strong><code>Id<\/code><\/strong> attribute defines the product code, which must be unique inside the catalog. Typically, it is the SKU of the product, though it may be any other ID.<\/li>\n<li>The <strong><code>Title<\/code><\/strong> corresponds to the title (or name) of the product.<\/li>\n<li>The <strong><code>URL<\/code><\/strong> attribute is the link to the e-commerce page, where product details can be found.<\/li>\n<li>The <code><strong>Image URL<\/strong><\/code> attribute is a public URL where the first image of each product, that is the main one. Impresee&#8217;s servers will download the product image from this URL.<\/li>\n<li>The <strong><code>Description<\/code><\/strong> attribute corresponds to the detailed description of the product. This description is used in the text-based search.<\/li>\n<li>The <strong><code>Price<\/code><\/strong> attribute is the price of the product.<\/li>\n<li>The <strong><code>Category<\/code><\/strong> attribute defines de category which the product belongs to.<\/li>\n<\/ul>\n<p>An example of a catalog in this format can be found below:<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script src=\"https:\/\/gist.github.com\/CamilaAlvarez\/e52e23d404cacfbc21ca82f635c84855.js\"><\/script>[\/et_pb_text][et_pb_text module_id=&#8221;observations&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Observations<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<ul>\n<li><strong>Do NOT<\/strong> include the header (with the name of the columns) as the first row of the file.<\/li>\n<li>If any value contains a comma (<strong><code>,<\/code><\/strong>), the value <strong>MUST be surrounded by double quotes<\/strong>.<\/li>\n<li>Any special character (new line character, double quotes, among others) must be escaped.<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;sync&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Synchronization of the product data feed<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">In the <a href=\"https:\/\/console.impresee.com\">Impresee administration console<\/a> you can set the URL where to download the file, the file format (XML, CSV or other) and the update frequency, whether a time of day (eg at 00:00), every certain period of time (eg every 2 hours), manually, etc.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In the case of automatic updating, when the time criterion is met,\u00a0 Impresee downloads the URL, processes the downloaded data and updates the products in the search engine.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For the\u00a0 manual updates, you have to access the<a href=\"https:\/\/console.impresee.com\"> Impresee administration console<\/a> and click on the update button. You can also invoke the following service to trigger a catalog update:<\/span><span style=\"font-weight: 400;\">\u00a0<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<pre>https:\/\/api.impresee.com\/ImpreseeAdmin\/api\/v1\/rest\/update_now\/{catalog_code}<\/pre>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">To obtain your <strong>catalog_code<\/strong> please contact us at <a href=\"mailto:support@impresee.com\">support@impresee.com<\/a>.<br \/><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;#csv&#8221; button_text=&#8221;Impresee CSV specification v1.0&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;rgba(0,0,0,0)&#8221; button_border_width=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][et_pb_button button_url=&#8221;#observations&#8221; button_text=&#8221;Observations&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;rgba(0,0,0,0)&#8221; button_border_width=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][et_pb_button button_url=&#8221;#sync&#8221; button_text=&#8221;Synchronization of the product data feed&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;rgba(0,0,0,0)&#8221; button_border_width=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>","protected":false},"excerpt":{"rendered":"<p>Product Data Feed Specification (CSV)The set of products to perform the search is defined in a file containing all the active products, including their images, categories, and texts. &nbsp;Impresee CSV specification v1.0The set of products to perform the searches can be described via a CSV. This file contains all product information that is required to [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-8119","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Product Data Feed Specification CSV &#8211; Impresee: Search bar and navigation solutions for eCommerce<\/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:\/\/impresee.com\/es\/product-data-feed-specification-csv\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Product Data Feed Specification CSV &#8211; Impresee: Search bar and navigation solutions for eCommerce\" \/>\n<meta property=\"og:description\" content=\"Product Data Feed Specification (CSV)The set of products to perform the search is defined in a file containing all the active products, including their images, categories, and texts. &nbsp;Impresee CSV specification v1.0The set of products to perform the searches can be described via a CSV. This file contains all product information that is required to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/impresee.com\/es\/product-data-feed-specification-csv\/\" \/>\n<meta property=\"og:site_name\" content=\"Impresee: Search bar and navigation solutions for eCommerce\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/impresee\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-05T20:44:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/impresee.com\/wp-content\/uploads\/2019\/01\/favicon-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@impresee\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo estimado de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/impresee.com\/product-data-feed-specification-csv\/\",\"url\":\"https:\/\/impresee.com\/product-data-feed-specification-csv\/\",\"name\":\"Product Data Feed Specification CSV &#8211; Impresee: Search bar and navigation solutions for eCommerce\",\"isPartOf\":{\"@id\":\"https:\/\/impresee.com\/#website\"},\"datePublished\":\"2021-01-11T20:01:14+00:00\",\"dateModified\":\"2023-09-05T20:44:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/impresee.com\/product-data-feed-specification-csv\/#breadcrumb\"},\"inLanguage\":\"es-CL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/impresee.com\/product-data-feed-specification-csv\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/impresee.com\/product-data-feed-specification-csv\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/impresee.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Product Data Feed Specification CSV\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/impresee.com\/#website\",\"url\":\"https:\/\/impresee.com\/\",\"name\":\"Impresee\",\"description\":\"AI search bar, filters and discount games for eCommerce to get more visitors, increase conversion and get repeat sales. Available for Shopify, Woocomerce, Magento and others\",\"publisher\":{\"@id\":\"https:\/\/impresee.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/impresee.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-CL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/impresee.com\/#organization\",\"name\":\"Impresee\",\"url\":\"https:\/\/impresee.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-CL\",\"@id\":\"https:\/\/impresee.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/impresee.com\/wp-content\/uploads\/2019\/01\/logo_color_negro_sf_web-e1547827174322.png\",\"contentUrl\":\"https:\/\/impresee.com\/wp-content\/uploads\/2019\/01\/logo_color_negro_sf_web-e1547827174322.png\",\"width\":400,\"height\":152,\"caption\":\"Impresee\"},\"image\":{\"@id\":\"https:\/\/impresee.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/impresee\/\",\"https:\/\/x.com\/impresee\",\"https:\/\/www.instagram.com\/impresee.ai\/\",\"https:\/\/www.linkedin.com\/company\/impresee\",\"https:\/\/www.youtube.com\/channel\/UC5ZniKfJGvG8t4GrOOgYczA\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Product Data Feed Specification CSV &#8211; Impresee: Search bar and navigation solutions for eCommerce","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:\/\/impresee.com\/es\/product-data-feed-specification-csv\/","og_locale":"es_ES","og_type":"article","og_title":"Product Data Feed Specification CSV &#8211; Impresee: Search bar and navigation solutions for eCommerce","og_description":"Product Data Feed Specification (CSV)The set of products to perform the search is defined in a file containing all the active products, including their images, categories, and texts. &nbsp;Impresee CSV specification v1.0The set of products to perform the searches can be described via a CSV. This file contains all product information that is required to [&hellip;]","og_url":"https:\/\/impresee.com\/es\/product-data-feed-specification-csv\/","og_site_name":"Impresee: Search bar and navigation solutions for eCommerce","article_publisher":"https:\/\/www.facebook.com\/impresee\/","article_modified_time":"2023-09-05T20:44:09+00:00","og_image":[{"width":200,"height":200,"url":"https:\/\/impresee.com\/wp-content\/uploads\/2019\/01\/favicon-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@impresee","twitter_misc":{"Tiempo estimado de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/impresee.com\/product-data-feed-specification-csv\/","url":"https:\/\/impresee.com\/product-data-feed-specification-csv\/","name":"Product Data Feed Specification CSV &#8211; Impresee: Search bar and navigation solutions for eCommerce","isPartOf":{"@id":"https:\/\/impresee.com\/#website"},"datePublished":"2021-01-11T20:01:14+00:00","dateModified":"2023-09-05T20:44:09+00:00","breadcrumb":{"@id":"https:\/\/impresee.com\/product-data-feed-specification-csv\/#breadcrumb"},"inLanguage":"es-CL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/impresee.com\/product-data-feed-specification-csv\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/impresee.com\/product-data-feed-specification-csv\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/impresee.com\/"},{"@type":"ListItem","position":2,"name":"Product Data Feed Specification CSV"}]},{"@type":"WebSite","@id":"https:\/\/impresee.com\/#website","url":"https:\/\/impresee.com\/","name":"Impresee","description":"AI search bar, filters and discount games for eCommerce to get more visitors, increase conversion and get repeat sales. Available for Shopify, Woocomerce, Magento and others","publisher":{"@id":"https:\/\/impresee.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/impresee.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-CL"},{"@type":"Organization","@id":"https:\/\/impresee.com\/#organization","name":"Impresee","url":"https:\/\/impresee.com\/","logo":{"@type":"ImageObject","inLanguage":"es-CL","@id":"https:\/\/impresee.com\/#\/schema\/logo\/image\/","url":"https:\/\/impresee.com\/wp-content\/uploads\/2019\/01\/logo_color_negro_sf_web-e1547827174322.png","contentUrl":"https:\/\/impresee.com\/wp-content\/uploads\/2019\/01\/logo_color_negro_sf_web-e1547827174322.png","width":400,"height":152,"caption":"Impresee"},"image":{"@id":"https:\/\/impresee.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/impresee\/","https:\/\/x.com\/impresee","https:\/\/www.instagram.com\/impresee.ai\/","https:\/\/www.linkedin.com\/company\/impresee","https:\/\/www.youtube.com\/channel\/UC5ZniKfJGvG8t4GrOOgYczA"]}]}},"_links":{"self":[{"href":"https:\/\/impresee.com\/es\/wp-json\/wp\/v2\/pages\/8119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/impresee.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/impresee.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/impresee.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/impresee.com\/es\/wp-json\/wp\/v2\/comments?post=8119"}],"version-history":[{"count":5,"href":"https:\/\/impresee.com\/es\/wp-json\/wp\/v2\/pages\/8119\/revisions"}],"predecessor-version":[{"id":12874,"href":"https:\/\/impresee.com\/es\/wp-json\/wp\/v2\/pages\/8119\/revisions\/12874"}],"wp:attachment":[{"href":"https:\/\/impresee.com\/es\/wp-json\/wp\/v2\/media?parent=8119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}