Skip to content

Export Products from BigCommerce V3

This task will download products from your BigCommerce store to an XML file.

Settings

Connection

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

Export Bulk Pricing Rules

Required
Set to true to include bulk pricing rules in the export.

Export Custom Fields

Required
Set to true to include custom fields in the export.

Export Product Variants

Required
Set to true to export the product variants associated with each product

Export Settings > Date Modified

Required
When the 'Export Type' is set to Modified, only records updated after this date will be downloaded. The date will update automatically each time the task runs based on the data returned.

Export Settings > Export Type

Required
Used to choose which records should be included in the download. The available options are: -

  • Modified - Only records created or updated since the task last ran will be downloaded
  • All - All records will be downloaded, regardless of whether or not they have been updated since the task last ran

Export Videos

Required
Set to true to include videos in the export.

Output File

Required
The name of the XML file to export the data to (e.g. big_commerce_export_customers.xml).

Page Size

Required
The number of records returned per page of the request. Defaults to 50.

Zynk Settings

See Common Task Settings.

Examples

A sample output file is shown below.

For detailed documentation on the fields please see the BigCommerce Dev Center.

<?xml version="1.0" encoding="utf-8"?>
<products xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <product>
    <id>196</id>
    <zynk_external_id>TSHIRT001</zynk_external_id>
    <date_created>2025-08-08T14:50:49+01:00</date_created>
    <date_modified>2025-08-08T14:55:59+01:00</date_modified>
    <name>T-Shirt</name>
    <type>physical</type>
    <sku>TSHIRT001</sku>
    <description>T-Shirt</description>
    <weight>1</weight>
    <width>0</width>
    <depth>0</depth>
    <height>0</height>
    <price>10.99</price>
    <cost_price>0</cost_price>
    <retail_price>0</retail_price>
    <sale_price>0</sale_price>
    <calculated_price>10.99</calculated_price>
    <tax_class_id>0</tax_class_id>
    <product_tax_code />
    <categories>
      <category>14</category>
    </categories>
    <brand_id>0</brand_id>
    <inventory_level>0</inventory_level>
    <inventory_warning_level>0</inventory_warning_level>
    <inventory_tracking>none</inventory_tracking>
    <fixed_cost_shipping_price>0</fixed_cost_shipping_price>
    <is_free_shipping>false</is_free_shipping>
    <is_visible>true</is_visible>
    <is_featured>false</is_featured>
    <related_products>
      <related_product>-1</related_product>
    </related_products>
    <warranty />
    <bin_picking_number />
    <layout_file />
    <upc />
    <search_keywords />
    <availability>available</availability>
    <availability_description />
    <gift_wrapping_options_type>any</gift_wrapping_options_type>
    <gift_wrapping_options />
    <sort_order>0</sort_order>
    <condition>New</condition>
    <is_condition_shown>false</is_condition_shown>
    <order_quantity_minimum>0</order_quantity_minimum>
    <order_quantity_maximum>0</order_quantity_maximum>
    <page_title />
    <meta_keywords />
    <meta_description />
    <view_count>0</view_count>
    <preorder_release_date xsi:nil="true" />
    <preorder_message />
    <is_preorder_only>false</is_preorder_only>
    <is_price_hidden>false</is_price_hidden>
    <price_hidden_label />
    <custom_url>
      <url>/t-shirt/</url>
      <is_customized>false</is_customized>
    </custom_url>
    <open_graph_type>product</open_graph_type>
    <open_graph_title />
    <open_graph_description />
    <open_graph_use_meta_description>true</open_graph_use_meta_description>
    <open_graph_use_product_name>true</open_graph_use_product_name>
    <open_graph_use_image>true</open_graph_use_image>
    <gtin />
    <mpn />
    <reviews_rating_sum>0</reviews_rating_sum>
    <reviews_count>0</reviews_count>
    <total_sold>0</total_sold>
    <custom_fields />
    <bulk_pricing_rules />
    <videos />
    <variants>
      <variant>
        <id>264</id>
        <product_id>196</product_id>
        <sku>TSHIRT001-S</sku>
        <sku_id>6</sku_id>
        <cost_price>0</cost_price>
        <price>10.99</price>
        <sale_price xsi:nil="true" />
        <retail_price xsi:nil="true" />
        <weight xsi:nil="true" />
        <width xsi:nil="true" />
        <height xsi:nil="true" />
        <depth xsi:nil="true" />
        <is_free_shipping>false</is_free_shipping>
        <fixed_cost_shipping_price xsi:nil="true" />
        <purchasing_disabled>false</purchasing_disabled>
        <purchasing_disabled_message />
        <image_url />
        <upc />
        <inventory_level>0</inventory_level>
        <inventory_warning_level>0</inventory_warning_level>
        <bin_picking_number />
        <option_values>
          <option_value>
            <id>73</id>
            <option_id>99</option_id>
            <option_display_name>Size</option_display_name>
            <label>Small</label>
          </option_value>
        </option_values>
        <calculated_price>10.99</calculated_price>
      </variant>
      <variant>
        <id>265</id>
        <product_id>196</product_id>
        <sku>TSHIRT001-M</sku>
        <sku_id>7</sku_id>
        <cost_price>0</cost_price>
        <price>10.99</price>
        <sale_price xsi:nil="true" />
        <retail_price xsi:nil="true" />
        <weight xsi:nil="true" />
        <width xsi:nil="true" />
        <height xsi:nil="true" />
        <depth xsi:nil="true" />
        <is_free_shipping>false</is_free_shipping>
        <fixed_cost_shipping_price xsi:nil="true" />
        <purchasing_disabled>false</purchasing_disabled>
        <purchasing_disabled_message />
        <image_url />
        <upc />
        <inventory_level>0</inventory_level>
        <inventory_warning_level>0</inventory_warning_level>
        <bin_picking_number />
        <option_values>
          <option_value>
            <id>74</id>
            <option_id>99</option_id>
            <option_display_name>Size</option_display_name>
            <label>Medium</label>
          </option_value>
        </option_values>
        <calculated_price>10.99</calculated_price>
      </variant>
      <variant>
        <id>266</id>
        <product_id>196</product_id>
        <sku>TSHIRT001-L</sku>
        <sku_id>8</sku_id>
        <cost_price>0</cost_price>
        <price>10.99</price>
        <sale_price xsi:nil="true" />
        <retail_price xsi:nil="true" />
        <weight xsi:nil="true" />
        <width xsi:nil="true" />
        <height xsi:nil="true" />
        <depth xsi:nil="true" />
        <is_free_shipping>false</is_free_shipping>
        <fixed_cost_shipping_price xsi:nil="true" />
        <purchasing_disabled>false</purchasing_disabled>
        <purchasing_disabled_message />
        <image_url />
        <upc />
        <inventory_level>0</inventory_level>
        <inventory_warning_level>0</inventory_warning_level>
        <bin_picking_number />
        <option_values>
          <option_value>
            <id>75</id>
            <option_id>99</option_id>
            <option_display_name>Size</option_display_name>
            <label>Large</label>
          </option_value>
        </option_values>
        <calculated_price>10.99</calculated_price>
      </variant>
    </variants>
    <base_variant_id xsi:nil="true" />
  </product>
</products>