XML Import
Field Mappings
Get supported XML field mappings
GET
Get Field Mappings
Retrieve the list of supported XML field mappings. This helps you understand which XML tags the import system recognizes.This endpoint requires Shop API authentication using
X-API-Key and X-API-Secret headers.Path Parameters
Language code (e.g.,
en, lt)Authentication
API key from Partners Portal
API secret from Partners Portal
Response
Indicates if request was successful
HTTP status code
Unique request identifier (UUID)
Status message
Understanding Mappings
Each key in the response represents a field in our system. The array values are the XML tag names we look for.Example XML Mapping
Your XML:| Your XML Tag | Our Field |
|---|---|
title | name |
manufacturer | brand |
regular_price | price |
sale_price | discounted_price |
barcode | ean |
Product Fields Reference
| Our Field | Description | Accepted Tags |
|---|---|---|
name | Product name | name, title, product_name |
description | Product description | description, desc |
brand | Manufacturer/brand | brand, manufacturer |
model | Model number | model |
ean | EAN/barcode | ean, ean13, barcode |
sku | Stock keeping unit | sku, code, id |
xml_id | External product ID | id, xml_id, external_id |
image_url | Main product image | image, image_url, picture |
external_url | Link to product page | url, link, product_url |
weight | Product weight | weight |
color | Product color | color |
size | Product size | size |
Offer/Price Fields Reference
| Our Field | Description | Accepted Tags |
|---|---|---|
price | Regular price | price, regular_price |
discounted_price | Sale/loyalty price | discounted_price, sale_price, loyalty_program_item_price |
currency | Price currency (default: EUR) | currency |
availability | In stock status | availability, in_stock |
stock_quantity | Available quantity | stock, quantity |
delivery_info | Delivery/shipping info | delivery, shipping |
warranty_info | Warranty information | warranty |
external_url | Link to product page | url, link, product_url |
external_id | External offer ID | id, external_id |
featured | Featured product flag | featured |
Category Fields Reference
| Our Field | Description | Accepted Tags |
|---|---|---|
categories | Product categories | categories/category, category |
Categories should be Loyalty.lt category IDs. When a subcategory is assigned, parent categories are automatically included.
Availability Values
Theavailability field accepts these values:
| Input Value | Mapped To |
|---|---|
true, 1, yes, in_stock | in_stock |
false, 0, no, out_of_stock | out_of_stock |
limited | limited_stock |
Related Endpoints
Validate XML
Test your XML structure
Import from URL
Import products from URL