Show/Hide Toolbars

Speed4Trade CONNECT API 2.0

Navigation: Examples

OrderImport

Scroll Prev Top Next More

With the described example, orders can be created within Speed4Trade CONNECT with the basic data.

For the order items, the "item_internal_number" must correspond to the number from the dealers' quotation data so that they can be processed correctly.

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

 

<?xml version="1.0" encoding="UTF-8"?>
<orders>
  <order>
    <transaction_id_1>O8376262537</transaction_id_1>
    <marketplace_order_id_1>MPO5822</marketplace_order_id_1>
    <order_date>2022-03-22T15:00:00.000+01:00</order_date>
    <dispatch_provider_external_id>DHL</dispatch_provider_external_id>
    <currency_code_iso>EUR</currency_code_iso>
    <payment_method_identifier>cash on delivery</payment_method_identifier>
    <customer_type_identifier>private</customer_type_identifier>
    <customer_external_id_1>KU9704</customer_external_id_1>
    <customer_country_code_iso>DE</customer_country_code_iso>
    <invoice_salutation_identifier>mr</invoice_salutation_identifier>
    <invoice_title>Dr.</invoice_title>
    <invoice_company_name>Speed4Trade GmbH</invoice_company_name>
    <invoice_first_name>Firstname</invoice_first_name>
    <invoice_last_name>Lastname</invoice_last_name>
    <invoice_street>An den Gärten</invoice_street>
    <invoice_house_number>8-10</invoice_house_number>
    <invoice_street_addition>Hauptgebäude</invoice_street_addition>
    <invoice_postal_code>92655</invoice_postal_code>
    <invoice_city>Altenstadt</invoice_city>
    <invoice_country_code_iso>DE</invoice_country_code_iso>
    <invoice_phone_number>+499602/9444-0</invoice_phone_number>
    <invoice_email_address>info@speed4trade.com</invoice_email_address>
    <delivery_salutation_identifier>ms</delivery_salutation_identifier>
    <delivery_title/>
    <delivery_company_name>Speed4Trade GmbH</delivery_company_name>
    <delivery_first_name>Tina</delivery_first_name>
    <delivery_last_name>Target</delivery_last_name>
    <delivery_street>An den Gärten</delivery_street>
    <delivery_house_number>8-10</delivery_house_number>
    <delivery_street_addition/>
    <delivery_postal_code>92665</delivery_postal_code>
    <delivery_city>Altenstadt</delivery_city>
    <delivery_country_code_iso>DE</delivery_country_code_iso>
    <delivery_phone_number>09602/94440</delivery_phone_number>
    <dispatch_type_external_id>Standard</dispatch_type_external_id>
    <dispatch_handling_identifier>Standard</dispatch_handling_identifier>
    <price_type_identifier>gross</price_type_identifier>
    <shipping_charge>5.00</shipping_charge>
    <tax_id_number>DE999999999</tax_id_number>
    <order_items>
      <order_item>
        <item_identifier>Item title</item_identifier>
        <item_internal_number>II-7222</item_internal_number>
        <order_date>2022-03-22T15:00:00.000+01:00</order_date>
        <quantity>1</quantity>
        <price>9.99</price>
        <tax_rate>19.00</tax_rate>
        <type_identifier>default</type_identifier>
      </order_item>
    </order_items>
  </order>
</orders>