Skip to content

Export Product Option Values from Prestashop

This task will export product option values from Prestashop in an XML format. See below for a sample output file.

Settings

Output File

Required
The name of the file to export the customer groups to.

Connection

Required
The Prestashop connection to use. See the Connecting to Prestashop article if you require more information on how to create/manage connections.

Zynk Settings

See Common Task Settings.

Examples

A sample output file is shown below.

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfProductOptionValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProductOptionValue>
    <id>1</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">S</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>2</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">M</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>3</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">L</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>4</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">XL</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>5</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Grey</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>6</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Taupe</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>7</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Beige</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>8</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">White</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>9</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Off White</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>10</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Red</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>11</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Black</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>12</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Camel</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>13</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Orange</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>14</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Blue</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>15</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Green</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>16</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Yellow</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>17</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Brown</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>18</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Pink</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>19</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">40x60cm</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>20</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">60x90cm</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>21</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">80x120cm</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>22</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Ruled</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>23</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Plain</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>24</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Squared</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>25</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">Doted</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>26</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">1</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>27</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">2</language>
    </name>
  </ProductOptionValue>
  <ProductOptionValue>
    <id>28</id>
    <errors />
    <should_create>true</should_create>
    <should_update>true</should_update>
    <name>
      <language id="1">3</language>
    </name>
  </ProductOptionValue>
</ArrayOfProductOptionValue>