AutoZone Integration Set-up with InfiPlex Inventory & Order Management System (2024)

  • Blog
  • Contact
  • Login
  • Register

  • Home
  • Solutions
    • Amazon SP-API Guide
    • InfiPlex Bridge - Drop Shipping and API Access
    • InfiPlex Bridge - Brand / Reseller Drop-Ship
    • InfiPlex Bridge - Retail / Vendor Drop-Ship
    • InfiPlex Bridge - EDI to API
    • InfiPlex Data Bridge - Amazon SP-API
    • Amazon Vendor Central Integration Overview
    • Automated Product Data
    • B2B eCommerce Portal
    • NetSuite Integration
  • WMS
  • Integrations
  • Pricing
  • Support
    • Support
    • Knowledge Base
  • Contact

Integrate ANY Sales Channel

";document.getElementById("blog_category_list").innerHTML=blog_category_html;}else{document.getElementById("blog_category_list").innerHTML="";}}function get_blog_categories(){var api_vars=[{name: 'function', value: 'blog_category_list'}];api_vars.push({name: 'siteareaid', value: siteareaid});api_vars.push({name: 'blogid', value: blogid});swcm_api(api_url, blog_api_token, 'blog', api_vars, 1, display_blog_categories);}function display_blog_tags(r){var blog_tag_html="";var i;if (r!=null){blog_tag_html="

";for (i=0;i

"+r[i]+"";}blog_tag_html+="

";document.getElementById("blog_tag_list").innerHTML=blog_tag_html;}else{document.getElementById("blog_tag_list").innerHTML="";}}function get_blog_tags(){var api_vars=[{name: 'function', value: 'blog_tag_list'}];api_vars.push({name: 'siteareaid', value: siteareaid});api_vars.push({name: 'blogid', value: blogid});swcm_api(api_url, blog_api_token, 'blog', api_vars, 1, display_blog_tags);}function display_recent_posts(r){var recent_posts_html="";var i, temp;if (r!=null){if (r instanceof Array){for (i=0;i

";recent_posts_html+="

";recent_posts_html+=""+blog_post_date_format(r[i].blog_post_date)+"";recent_posts_html+="

";recent_posts_html+="

";recent_posts_html+="

"+r[i].blog_post_title+"

";recent_posts_html+="

";recent_posts_html+="
";td.className="col-md-1";tr.appendChild(td);td=document.createElement("td");td.innerHTML=""+r[i].comment_author+" - "+r[i].pretty_date_interval+" ago / Reply
"+r[i].comment_text+"";tr.appendChild(td);table_append_row("blog_post_comment_list_table", tr);}}}}function get_post_comments(){if (post_comment_count_total>0) {var api_vars=[{name: 'function', value: 'blog_post_comments'}];api_vars.push({name: 'postid', value: postid});api_vars.push({name: 'search_term', value: post_comment_search_term});api_vars.push({name: 'limit_start', value: post_comment_limit_start});api_vars.push({name: 'limit', value: post_comment_records_per_load});//just_count=1post_comment_limit_start+=post_comment_records_per_load;swcm_api(api_url, blog_api_token, 'blog', api_vars, 1, display_post_comments);if (post_comment_limit_start>=post_comment_count_total){//hide the load more comments button_setHidden("blog_post_comment_load_more_span");}}else{//hide the load more comments button_setHidden("blog_post_comment_load_more_span");}}function set_post_comment_count(r){if (r!=null){post_comment_count_total=parseInt(r[0].tcount);get_post_comments();}}function get_post_comment_count(){var api_vars=[{name: 'function', value: 'blog_post_comments'}];api_vars.push({name: 'postid', value: postid});api_vars.push({name: 'search_term', value: post_comment_search_term});api_vars.push({name: 'just_count', value: 1});swcm_api(api_url, blog_api_token, 'blog', api_vars, 1, set_post_comment_count);}function display_social_media_icons(r, id){document.getElementById("blog_social_id_"+id).innerHTML=r.icon_html;document.getElementById("blog_social_id_"+id).style.visibility="";document.getElementById("blog_social_id_"+id).style.display="block";}function get_social_media_icons(link, title, blog_id){var api_vars=[{name: 'function', value: 'get_social_media_icons'}];api_vars.push({name: 'link', value: link});api_vars.push({name: 'title', value: title});api_vars.push({name: 'icon_size', value: 'medium'});/*api_vars.push({name: 'icons', value: 'specific'});var specific_icons=[];specific_icons.push("twitter");specific_icons.push("facebook");api_vars.push({name: 'icon_specific', value: escape(JSON.stringify(specific_icons))});*/swcm_api(api_url, 'E23ZSCWIpmgB8YIcmMKS4mU4T', 'utility', api_vars, 1, display_social_media_icons, blog_id);}function display_blog_post(r){var post_html="", temp_html;var i, j, k, temp, tag_array;if (r!=null){//set blog variablesblogid=r.blog_post_blogid;blog_date_format=r.post_date_format;set_meta_title(r.seo_pagetitle);set_meta_author(r.author_name);set_meta_keywords(r.seo_keywords);set_meta_tags_bulk(r.seo_metatags);post_html+="

";post_html+="

";post_html+="

"+blog_post_date_format(r.blog_post_date)+"

";if (r.author_name!=""){post_html+="

"+r.author_name+"

";}//post_html+="

Read More

";post_html+="

"; //close blog-post-detailspost_html+="

";if (r.categories instanceof Array){for (j=0;j

"+r.categories[j].category_name+"";}}if (r.tags!=""){tag_array=r.tags.split(",");if (tag_array instanceof Array){for (j=0;j"+tag_array[j]+"";}}}post_html+="

"; //close blog-post-details-itemspost_html+="

";post_html+="

";post_html+="

";post_html+="

";post_html+="

";post_html+=""+r.blog_post_content+"";post_html+="

";post_html+="

"; //close top div tagsdocument.getElementById("blog_post_content").innerHTML=post_html;if (show_social_icons==1) {get_social_media_icons(window.location.href, r.blog_post_title, r.blog_postid);}if ( (r.disqus_enabled==1) || (r.disqus_enabled=="1") || (r.post_comments_allow==1) || (r.post_comments_allow=="1") || (r.post_comments_allow==2) || (r.post_comments_allow=="2") || (r.post_comments_allow==4) || (r.post_comments_allow=="4") ){_setVisible("blog_post_comments");if ( (r.disqus_enabled==1) || (r.disqus_enabled=="1") ){//show disqus commentsvar disq_ident="blog_post_"+siteareaid+"_"+blogid+"_"+postid;document.getElementById("blog_post_comment_list").innerHTML="";disqus_display_comments(r.disqus_shortname, disq_ident, '', '');}else{//show normal commentstemp_html="
";temp_html+="";document.getElementById("blog_post_comment_list").innerHTML=temp_html;get_post_comment_count();if ( (r.post_comments_allow==1) || (r.post_comments_allow=="1") || (r.post_comments_allow==4) || (r.post_comments_allow=="4") ){//show the comment input box_setVisible("blog_post_create_comment");build_post_comment_form();}}}get_blog_categories();get_blog_tags();get_blog_info();if (document.getElementById('links') !==null) {set_blueimp();}}else{document.getElementById("blog_post_content").innerHTML="

No post found

";}}function get_blog_post(){var api_vars=[{name: 'function', value: 'blog_post_info'}];api_vars.push({name: 'siteareaid', value:siteareaid});api_vars.push({name: 'postid', value: postid});swcm_api(api_url, blog_api_token, 'blog', api_vars, 1, display_blog_post);}function blog_search_tag(tag){var temp;temp = blog_detail_url.replace("%blogid%",blogid);window.location=temp+"&blog_tag_filter="+tag;}function blog_search_category(categoryid, category_name){var temp;temp = blog_detail_url.replace("%blogid%",blogid);window.location=temp+"&blog_category_filter_name="+category_name+"&blog_categoryid_filter="+categoryid;}function blog_search_word(){search_term=document.getElementById("blog_search_text").value;var temp;temp = blog_detail_url.replace("%blogid%",blogid);window.location=temp+"&search_term="+search_term;}function blog_search_author(author_name){//blog_detail_urlvar temp;temp = blog_detail_url.replace("%blogid%",blogid);window.location=temp+"&search_term="+author_name;} var disqus_shortname, disqus_identifier, disqus_title, disqus_url;function disqus_display_comments(d_shortname, d_ident, d_title, d_url){// disqus_shortname = d_shortname; // Required - Replace example with your forum shortname disqus_identifier = d_ident; disqus_title = d_title; disqus_url = d_url; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();}function set_post_id_for_url(r){postid=r;if (postid!=null){get_blog_post();}}function get_post_id_for_url(){var api_vars=[{name: 'function', value: 'blost_postid_for_url'}];api_vars.push({name: 'url', value: escape(document.URL)});swcm_api(api_url, blog_api_token, 'blog', api_vars, 1, set_post_id_for_url);}function initial_load(){_setHidden("blog_post_comments");_setHidden("blog_post_create_comment");if (postid==0){get_post_id_for_url();}else{get_blog_post();}}swcm_onload_add("initial_load()");//initial_load();

InfiPlex offers growing eCommerce companies or Warehouses and 3PL's a powerful platform to manage all of their sales channels.

Latest Posts

Useful Links

  • Home
  • Applications
  • Pricing
  • Support
  • Knowledge Base
  • InfiPlex Blog
  • Contact us
  • Developers
  • Partner Program

Subscribe

Contact Us

PO Box 282
Wheaton, IL 60187
Phone: 888 770 0857
Email: info@infiplex.com

© . All Rights Reserved. Privacy Policy |

AutoZone Integration Set-up with InfiPlex Inventory & Order Management System (2024)
Top Articles
Latest Posts
Article information

Author: Rueben Jacobs

Last Updated:

Views: 5561

Rating: 4.7 / 5 (77 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Rueben Jacobs

Birthday: 1999-03-14

Address: 951 Caterina Walk, Schambergerside, CA 67667-0896

Phone: +6881806848632

Job: Internal Education Planner

Hobby: Candle making, Cabaret, Poi, Gambling, Rock climbing, Wood carving, Computer programming

Introduction: My name is Rueben Jacobs, I am a cooperative, beautiful, kind, comfortable, glamorous, open, magnificent person who loves writing and wants to share my knowledge and understanding with you.