{"id":14664,"date":"2025-10-19T00:26:18","date_gmt":"2025-10-18T18:56:18","guid":{"rendered":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/"},"modified":"2025-10-19T00:29:55","modified_gmt":"2025-10-18T18:59:55","slug":"cron-based-bulk-sync-for-missing-or-pre-existing-products-categories","status":"publish","type":"docs","link":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/","title":{"rendered":"Cron-Based Bulk Sync (for Missing or Pre-Existing Products &#038; Categories)"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Overview<\/strong><\/h2>\n\n\n\n<p>The <strong>Klaviyo OpenCart Integration Extension<\/strong> provides a <strong>Cron-Based Sync<\/strong> feature that allows you to synchronize your existing products and categories in bulk with <strong>Klaviyo Catalog<\/strong>.<\/p>\n\n\n\n<p>This feature is particularly useful for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Stores that already have products and categories created <strong>before installing<\/strong> the Klaviyo extension.<\/li>\n\n\n\n<li>Users who want to <strong>re-sync missing or failed items<\/strong>.<\/li>\n\n\n\n<li>Large stores where <strong>feed-based syncing<\/strong> may be too heavy on the server.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How It Works<\/strong><\/h2>\n\n\n\n<p>The cron system runs in the background and:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Checks which <strong>products and categories<\/strong> are <strong>not yet synced<\/strong> to Klaviyo (based on the <code>klaviyo_sync<\/code> table).<\/li>\n\n\n\n<li>Processes them <strong>in small batches<\/strong> to prevent server overload.<\/li>\n\n\n\n<li>Sends real-time API calls to Klaviyo to create or update the missing catalog items.<\/li>\n\n\n\n<li>Automatically stops when all items are synced and logs a \u201cSync Completed\u201d message.<\/li>\n<\/ol>\n\n\n\n<p>All sync actions and responses are logged in the HuntBee Klaviyo logs for review.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Set Up Cron<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1 \u2014 Get Your Cron Token<\/strong><\/h3>\n\n\n\n<p>In your OpenCart admin, go to:<\/p>\n\n\n\n<p><strong>Extensions \u2192 Extensions \u2192 Modules \u2192 Klaviyo Integration \u2192 Cron Tab<\/strong><\/p>\n\n\n\n<p>You will see a field labeled:<\/p>\n\n\n\n<p><strong>\u201cCron Authentication Token\u201d<\/strong><br>This token is used for security to ensure only authorized cron requests can trigger the sync.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Cron Token: klaviyo_secure_12345\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2 \u2014 Cron URLs<\/strong><\/h3>\n\n\n\n<p>You can use the following URLs to trigger the sync manually or via your hosting control panel\u2019s <strong>cron job scheduler<\/strong>.<\/p>\n\n\n\n<p>Each URL must include your <strong>cron token<\/strong> for authentication.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\ud83d\udd39 Sync All (Products + Categories)<\/strong><\/h3>\n\n\n\n<p>Synchronizes both products and categories that are missing in Klaviyo.<\/p>\n\n\n\n<p><strong>URL Example:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;www.yourstore.com\/index.php?route=extension\/module\/klaviyo_catalog\/syncMissing&amp;type=all&amp;limit=10&amp;token=klaviyo_secure_12345\n<\/code><\/pre>\n\n\n\n<p><strong>Recommended Use:<\/strong><br>Run this once initially after installing the module to bulk-sync everything.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\ud83d\udd39 Sync Only Categories<\/strong><\/h3>\n\n\n\n<p>Synchronizes only categories that are missing in Klaviyo.<\/p>\n\n\n\n<p><strong>URL Example:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;www.yourstore.com\/index.php?route=extension\/module\/klaviyo_catalog\/syncMissing&amp;type=category&amp;limit=5&amp;token=klaviyo_secure_12345\n<\/code><\/pre>\n\n\n\n<p><strong>Recommended Use:<\/strong><br>Run this first (before syncing products) to ensure categories exist in Klaviyo.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\ud83d\udd39 Sync Only Products<\/strong><\/h3>\n\n\n\n<p>Synchronizes only products that are missing in Klaviyo.<\/p>\n\n\n\n<p><strong>URL Example:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;www.yourstore.com\/index.php?route=extension\/module\/klaviyo_catalog\/syncMissing&amp;type=product&amp;limit=5&amp;token=klaviyo_secure_12345\n<\/code><\/pre>\n\n\n\n<p><strong>Recommended Use:<\/strong><br>Run this after the category sync is completed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>About the Parameters<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><strong>type<\/strong><\/td><td>Determines what to sync \u2014 <code>product<\/code>, <code>category<\/code>, or <code>all<\/code>.<\/td><\/tr><tr><td><strong>limit<\/strong><\/td><td>The number of records processed per cron run (recommended 5\u201320).<\/td><\/tr><tr><td><strong>token<\/strong><\/td><td>Security token from the module settings. Required for authorization.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Automatic Stop and Smart Sync<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The cron job automatically stops once all products and categories are synced.<\/li>\n\n\n\n<li>It detects \u201cno pending items\u201d and logs: <code>\u2705 Klaviyo Sync Completed \u2014 No Unsynced Categories or Products Remaining.<\/code><\/li>\n\n\n\n<li>This ensures efficient resource use and prevents unnecessary server load.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Logs and Monitoring<\/strong><\/h2>\n\n\n\n<p>All cron activity is logged inside:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/system\/storage\/logs\/huntbee_klaviyo_logs\/klaviyo_logs.txt\n<\/code><\/pre>\n\n\n\n<p>Each run logs:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start and completion time<\/li>\n\n\n\n<li>Type of sync (<code>product<\/code>, <code>category<\/code>, or <code>all<\/code>)<\/li>\n\n\n\n<li>Number of synced items<\/li>\n\n\n\n<li>Pending items count<\/li>\n\n\n\n<li>API responses from Klaviyo<\/li>\n<\/ul>\n\n\n\n<p>Example log:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>05-Oct-2025 22:15:12 PM - \ud83d\udd52 Klaviyo Missing Sync Started | Type: all | Limit: 10\n05-Oct-2025 22:15:13 PM - \ud83c\udd95 Syncing Missing Category ID: 35\n05-Oct-2025 22:15:14 PM - \ud83c\udd95 Syncing Missing Product ID: 122\n05-Oct-2025 22:15:15 PM - \u2705 Klaviyo Sync Completed \u2014 No Unsynced Categories or Products Remaining.\n05-Oct-2025 22:15:15 PM - \ud83d\udce6 Klaviyo Sync Summary: Categories - 45\/45 synced | Products - 520\/520 synced\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Recommended Cron Scheduling<\/strong><\/h2>\n\n\n\n<p>You can configure the cron job in your hosting control panel (such as cPanel, Plesk, or CyberPanel).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Example Cron Schedule:<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>*\/15 * * * * curl -s \"https:\/\/www.yourstore.com\/index.php?route=extension\/module\/klaviyo_catalog\/syncMissing&amp;type=all&amp;limit=5&amp;token=klaviyo_secure_12345\" &gt;\/dev\/null 2&gt;&amp;1\n<\/code><\/pre>\n\n\n\n<p><strong>Explanation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Runs every 15 minutes.<\/li>\n\n\n\n<li>Syncs up to 5 missing records per run.<\/li>\n\n\n\n<li>Silent execution (no email output).<\/li>\n\n\n\n<li>Automatically stops when all are synced.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best Practices<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always run <strong>category sync first<\/strong> before product sync.<\/li>\n\n\n\n<li>For very large stores, keep the <code>limit<\/code> value between <strong>5\u201320<\/strong> to prevent timeouts.<\/li>\n\n\n\n<li>Review logs periodically to ensure sync stability.<\/li>\n\n\n\n<li>Use <strong>event-based sync<\/strong> for ongoing updates and <strong>cron-based sync<\/strong> for bulk initialization.<\/li>\n\n\n\n<li>Do not enable <strong>Feed and Event Sync simultaneously<\/strong> \u2014 use one method at a time.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>When to Use Event-Based vs Cron-Based Sync<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Scenario<\/th><th>Recommended Method<\/th><\/tr><\/thead><tbody><tr><td>You\u2019re adding or editing products regularly<\/td><td><strong>Event-Based Sync<\/strong><\/td><\/tr><tr><td>You already have many existing products\/categories<\/td><td><strong>Cron-Based Bulk Sync<\/strong><\/td><\/tr><tr><td>You\u2019re importing data via CSV or external ERP<\/td><td><strong>Cron-Based Sync (scheduled)<\/strong><\/td><\/tr><tr><td>Your store has thousands of products<\/td><td><strong>Event-Based (real-time) or Low-limit Cron Sync<\/strong><\/td><\/tr><tr><td>You want Klaviyo to periodically fetch data<\/td><td><strong>Feed Method (Alternative)<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>The <strong>Cron-Based Klaviyo Sync<\/strong> gives you complete flexibility to control how your catalog data is pushed to Klaviyo \u2014 whether you prefer <strong>real-time event sync<\/strong> or <strong>scheduled bulk sync<\/strong>.<\/p>\n\n\n\n<p>Together, these two methods ensure your <strong>OpenCart and Klaviyo catalogs stay perfectly synchronized<\/strong>, improving automation, segmentation, and personalization in your Klaviyo marketing campaigns.<\/p>\n","protected":false},"featured_media":0,"parent":1102,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-14664","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cron-Based Bulk Sync (for Missing or Pre-Existing Products &amp; Categories) - HuntBee Resources<\/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:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cron-Based Bulk Sync (for Missing or Pre-Existing Products &amp; Categories) - HuntBee Resources\" \/>\n<meta property=\"og:description\" content=\"Overview The Klaviyo OpenCart Integration Extension provides a Cron-Based Sync feature that allows you to synchronize your existing products and categories in bulk with Klaviyo Catalog. This feature is particularly useful for: How It Works The cron system runs in the background and: All sync actions and responses are logged in the HuntBee Klaviyo logs [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/\" \/>\n<meta property=\"og:site_name\" content=\"HuntBee Resources\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/huntbee.opencart\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-18T18:59:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/klaviyo-marketing-automation\\\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\\\/\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/klaviyo-marketing-automation\\\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\\\/\",\"name\":\"Cron-Based Bulk Sync (for Missing or Pre-Existing Products & Categories) - HuntBee Resources\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#website\"},\"datePublished\":\"2025-10-18T18:56:18+00:00\",\"dateModified\":\"2025-10-18T18:59:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/klaviyo-marketing-automation\\\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/klaviyo-marketing-automation\\\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/klaviyo-marketing-automation\\\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Klaviyo: Marketing Automation\",\"item\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/klaviyo-marketing-automation\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Cron-Based Bulk Sync (for Missing or Pre-Existing Products &#038; Categories)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#website\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\",\"name\":\"HuntBee Resources\",\"description\":\"OpenCart Extension Documentations - Guides - Blogs - Projects\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#organization\",\"name\":\"HuntBee OpenCart\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-mobile-logo-new.png\",\"contentUrl\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-mobile-logo-new.png\",\"width\":945,\"height\":200,\"caption\":\"HuntBee OpenCart\"},\"image\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/huntbee.opencart\",\"https:\\\/\\\/www.instagram.com\\\/opencart.huntbee\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cron-Based Bulk Sync (for Missing or Pre-Existing Products & Categories) - HuntBee Resources","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:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/","og_locale":"en_US","og_type":"article","og_title":"Cron-Based Bulk Sync (for Missing or Pre-Existing Products & Categories) - HuntBee Resources","og_description":"Overview The Klaviyo OpenCart Integration Extension provides a Cron-Based Sync feature that allows you to synchronize your existing products and categories in bulk with Klaviyo Catalog. This feature is particularly useful for: How It Works The cron system runs in the background and: All sync actions and responses are logged in the HuntBee Klaviyo logs [&hellip;]","og_url":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/","og_site_name":"HuntBee Resources","article_publisher":"https:\/\/www.facebook.com\/huntbee.opencart","article_modified_time":"2025-10-18T18:59:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/","url":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/","name":"Cron-Based Bulk Sync (for Missing or Pre-Existing Products & Categories) - HuntBee Resources","isPartOf":{"@id":"https:\/\/www.huntbee.com\/resources\/#website"},"datePublished":"2025-10-18T18:56:18+00:00","dateModified":"2025-10-18T18:59:55+00:00","breadcrumb":{"@id":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/cron-based-bulk-sync-for-missing-or-pre-existing-products-categories\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.huntbee.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Klaviyo: Marketing Automation","item":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/"},{"@type":"ListItem","position":3,"name":"Cron-Based Bulk Sync (for Missing or Pre-Existing Products &#038; Categories)"}]},{"@type":"WebSite","@id":"https:\/\/www.huntbee.com\/resources\/#website","url":"https:\/\/www.huntbee.com\/resources\/","name":"HuntBee Resources","description":"OpenCart Extension Documentations - Guides - Blogs - Projects","publisher":{"@id":"https:\/\/www.huntbee.com\/resources\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.huntbee.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.huntbee.com\/resources\/#organization","name":"HuntBee OpenCart","url":"https:\/\/www.huntbee.com\/resources\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.huntbee.com\/resources\/#\/schema\/logo\/image\/","url":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2020\/04\/cropped-mobile-logo-new.png","contentUrl":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2020\/04\/cropped-mobile-logo-new.png","width":945,"height":200,"caption":"HuntBee OpenCart"},"image":{"@id":"https:\/\/www.huntbee.com\/resources\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/huntbee.opencart","https:\/\/www.instagram.com\/opencart.huntbee\/"]}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/14664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/comments?post=14664"}],"version-history":[{"count":2,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/14664\/revisions"}],"predecessor-version":[{"id":14668,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/14664\/revisions\/14668"}],"up":[{"embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/1102"}],"next":[{"title":"Export & Import","link":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/export-import\/","href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/2955"}],"prev":[{"title":"Events","link":"https:\/\/www.huntbee.com\/resources\/docs\/klaviyo-marketing-automation\/events\/","href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/2968"}],"wp:attachment":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/media?parent=14664"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/doc_tag?post=14664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}