Show/Hide Toolbars

Speed4Trade CONNECT API 2.0

Navigation: Examples

OfferExport

Scroll Prev Top Next More

This example shows a quote export with basic data. Within Speed4Trade CONNECT "item_internal_number" is the key field, which should also be used as key by the trading platform.

All other information that can be included in the export is described in detail in the section "Processes & Formats > Exports > OfferExport".

 

<?xml version="1.0" encoding="UTF-8"?>
<offers>
  <offer>
    <title>Verschleissteil 0001 neu</title>
    <item_identifier>Verschleissteil 0001</item_identifier>
    <item_internal_number>II-7222</item_internal_number>
    <item_match_code></item_match_code>
    <item_ean_code>5901234123457</item_ean_code>
    <item_upc_code></item_upc_code>
    <item_isbn></item_isbn>
    <account_name>Accountname</account_name>
    <price>49.99</price>
    <account_price>49.99</account_price>
    <prices>
      <pricelist identifier="gross_pricelist" external_id="ext-pricelist1" price="49.99"/>
    </prices>
    <offer_state>ACTIVE</offer_state>
    <offer_pending_state>ACTIVE</offer_pending_state>
    <delivery_time_identifier>1-2 Tage</delivery_time_identifier>
    <delivery_time_in_days>1</delivery_time_in_days>
    <variant_parent_identifier></variant_parent_identifier>
    <variant_parent_internal_item_number></variant_parent_internal_item_number>
    <variant_parent_match_code></variant_parent_match_code>
    <variant_parent_ean></variant_parent_ean>
    <variant_parent_upc></variant_parent_upc>
    <variant_parent_isbn></variant_parent_isbn>
    <product_group_external_id>Teile</product_group_external_id>
    <product_group_identifier>Parts</product_group_identifier>
    <delivery_charge_category_external_id>Paket</delivery_charge_category_external_id>
    <delivery_charge_category_identifier>Paket</delivery_charge_category_identifier>
    <vendor_external_id>28374</vendor_external_id>
    <vendor_identifier>BMW</vendor_identifier>
    <vendor_item_number>204D1</vendor_item_number>
    <variable_field/>
    <catalog_price>59.99</catalog_price>
    <is_coupon>false</is_coupon>
    <is_adult_product>false</is_adult_product>
    <length>500.00</length>
    <width>100.00</width>
    <height>450.00</height>
    <weight>30000.00</weight>
    <area>10.00</area>
    <volume>22.50</volume>
    <piece>2</piece>
    <size_unit>mm</size_unit>
    <weight_unit>g</weight_unit>
    <area_unit>mm²</area_unit>
    <volume_unit>l</volume_unit>
    <piece_unit>-</piece_unit>
    <wrapping_length></wrapping_length>
    <wrapping_width></wrapping_width>
    <wrapping_height></wrapping_height>
    <wrapping_weight></wrapping_weight>
    <wrapping_size_unit>mm</wrapping_size_unit>
    <wrapping_weight_unit>g</wrapping_weight_unit>
    <base_price>2.00</base_price>
    <base_price_unit>per 1kg</base_price_unit>
    <packaging_unit>0</packaging_unit>
    <package_count>1</package_count>
    <stock>100</stock>
    <tax_country_iso_code>DE</tax_country_iso_code>
    <tax_percentage>19.00</tax_percentage>
    <tax_type_identifier>normal</tax_type_identifier>
    <tax_country_specific_identifier>normal</tax_country_specific_identifier>
  </offer>
</offers>