Skip to main content
Just integrate.
Toggle navigation menu
Website
Submit a request
Sign in
Tinx E-Commerce Connector
Basic Synchronisation
Basic Synchronisation
How to use the PIM, synchronise items, customers, inventory, orders.
Items
Synchronise Items
Attributes
Web Text & SEO
Web Categories
Web Item Links
Images
See all 8 articles
Customers
Synchronise customers
Customer Templates
Publish Contacts to the webshop
Usage of multiple Sales Channels
Orders
Orders
Order Events
Download Orders from Amazon
Download the Tinx apps in Microsoft AppSource
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>