<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SOAP on Product Documentation</title>
    <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/</link>
    <description>Recent content in SOAP on Product Documentation</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <atom:link href="https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SOAP Interfaces</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/overview/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page is the entry point for SOAP-based interfaces in the BE-Commerce module.&lt;/p&gt;&#xA;&lt;h2 id=&#34;scope&#34;&gt;Scope&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML-based export and import operations&lt;/li&gt;&#xA;&lt;li&gt;Channel-specific transfer using a unique webshop identifier&lt;/li&gt;&#xA;&lt;li&gt;Processing through container and downstream module processes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;guardrails&#34;&gt;Guardrails&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Requests and responses follow operation-specific XML schemas.&lt;/li&gt;&#xA;&lt;li&gt;Required parameters must be provided for each method.&lt;/li&gt;&#xA;&lt;li&gt;Semantic validation is often executed in downstream processing steps.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#x9;&#xA;&#xA;&#xA;&#xA;&lt;section class=&#34;bt-docs-block bt-docs-block--links&#34;&gt;&#xA;  &lt;header class=&#34;bt-docs-block__header&#34;&gt;&#xA;    &lt;p class=&#34;bt-docs-block__eyebrow&#34;&gt;Links&lt;/p&gt;&#xA;    &lt;h2 class=&#34;bt-docs-block__title&#34;&gt;Further Information&lt;/h2&gt;&#xA;  &lt;/header&gt;&#xA;  &lt;div class=&#34;bt-docs-block__body&#34;&gt;&#xA;    &lt;div class=&#34;bt-docs-link-groups&#34;&gt;&lt;section class=&#34;bt-docs-link-groups__group&#34;&gt;&#xA;  &lt;h3 class=&#34;bt-docs-link-groups__title&#34;&gt;SOAP Endpoints&lt;/h3&gt;&#xA;  &lt;div class=&#34;bt-docs-link-groups__body bt-docs-link-block&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/reference-processes/&#34;&gt;Reference Processes&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;bt-docs-link-groups__group&#34;&gt;&#xA;  &lt;h3 class=&#34;bt-docs-link-groups__title&#34;&gt;Related Content&lt;/h3&gt;&#xA;  &lt;div class=&#34;bt-docs-link-groups__body bt-docs-link-block&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/overview/&#34;&gt;JSON-REST Interfaces&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/section&gt;&#xA;&lt;/div&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/section&gt;</description>
    </item>
    <item>
      <title>Export Item</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-item/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-item/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This SOAP method exports item data for a webshop channel, optionally filtered to a single item.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;ItemExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameters&#34;&gt;Optional Parameters&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;itemNo_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;incremental_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;itemExport_PX&lt;/code&gt; with item header, descriptions, categories, attributes, and variants.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop receives current item master data for synchronization and product display.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Item List</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-item-list/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-item-list/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns a list of item numbers changed since a given timestamp.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;ItemListExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameter&#34;&gt;Optional Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;changedSince_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;itemListExport_PX&lt;/code&gt; with affected item numbers.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop can run delta synchronization and fetch only changed items.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Sales Order History</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-sales-order-history/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-sales-order-history/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns history entries for webshop orders including line references.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;OrderHistoryExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameters&#34;&gt;Optional Parameters&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;changedSince_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;orderNo_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;orderHistoryExport_PX&lt;/code&gt; with history headers and line details.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop can track processing history per order and per line.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Inventory</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-inventory/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-inventory/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns inventory values for items and variants.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;InventoryExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameters&#34;&gt;Optional Parameters&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;changedSince_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;itemNo_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;incremental_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;inventoryExport_PX&lt;/code&gt; with items, variants, and stock values.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop receives inventory for availability and synchronization.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Document Status</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-document-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-document-status/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns document creation status including error text.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;DocumentStatusExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameters&#34;&gt;Required Parameters&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;OrderType_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;OrderNo_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;return_value&lt;/code&gt; with success or failure status&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;errortext_P&lt;/code&gt; in error cases&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Integrations can verify whether posting succeeded.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Dynamic Attributes</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-dynamic-attributes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-dynamic-attributes/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns dynamic attributes with translations and possible values.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;DynamicAttributeExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameter&#34;&gt;Optional Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;attributeCode_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;dynamicAttributeExport_PX&lt;/code&gt; with attributes, value sets, and labels.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop receives attribute metadata for filtering and product representation.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Branch Inventory</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-branch-inventory/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-branch-inventory/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns available stock per branch, item, and variant.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;BranchInventoryExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameter&#34;&gt;Optional Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;itemNo_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;branchInventoryExport_PX&lt;/code&gt; with variants and mapped branch quantities.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop can display branch-level availability.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Free Text Attributes</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-free-text-attributes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-free-text-attributes/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns free text attributes including language-specific labels.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;FreeTextAttributeExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameter&#34;&gt;Optional Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;freeTextAttributeCode_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;freeTextAttributeExport_PX&lt;/code&gt; with attribute code and description nodes.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop receives free text metadata for product content and UI labels.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Voucher</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-voucher/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-voucher/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns voucher status and balance information for a webshop channel.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;VoucherExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameter&#34;&gt;Optional Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;VoucherNo_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;voucherExport_PX&lt;/code&gt; with voucher ID, state, amount, and currency.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop can synchronize voucher validation and voucher status display.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Contact</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-contact/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method exports contact master data per channel, optionally filtered to one contact.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;ContactExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameters&#34;&gt;Optional Parameters&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;contactNo_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;incremental_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;contactExport_PX&lt;/code&gt; with contact fields such as name, address, country, and communication data.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop receives current contact master data.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Contact Status</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-contact-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-contact-status/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method returns processing status for contact creation or update.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;ContactStatusExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameters&#34;&gt;Required Parameters&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;contactNo_P&lt;/code&gt; or &lt;code&gt;eMail_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;return_value&lt;/code&gt; and optional &lt;code&gt;errortext_P&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;External systems can verify contact processing completion.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Location</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-location/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-location/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method exports location master data for a sales channel.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;LocationExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML in &lt;code&gt;locationBranchExport_PX&lt;/code&gt; with location code, name, and address data.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop receives channel-relevant location data.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Price</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-price/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-price/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method provides channel-based price information including customer groups and VAT flag.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;PriceExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameters&#34;&gt;Optional Parameters&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;changedSince_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;itemNo_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;incremental_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML with variant prices, currency, list price fields, and &lt;code&gt;priceIncludesVAT&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop receives price structures for catalog and checkout calculations.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Webshop Category</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-webshop-category/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/export-webshop-category/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method exports webshop categories including parent relationship and multilingual descriptions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;CategoryExport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-parameter&#34;&gt;Optional Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;categoryCode_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;Response&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;XML with category code, parent, active/hidden flags, and description nodes.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;result&#34;&gt;Result&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The webshop receives category tree data and translated labels.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Import Sales Order</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/import-sales-order/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/import-sales-order/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method imports sales order payload from the webshop into BC import tables.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;OrderImport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;payload-core&#34;&gt;Payload Core&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopOrderImport_PX&lt;/code&gt; with header, addresses, payment data, and &lt;code&gt;orderlines&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;processing-logic&#34;&gt;Processing Logic&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;SOAP import performs primarily syntactic validation.&lt;/li&gt;&#xA;&lt;li&gt;Semantic validation and document creation run in a background process.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Import Contact</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/import-contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/import-contact/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method imports contact payload and prepares it for downstream processing.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;CreateOrUpdateSingleContact&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;payload-core&#34;&gt;Payload Core&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopContactImport_PX&lt;/code&gt; with &lt;code&gt;webshopContact&lt;/code&gt; structure&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;processing-logic&#34;&gt;Processing Logic&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Syntactic validation at import time.&lt;/li&gt;&#xA;&lt;li&gt;Semantic validation and create/update in follow-up processing.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Import Return</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/import-return/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/import-return/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method imports returns from the webshop into BC import containers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;ReturnImport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;payload-core&#34;&gt;Payload Core&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopReturnImport_PX&lt;/code&gt; with &lt;code&gt;returnOrder&lt;/code&gt; and &lt;code&gt;returnOrderLines&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;processing-logic&#34;&gt;Processing Logic&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Syntactic validation during SOAP call.&lt;/li&gt;&#xA;&lt;li&gt;Semantic processing and document creation in downstream steps.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Import Reservation</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/import-reservation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/soap/import-reservation/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This method imports reservation payload including lines and address data.&lt;/p&gt;&#xA;&lt;h2 id=&#34;method&#34;&gt;Method&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operation: &lt;code&gt;ReservationImport&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Service: Codeunit &lt;code&gt;BEConnect&lt;/code&gt; as SOAP web service&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-parameter&#34;&gt;Required Parameter&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannel_P&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;payload-core&#34;&gt;Payload Core&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopReservationImport_PX&lt;/code&gt; with header, &lt;code&gt;reservationOrder&lt;/code&gt;, and &lt;code&gt;reservationOrderLines&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;processing-logic&#34;&gt;Processing Logic&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Syntactic validation during import.&lt;/li&gt;&#xA;&lt;li&gt;Semantic processing in the background process.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
