Перейти к содержанию

Пример XML

<?xml version="1.0" encoding="UTF-8"?>
<Catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Header>
    <ExportedAt>2025-12-12T10:00:00Z</ExportedAt>
    <Version>1.0</Version>
  </Header>
  <Products>
    <Product>
      <Id>PART-100200</Id>
      <SKU>GLS-ACME-001-BLK</SKU>
      <EAN>4601234567890</EAN>
      <ModelId>ACME-001</ModelId>
      <Name>
        <Text xml:lang="ru">Acme Classic</Text>
        <Text xml:lang="en">Acme Classic</Text>
      </Name>
      <LongName>
        <Text xml:lang="ru">Acme Classic  черная оправа, унисекс</Text>
        <Text xml:lang="en">Acme Classic - black frame, unisex</Text>
      </LongName>
      <Description>
        <Text xml:lang="ru">Легкая оправа для повседневной носки.</Text>
        <Text xml:lang="en">Lightweight frame for everyday wear.</Text>
      </Description>
      <Prices>
        <Price>
          <Amount>7990.00</Amount>
          <AmountOld>9990.00</AmountOld>
          <Currency>RUB</Currency>
        </Price>
        <Price>
          <Amount>89.00</Amount>
          <Currency>USD</Currency>
        </Price>
      </Prices>
      <Gender>unisex</Gender>
      <FilterColors>
        <FilterColor>black</FilterColor>
        <FilterColor>gold</FilterColor>
      </FilterColors>
      <CustomColor>
        <CustomColorName>
          <Text xml:lang="ru">Матовый черный</Text>
          <Text xml:lang="en">Matte black</Text>
        </CustomColorName>
        <CustomColorTexture>https://cdn.example.com/img/matte-black.jpg</CustomColorTexture>
      </CustomColor>
      <Photos>
        <Photo kind="three_quarters">https://cdn.example.com/img/GLS-ACME-001-BLK/three-quarters.jpg</Photo>
        <Photo kind="front">https://cdn.example.com/img/GLS-ACME-001-BLK/front.jpg</Photo>
        <Photo kind="side">https://cdn.example.com/img/GLS-ACME-001-BLK/side.jpg</Photo>
      </Photos>
      <NewArrival>true</NewArrival>
      <OnSale>true</OnSale>
      <DiscountPercent>20.00</DiscountPercent>
      <LinkedProducts>
        <LinkedProduct>PART-100201</LinkedProduct>
      </LinkedProducts>
      <FrameShape>wayfarer</FrameShape>
      <Measurements>
        <TempleLength unit="mm">140</TempleLength>
        <LensWidth unit="mm">52</LensWidth>
        <LensHeight unit="mm">40</LensHeight>
        <BridgeWidth unit="mm">18</BridgeWidth>
        <FrameWidth unit="mm">138</FrameWidth>
        <BoxLength unit="mm">170</BoxLength>
        <BoxWidth unit="mm">80</BoxWidth>
        <BoxHeight unit="mm">60</BoxHeight>
        <BoxWeight unit="gram">320</BoxWeight>
      </Measurements>
    </Product>
  </Products>
</Catalog>