LogoLogo
Go to shoxl.comSupportHubContact support
2025.3
2025.3
  • Shoxl ERP Integration Guide
  • Introduction
  • Batch Interfaces
    • Customer Import
    • Gross Prices Import
    • Price Lists
    • Customer-specific Prices
    • Article Import
    • Related Article Import
    • Package Units Import
    • Order Export
    • Authorisation Import
    • User favorites
    • Profile Restricted Products
    • User Restricted products
    • Product Delivery scheme import
  • Webservice
    • GetProductInformation (SOAP)
    • GetProductInformations (REST)
    • PlaceOrder
    • GetOrderHistory
    • GetOrderHistoryDetail
    • GetReturnOrders (REST)
    • GetReturnOrderDetail (REST)
    • GetInvoiceHistory
    • GetInvoice
    • CalculateOrder
    • GetCustomerProducts
    • MatchCustomerProducts
  • ERP Cache Batch
    • Customers
    • Price Lists
    • Customer-specific Prices
    • Customer Products
    • Order history
    • Invoice history
    • Outstanding Item
    • Stock
    • Exchange Rate
    • Order Documents
    • Cleanup
    • Assembled Product
    • ItemCharge
    • Articles
  • General Patterns
    • Import file naming
    • Import file zipped XML
    • About Package Units, Price Unit and Accumulative Discounts
  • Version History
Powered by GitBook
On this page
  • Short description
  • Delivery method
  • Related Article XML Structure

Was this helpful?

  1. Batch Interfaces

Related Article Import

Short description

This import is enabled for customers that manage their product data in the PIM component of Vendisto.

The Related Article XML import is the XML equivalent of the Related Article Excel import. These files enable the user to batch update product relations in Vendisto.

The file can be upload by hand into Vendisto via the import/export dialog or by an automated process that is started when the file is placed in the correct upload location within in the FTP root.

Delivery method

Update Frequency: Batch at least once a day

Incremental or complete set: Incremental

Filetype: Zipped XML

Filename: [SHOPNAME]_RelatedArticles_[INDEXNUMBER].xml Transport: over FTPS, FTPS Vendisto server hosted by INTEGRACE, file will be placed on FTPS server by ERP party.

Location within FTP root: \Vendisto\Integration\

Related Article XML Structure

<?xml version="1.0" encoding="utf-8"?>
<Import>
  <ImportSettings>
    <Importer>RelatedArticles</Importer>
    <Version>1.0</Version>
    <PartialImport>Y</PartialImport>
  </ImportSettings>
  <Articles>
    <Article Number="">
      <RelatedArticle Number="" RelationName="" />
      <RelatedArticle Number="" RelationName="" />
    </Article>
  </Articles>
</Import>

Import element:

Name

Description

Type

Required/Optional

ImportSettings

Container element for the import settings

Element

Required

Articles

Container for the Article elements

Element

Required

ImportSettings element:

Importer

Name of the importer. Should be Articles.

Text

Optional

Version

Version of the import xml. Value must be set to 1.0

Text

Required

IsPartial

If set to N, articles & related articles that are not in the import will be deleted.

Boolean

Default: Y

Optional

Article element:

Name

Description

Type

Required/Optional

Number

The article number

Text

Required

Related article element:

Name
Description
Type
Required/Optional

Number

The related article number

Text

Required

RelationName

The name of the relation between the related articles

Text

Required

Last updated 9 days ago

Was this helpful?