Site icon MALL Partner - Marketplace Help

Instructions for connecting MALL XML Feed

In the article you will find detailed information about the structure of the product and availability MALL XML feed including the rules that need to be followed when creating both feeds. Important general rules:... 

Important general rules:

On the following pages you will find a detailed description of the 2 basic forms of XML feed.

page 2: Product feed

page 3: Availability feed

In case you have any further questions, you can contact us via Help Centre.

Product feed

The first thing to do is to build a product feed that contains all the information about the products except their availability.

Important rules

Here you can download sample product feeds in .xml format.

Description of product feed elements

ITEMS
mandatory element
 The root element of the XML file.
It is only in the feed once.
ITEM
mandatory element
 Contains information about a particular product or variation.
ID
mandatory element
 Product ID or variant. You enter your product code here, which is then also written in the orders, for example.
Each ID must be unique. Must not be the same as ITEMGROUP_ID.
Combinations of a maximum of 50 characters, allowed characters are: _ – 0-9 a-z A-Z (underscores, hyphens, numbers zero to nine, lowercase and uppercase letters without accents).
STAGE
mandatory element
 Determines whether the product is visible online. Acquires values live/draft.
In the implementation phase (TESTING) it is always necessary to send a draft value, the live value would be evaluated by the system as an error. The live value cannot be set at this stage.
Switching products to live is only done after a successful check of the appearance of the products and making all the settings. The onboarding specialist will switch your account to the final stage - PRODUCTION. You will then be informed that the products can be switched to live. The products are then made visible on the web.
The live value cannot be reverted back to the draft state. To deactivate the product, use one of the methods described here.
ITEMGROUP_ID
mandatory element for variants
 If it is a variant, this element indicates the ID of the variant group.
The ITEMGROUP_ID must be unique and must not be the same as the ID.
Combinations of a maximum of 50 characters, allowed characters are: _ – 0-9 a-z A-Z (underscores, hyphens, numbers zero to nine, lowercase and uppercase letters without accents).
ELEMENT MANDATORY ONLY FOR VARIANT PRODUCTS
ITEMGROUP_TITLE
mandatory element for variants
 If it is a variant, the field indicates the title of the parent product.
The value should contain the general name of the variant group without specifics of the individual variants (for example, without color, size, ...).
ELEMENT MANDATORY ONLY FOR VARIANT PRODUCTS
CATEGORY_ID
mandatory element
 Category identifier
It must always contain the category code according to our category tree for the relevant country where the products are implemented. Country trees may vary.
Categorical conditions may also include mandatory elements, category ID may not be enough to display the product correctly.
Always check the categorical conditions for each category.
BRAND_ID
mandatory element
 Brand Identifier
It must always contain the brand code, or BRAND ID. The brand code is not the same as the actual brand name.
You can find the brand ID in the MALL Partner Portal in the section Brands. In case your brand does not exist in our system yet, create a request for creation according to the instructions here.
TITLE
mandatory element
 Product name/variants
It must not contain the brand name, because the brand is automatically added to the beginning of the title from the BRAND_ID element. The maximum length is 200 characters.
It must contain a keywords and, if it is a variant, its specification (e.g. colour). No special characters are allowed.
SHORTDESC
mandatory element
 Short product description
It must not contain formatting and HTML characters, only complete sentences.
The maximum length is 300 characters.
A short description is displayed in the product listing on the website, so it should briefly introduce the product.
LONGDESC
mandatory element
 Long product description
It can contain basic HTML tags and the maximum length is 13000 characters.
It must contain a more detailed description of the product.
These are the basic HTML tags that can be used in a long description: <a>, <b>, <br>, <div>, <dl>, <dt>, <em>, <hr>, <i>, <img>, <li>, <ol>, <p>, <strong>, <sub>, <sup>, <table>, <tbody>, <td>, <tfoot>, <th>, <thead>, <tr>, <u>, <ul>. There's no need to use custom styles in the tags, without them the text will adapt best to our pages. If you have any tables in the description, you still need to add <table class="“tbl“">to make the table responsive.
PRIORITIES
mandatory element
 Fill in the value 1 in the field.
The system automatically ranks products using an algorithm that works on the basis of the number of clicks, traffic and sales of a given product. 
This is an obsolete element that still needs to be filled in, but is not taken into account at all. 
We are currently working to remove it.
PACKAGE_SIZE
mandatory element
 It takes on values smallbox/bigbox and indicates the size of the package.
This element pairs the product with the transport, so it is important to have the correct transport established as well.
Smallbox must meet 3 conditions
– the sum of all three sides of the package up to 175 cm
– the longest side of the package max 100 cm
– package weight up to 20 kg
Bigbox is any package that does not meet the above criteria.
 
BARCODE
mandatory element
 EAN product code is mandatory. The system accepts 13 numeric characters.
If your EAN has 14 numeric characters, enter it as 13 digits without the 0 at the beginning. If you have a shorter 8-digit EAN, add as many 0's to the beginning as needed to fill the 13 characters.
PRICE
mandatory element
 Product price including country-specific VAT. The price must not include commission.
VAT
mandatory element
 VAT by a whole number (e.g. 21). VAT must correspond to the tax rates applicable in the country where the products are sold.
RRP
mandatory element
 Recommended retail price
In countries outside the CZ, use a period "." as the separator.
PARAM
mandatory element
 Product parameters
Only the parameters and values that are defined in our system for the category are entered here. Detailed information about the parameters for each category can be found in the section Category in the MALL Partner Portal.
PARAM
mandatory element
NAMEParameter identifier
The name of the parameter must not be used, but its ID, which is in English (e.g. COLOR).
PARAM
mandatory element
VALUEParameter value, which must always be in the local language and in precisely defined wording (e.g. "red").
VARIABLE_PARAMS
mandatory element for variants
 Indicates the parameters on the basis of which the system should create variants. There can be a maximum of 2 (e.g. size "SIZE" and color "COLOR").
ELEMENT MANDATORY ONLY FOR VARIANT PRODUCTS
VARIABLE_PARAMS
mandatory element for variants
PARAMVariable parameter identifier (e.g. COLOR).
The name of the parameter is not inserted here, but its ID. 
ELEMENT MANDATORY ONLY FOR VARIANT PRODUCTS
MEDIA
mandatory element
 Product images/variants.
The maximum number is 20 and images must be on a white background/no background, without logos, watermarks or stickers.
For more information on product appearance requirements, please see here.
It is not possible to insert a duplicate image (URL or content).
MEDIA
mandatory element
URLURL address of the image
It must be 200 characters or less, without accents or spaces. Maximum image size is 2MB and resolution is 2000px x 2000px. Minimum size 100KB.
If you change it, you must also edit the URL.
MEDIA
mandatory element
MAINVrednost true/false označuje, ali gre za glavno sliko. Samo en element MEDIA lahko vsebuje true.
MEDIA
mandatory element
The media also includes Energy label.
Be careful to use all the elements from the example, otherwise the whole product feed will be disabled.
Mandatory only for products for which energy labels are required for legislative reasons.
MEDIA
mandatory element
URLEnergy label URL
It must be 200 characters or less, without accents or spaces. Maximum image size is 2MB and resolution is 2000px x 2000px. Minimum size 100KB.
If you change it, you must also edit the URL.
MEDIA
mandatory element
MAINalways fill in the value FALSE
MEDIA
mandatory element
ENERGY_LABELalways fill in the value TRUE
MEDIA
mandatory element
INFORMATION_LISTalways fill in the value FALSE
MEDIA
mandatory element
The media also includes Information sheet.
Be careful to use all the elements from the example, otherwise the whole product feed will be disabled.
Mandatory only for products for which information sheets are required for legislative reasons.
MEDIA
mandatory element
URL URL of the information sheet
It must be 200 characters or less, without accents or spaces. Maximum image size is 2MB and resolution is 2000px x 2000px. Minimum size 100KB. If you change it, you must also edit the URL.
MEDIA
mandatory element
MAIN always fill in the value FALSE
MEDIA
mandatory element
ENERGY_LABEL always fill in the value FALSE
MEDIA
mandatory element
INFORMATION_LIST always fill in the value TRUE
PROMOTION
optional element
 Indicates the promotional price of the product. For a more detailed description of the sale offer, please see here.
PROMOTION
optional element
PRICESpecial price with VAT.
PROMOTION
optional element
FROMPrice validity from (in format 2022-03-20T13:00:00)
PROMOTION
optional element
TOPrice valid until (in format 2022-03-21T13:00:00)
DIMENSIONS
optional element
 Dimensions of the product for delivery
When including DIMENSIONS in the feed, it is always necessary to include all elements of the dimension to load products correctly.
If you need to add, for example, just the weight dimension (for pricing transport by weight), enter 0 for the other dimensions.
DIMENSIONS
optional element
WEIGHTWeight in kg
DIMENSIONS
optional element
WIDTHWidth in cm
DIMENSIONS
optional element
HEIGHTHeight in cm
DIMENSIONS
optional element
LENGTHLength in cm
LABEL
optional element
 Labels that can be used can be found here.
There is no limit to the number of labels on a product, but there must not be 2 of the same.
LABEL
optional element
NAMELabel identifier
The basic labels FDEL (free shipping), NEW (new) and SALE (sale) can be used. Any other labels can be used only after prior consultation with your sales representative.
LABEL
optional element
FROMLabel validity date from (2022-03-20T13:00:00)
LABEL
optional element
TOLabel validity date until (2022-03-21T13:00:00)
DELIVERY_DELAY
mandatory element
 Indicates the number of full working days for delivery of the product.
The value must be an integer.
This information can also be set for the entire portfolio in the Delivery section in the MALL Partner Portal. The delivery delay setting on the product overrides the setting in transport. A value of 0 means that the data is taken from the transport settings. The values from the delivery delay on the transport and on the product or variant do not cumulate.

In case you have any further questions, you can contact us via Help Centre.

Availability feed

The feed settings for product availability are the same as for the product feed, but the structure of the XML file is different.

Important rules

ATTENTION:
If you are ONBOARDING and your account has not yet been activated, the ACTIVE field must always contain the value "true".

Here you can download a sample availability feed in .xml format.

Description of availability feed elements

AVAILABILITIESXML root element (only occurs once in the feed).
AVAILABILITYElement indicating availability for each of the products and variants.
IDProduct ID/variants. Must be the same as the ID you specify in the product feed.
IN_STOCKNumber of items in stock, if the number of items in stock is 0 please keep the product in the feed, it will be displayed as unavailable. It must always be listed in full number.
ACTIVEIt takes on values true/false, used to deactivate a product that is in stock. For more detailed information on how to deactivate a product, please refer to the article here.
It is also a condition for displaying the product/variant on the website that the ACTIVE element is set to true.

In case you have any further questions, you can contact us via Help Centre.

How useful was this post?

Click on the star to rate the post!

Average rating: 1.5 / 5. Number of votes: 121

No one has voted yet. Be the first to rate this post.

Exit mobile version