<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>JSON-REST on Product Documentation</title>
    <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/</link>
    <description>Recent content in JSON-REST 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/json-rest/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>JSON-REST Interfaces</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/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/json-rest/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 JSON-REST 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;Export endpoints for master data, prices, inventory, and status information&lt;/li&gt;&#xA;&lt;li&gt;Import endpoints for sales orders, contacts, returns, and reservations&lt;/li&gt;&#xA;&lt;li&gt;Consistent conventions for filters, request payloads, and responses&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;Slugs and endpoint names remain ASCII and consistent.&lt;/li&gt;&#xA;&lt;li&gt;Required filters (for example webshop channel code) are mandatory per endpoint.&lt;/li&gt;&#xA;&lt;li&gt;Payload changes must be aligned with webshop integration and downstream processes.&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;</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/json-rest/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/json-rest/export-item/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns item data for a webshop channel including optional expansions such as descriptions, categories, attributes, cross-selling, and variants.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/items?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and no eq &#39;&amp;lt;item-no&amp;gt;&#39;&amp;amp;$expand=itemDescriptions($expand=descriptions),categories,itemDynamicAttributes,itemFreeTextAttributes($expand=freeTextLanguages),crossSellingItems,itemSelectionVariants($expand=crossSellingVariants)&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; in the filter&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;no&lt;/code&gt; (item number) in the filter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-expansions&#34;&gt;Optional Expansions&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;itemDescriptions&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;categories&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;itemDynamicAttributes&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;itemFreeTextAttributes&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;crossSellingItems&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;itemSelectionVariants&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Item header: &lt;code&gt;systemId&lt;/code&gt;, &lt;code&gt;webshopChannelCode&lt;/code&gt;, &lt;code&gt;no&lt;/code&gt;, &lt;code&gt;released&lt;/code&gt;, &lt;code&gt;firstReleasedDate&lt;/code&gt;, &lt;code&gt;vendorNo&lt;/code&gt;, &lt;code&gt;itemDescription&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Descriptions: language, meta title, description types&lt;/li&gt;&#xA;&lt;li&gt;Category assignment: code and main flag&lt;/li&gt;&#xA;&lt;li&gt;Attributes: dynamic and free-text attributes with language values&lt;/li&gt;&#xA;&lt;li&gt;Variants and cross-selling relations&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 a consolidated item JSON payload for the requested channel and item filter.&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/json-rest/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/json-rest/export-price/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint provides price data per webshop channel, optionally filtered to a single item.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern (channel-wide):&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/itemPrices?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39;&amp;amp;$expand=itemVariantPrices($expand=prices)&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern (single item):&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/itemPrices?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and itemNo eq &#39;&amp;lt;item-no&amp;gt;&#39;&amp;amp;$expand=itemVariantPrices($expand=prices)&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; in the filter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Header: &lt;code&gt;systemId&lt;/code&gt;, &lt;code&gt;webshopChannelCode&lt;/code&gt;, &lt;code&gt;itemNo&lt;/code&gt;, &lt;code&gt;salesPricesSentToWebshop&lt;/code&gt;, &lt;code&gt;lastSalesPriceChangeAt&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Variants: &lt;code&gt;code&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Price lines: &lt;code&gt;currency&lt;/code&gt;, &lt;code&gt;unitPrice&lt;/code&gt;, &lt;code&gt;customerPriceGroup&lt;/code&gt;, &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 current pricing structures per channel and optionally per item.&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/json-rest/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/json-rest/import-sales-order/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint imports webshop order data into the Business Central import container.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;POST&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Import/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/orders?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39;&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; filter&lt;/li&gt;&#xA;&lt;li&gt;JSON payload with order header and at least one &lt;code&gt;orderLines&lt;/code&gt; entry&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;payload-core-areas&#34;&gt;Payload Core Areas&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Order header: channel, order ID, date, totals, currency, customer and contact references&lt;/li&gt;&#xA;&lt;li&gt;Addresses: sell-to, bill-to, and ship-to&lt;/li&gt;&#xA;&lt;li&gt;Payment and shipping information&lt;/li&gt;&#xA;&lt;li&gt;Line data (&lt;code&gt;orderLines&lt;/code&gt;) including type, item, price, quantity, and optional metadata&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;processing-note&#34;&gt;Processing Note&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The API call primarily performs syntactic import into the container.&lt;/li&gt;&#xA;&lt;li&gt;Semantic validation and document creation run in downstream processing.&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 order is available as an imported record for further BC processing.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;see-also&#34;&gt;See Also&lt;/h2&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/import-sales-order/order-import-api-voucher-processing/&#34;&gt;Order Import API - Voucher Processing&lt;/a&gt;&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/json-rest/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/json-rest/import-contact/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint imports contact data from the webshop into the Business Central contact import container.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;POST&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Import/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/webshopContacts&lt;/code&gt;&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&lt;/code&gt; in the payload&lt;/li&gt;&#xA;&lt;li&gt;JSON body with contact header data&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;payload-core-areas&#34;&gt;Payload Core Areas&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Contact header: channel, contact number, name, address, language, country, communication data&lt;/li&gt;&#xA;&lt;li&gt;Optional additional fields such as salutation, first/last name, and company name&lt;/li&gt;&#xA;&lt;li&gt;Contact lines (&lt;code&gt;webshopcontactLines&lt;/code&gt;) for ship-to specific information&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response-behavior&#34;&gt;Response Behavior&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The API returns the imported record as JSON.&lt;/li&gt;&#xA;&lt;li&gt;With &lt;code&gt;$expand=webshopcontactLines&lt;/code&gt;, the response can include contact line 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 contact is available for downstream processing in BC.&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/json-rest/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/json-rest/export-item-list/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns the item list for a webshop channel, including send-state and change timestamp.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/itemsList?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and sentToWebshop eq &amp;lt;true|false&amp;gt; and changedForWebshopAt eq &amp;lt;datetime&amp;gt;&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; in filter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;optional-filters&#34;&gt;Optional Filters&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;sentToWebshop&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;changedForWebshopAt&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;systemId&lt;/code&gt;, &lt;code&gt;itemNo&lt;/code&gt;, &lt;code&gt;webshopChannelCode&lt;/code&gt;, &lt;code&gt;changedForWebshopAt&lt;/code&gt;, &lt;code&gt;sentToWebshop&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 item list records for delta or full synchronization.&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/json-rest/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/json-rest/export-inventory/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns inventory data for one item, including optional variant information.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/inventories?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and itemNo eq &#39;&amp;lt;item-no&amp;gt;&#39;&amp;amp;$expand=itemVariants&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; in filter&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;itemNo&lt;/code&gt; in filter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Header: &lt;code&gt;systemId&lt;/code&gt;, &lt;code&gt;webshopChannelCode&lt;/code&gt;, &lt;code&gt;itemNo&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Variants: &lt;code&gt;code&lt;/code&gt;, &lt;code&gt;inventory&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 current inventory levels per item and variant.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Inventory Item List</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/export-inventory-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/json-rest/export-inventory-item-list/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns channel-wide inventory list records including delta indicators.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/inventoriesItemsList?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39;&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; in filter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;systemId&lt;/code&gt;, &lt;code&gt;webshopChannelCode&lt;/code&gt;, &lt;code&gt;itemNo&lt;/code&gt;, &lt;code&gt;inventorySentToWebshop&lt;/code&gt;, &lt;code&gt;lastStockChangeAt&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 inventory synchronization records for all channel items.&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/json-rest/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/json-rest/export-contact/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns contact master data and related ship-to addresses for webshop synchronization.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/contacts?$expand=contactsShipTo&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;filters-and-expands&#34;&gt;Filters and Expands&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Contact filtering is done by contact number&lt;/li&gt;&#xA;&lt;li&gt;Ship-to addresses are provided via &lt;code&gt;$expand=contactsShipTo&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Contact: &lt;code&gt;no&lt;/code&gt;, &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;address&lt;/code&gt;, &lt;code&gt;postCode&lt;/code&gt;, &lt;code&gt;city&lt;/code&gt;, &lt;code&gt;country&lt;/code&gt;, &lt;code&gt;email&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Ship-to: &lt;code&gt;shipToCode&lt;/code&gt;, &lt;code&gt;shipToName&lt;/code&gt;, &lt;code&gt;shipToAddress&lt;/code&gt;, &lt;code&gt;shipToPostCode&lt;/code&gt;, &lt;code&gt;shipToCity&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 contact data including ship-to structures.&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/json-rest/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/json-rest/export-contact-status/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns contact processing status including error text.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;POST&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/ODataV4/&amp;lt;serviceName&amp;gt;_ContactStatusExportOData?company=&amp;lt;companyName|companyId&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-payload-fields&#34;&gt;Required Payload Fields&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;The response contains a JSON object in &lt;code&gt;value&lt;/code&gt; with &lt;code&gt;contactNo&lt;/code&gt; and &lt;code&gt;errorText&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 can check asynchronous contact processing status.&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/json-rest/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/json-rest/export-location/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns all locations assigned to a webshop channel.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/channels(&#39;&amp;lt;webshop-channel-code&amp;gt;&#39;)?$expand=locations&lt;/code&gt;&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;webshop-channel-code&lt;/code&gt; in the channel URL&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Channel: &lt;code&gt;code&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Location: &lt;code&gt;code&lt;/code&gt;, &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;address&lt;/code&gt;, &lt;code&gt;postCode&lt;/code&gt;, &lt;code&gt;city&lt;/code&gt;, &lt;code&gt;countryRegion&lt;/code&gt;, &lt;code&gt;phoneNo&lt;/code&gt;, &lt;code&gt;eMail&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 linked warehouse locations for shipping and availability logic.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Vendor</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/export-vendor/</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/json-rest/export-vendor/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns vendor master data for integration scenarios.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/vendors&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;systemId&lt;/code&gt;, &lt;code&gt;no&lt;/code&gt;, &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;address&lt;/code&gt;, &lt;code&gt;postCode&lt;/code&gt;, &lt;code&gt;city&lt;/code&gt;, &lt;code&gt;countryRegionCode&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;eMail&lt;/code&gt;, &lt;code&gt;currencyCode&lt;/code&gt;, &lt;code&gt;languageCode&lt;/code&gt;, &lt;code&gt;paymentTermsCode&lt;/code&gt;, &lt;code&gt;shipmentMethodCode&lt;/code&gt;, &lt;code&gt;blocked&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 receive current vendor master data from BC.&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/json-rest/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/json-rest/export-webshop-category/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint provides channel category records including hierarchy data and optional translated texts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern categories:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/webshopCategories?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern category descriptions:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/webshopCategoryDescriptions?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and webshopCategorySystemId eq &amp;lt;category-system-id&amp;gt;&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;For descriptions additionally &lt;code&gt;webshopCategorySystemId&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Category: &lt;code&gt;systemId&lt;/code&gt;, &lt;code&gt;webshopCategoryCode&lt;/code&gt;, &lt;code&gt;parentCategoryCode&lt;/code&gt;, &lt;code&gt;active&lt;/code&gt;, &lt;code&gt;hidden&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Texts: &lt;code&gt;language&lt;/code&gt;, &lt;code&gt;text&lt;/code&gt;, &lt;code&gt;webshopCategorySystemId&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 category tree data and multilingual category labels.&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/json-rest/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/json-rest/import-return/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint imports return orders from the webshop into the BC import container.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;POST&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Import/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/returnOrders&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-payload-fields&#34;&gt;Required Payload Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Header: &lt;code&gt;webshopChannelCode&lt;/code&gt;, &lt;code&gt;orderId&lt;/code&gt;, &lt;code&gt;orderType&lt;/code&gt;, &lt;code&gt;orderDate&lt;/code&gt;, &lt;code&gt;currency&lt;/code&gt;, &lt;code&gt;customerNo&lt;/code&gt;, &lt;code&gt;contactNo&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Lines (&lt;code&gt;returnOrderLines&lt;/code&gt;): at least one line with &lt;code&gt;id&lt;/code&gt;, &lt;code&gt;type&lt;/code&gt;, &lt;code&gt;amount&lt;/code&gt; and source order references (&lt;code&gt;orderNo&lt;/code&gt;, &lt;code&gt;orderLineNo&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;response-behavior&#34;&gt;Response Behavior&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Returns imported header as JSON.&lt;/li&gt;&#xA;&lt;li&gt;Optional &lt;code&gt;$expand=returnOrderLines&lt;/code&gt; includes imported lines.&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 return order is available for downstream BC processing.&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/json-rest/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/json-rest/import-reservation/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint imports reservation orders from the webshop.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;POST&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Import/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/webshopReservations?$expand=webshopReservationLines&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-payload-fields&#34;&gt;Required Payload Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Header: &lt;code&gt;webshopChannelCode&lt;/code&gt;, &lt;code&gt;reservationOrderId&lt;/code&gt;, &lt;code&gt;orderType&lt;/code&gt;, &lt;code&gt;orderDate&lt;/code&gt;, &lt;code&gt;currency&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Lines (&lt;code&gt;webshopReservationLines&lt;/code&gt;): at least one line with &lt;code&gt;id&lt;/code&gt;, &lt;code&gt;type&lt;/code&gt;, &lt;code&gt;itemNumber&lt;/code&gt;, &lt;code&gt;amount&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-notes&#34;&gt;Key Notes&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Empty fields may be omitted in the payload.&lt;/li&gt;&#xA;&lt;li&gt;Address and contact data can be included when required.&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 reservation order is available for further BC processing.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Item Description</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/export-item-description/</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/json-rest/export-item-description/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes exporting item descriptions (meta title, short description, long description) per language.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoints&#34;&gt;Endpoints&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Via item export with expand:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/beTerna/export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/items?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and no eq &#39;&amp;lt;item-no&amp;gt;&#39;&amp;amp;$expand=wsItemDescriptions&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Direct description query:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/beTerna/export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/wsItemDescriptions?$filter=webshopChannel eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39;&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; or &lt;code&gt;webshopChannel&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;For item export additionally &lt;code&gt;no&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;itemNo&lt;/code&gt;, &lt;code&gt;language&lt;/code&gt;, &lt;code&gt;descriptionType&lt;/code&gt;, &lt;code&gt;descriptionText&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 language-specific item content for product and SEO presentation.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Order Status</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/export-order-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/json-rest/export-order-status/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint provides order status history on both header and line level.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/orderStatusCodes?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and externalDocumentNo eq &#39;&amp;lt;external-document-no&amp;gt;&#39;&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;externalDocumentNo&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;statusCode&lt;/code&gt;, &lt;code&gt;documentType&lt;/code&gt;, &lt;code&gt;documentNo&lt;/code&gt;, &lt;code&gt;externalDocumentNo&lt;/code&gt;, &lt;code&gt;lineNo&lt;/code&gt;, &lt;code&gt;itemNo&lt;/code&gt;, &lt;code&gt;systemCreatedAt&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 can track processing status per order and line.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Order Import API - Voucher Processing</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/import-sales-order/order-import-api-voucher-processing/</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/json-rest/import-sales-order/order-import-api-voucher-processing/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes how to submit voucher lines correctly in the JSON-REST sales order import.&lt;/p&gt;&#xA;&lt;h2 id=&#34;relevant-endpoint&#34;&gt;Relevant Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;POST /api/BEterna/Import/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/orders&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;voucher-line-types&#34;&gt;Voucher Line Types&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;type = 2&lt;/code&gt;: voucher purchase&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;type = 5&lt;/code&gt;: voucher redemption&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;core-rules&#34;&gt;Core Rules&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;voucherCode&lt;/code&gt; is mandatory for both voucher line types.&lt;/li&gt;&#xA;&lt;li&gt;For &lt;code&gt;type = 5&lt;/code&gt;, &lt;code&gt;singlePrice&lt;/code&gt; must be negative or &lt;code&gt;0&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;subtotal&lt;/code&gt; is calculated without &lt;code&gt;type = 5&lt;/code&gt; lines.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;totalAmount&lt;/code&gt; includes all lines, including &lt;code&gt;type = 5&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Redemption total must not exceed subtotal.&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;Voucher scenarios are imported consistently and processed correctly in BC.&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/json-rest/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/json-rest/export-sales-order-history/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint provides sales order history data including line-level details.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/orderHistoryHeaders?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39;&amp;amp;$expand=orderHistoryLines&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; in filter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Header: &lt;code&gt;webshopOrderNo&lt;/code&gt;, &lt;code&gt;salesOrderNo&lt;/code&gt;, &lt;code&gt;createdAt&lt;/code&gt;, &lt;code&gt;type&lt;/code&gt;, &lt;code&gt;postedDocumentNo&lt;/code&gt;, &lt;code&gt;trackingNo&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Lines: &lt;code&gt;orderLineNo&lt;/code&gt;, &lt;code&gt;itemNo&lt;/code&gt;, &lt;code&gt;variantCode&lt;/code&gt;, &lt;code&gt;quantity&lt;/code&gt;, &lt;code&gt;lineAmount&lt;/code&gt;, &lt;code&gt;postedDocumentLineNo&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 order history for tracking and customer visibility.&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/json-rest/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/json-rest/export-document-status/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns processing status for a document, including error text.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;POST&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/ODataV4/&amp;lt;serviceName&amp;gt;_DocumentStatusExportOData?company=&amp;lt;companyName|companyId&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;required-payload-fields&#34;&gt;Required Payload Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;webshopChannelCode&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;orderType&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;orderNo&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;The response contains JSON in &lt;code&gt;value&lt;/code&gt; with &lt;code&gt;documentCreated&lt;/code&gt; and &lt;code&gt;errorText&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;Integrations can validate whether posting was successful or failed.&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/json-rest/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/json-rest/export-dynamic-attributes/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes exporting dynamic attributes including value and language datasets.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoints&#34;&gt;Endpoints&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Attributes:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/dynamicAttributes&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Attribute descriptions:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/dynamicAttributeDescriptions?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and dynamicAttributeSystemId eq &amp;lt;dynamic-attribute-system-id&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Attribute values:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/dynamicAttributeValues?$filter=dynamicAttributeCode eq &#39;&amp;lt;dynamic-attribute-code&amp;gt;&#39;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Value descriptions:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/dynamicAttributeValueDescriptions?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and dynamicAttributeValueSystemId eq &amp;lt;dynamic-attribute-value-system-id&amp;gt;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Attributes: &lt;code&gt;dynamicAttributeCode&lt;/code&gt;, &lt;code&gt;filter&lt;/code&gt;, &lt;code&gt;show&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Values: &lt;code&gt;dynamicAttributeValueCode&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Descriptions: &lt;code&gt;language&lt;/code&gt;, &lt;code&gt;text&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 structured attribute and translation data for product presentation.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Export Branch Inventory Item Variant List</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/commerce-interface/be-commerce/interface/json-rest/export-branch-inventory-item-variant-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/json-rest/export-branch-inventory-item-variant-list/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint returns item variants with branch inventory changes since the last synchronization.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/beTerna/export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/branchinventoriesItemVariantsList?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and branchinvSentToWebshop eq false&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; in filter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;itemNo&lt;/code&gt;, &lt;code&gt;variantCode&lt;/code&gt;, &lt;code&gt;branchInvSentToWebshop&lt;/code&gt;, &lt;code&gt;lastBranchStockChangeAt&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;This list is used as a high-performance trigger for detailed branch inventory requests.&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/json-rest/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/json-rest/export-branch-inventory/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This endpoint provides per-branch inventory for one item including variant structure.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoint&#34;&gt;Endpoint&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Method: &lt;code&gt;GET&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;URL pattern:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/branchInventories?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and no eq &#39;&amp;lt;item-no&amp;gt;&#39;&amp;amp;$expand=branchItemVariants($expand=branchLocations)&lt;/code&gt;&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;webshopChannelCode&lt;/code&gt; in filter&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;no&lt;/code&gt; (item number) in filter&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Header: &lt;code&gt;webshopChannelCode&lt;/code&gt;, &lt;code&gt;no&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Variants: &lt;code&gt;code&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Branch data: &lt;code&gt;code&lt;/code&gt;, &lt;code&gt;inventory&lt;/code&gt;, &lt;code&gt;calculationTimeStamp&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 branch-level availability data.&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/json-rest/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/json-rest/export-free-text-attributes/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes exporting free text attributes and their translations.&lt;/p&gt;&#xA;&lt;h2 id=&#34;endpoints&#34;&gt;Endpoints&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Free text attributes:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/freeTextAttributes&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Free text attribute descriptions:&#xA;&lt;code&gt;http://&amp;lt;server&amp;gt;:&amp;lt;odata-port&amp;gt;/&amp;lt;service-tier&amp;gt;/api/BEterna/Export/v2.0/companies(&amp;lt;company-system-id&amp;gt;)/freeTextAttributeDescriptions?$filter=webshopChannelCode eq &#39;&amp;lt;webshop-channel-code&amp;gt;&#39; and freeTextAttributeSystemId eq &#39;&amp;lt;free-text-attribute-system-id&amp;gt;&#39;&lt;/code&gt;&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;For descriptions: &lt;code&gt;webshopChannelCode&lt;/code&gt; and &lt;code&gt;freeTextAttributeSystemId&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-response-fields&#34;&gt;Key Response Fields&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Attributes: &lt;code&gt;code&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Descriptions: &lt;code&gt;language&lt;/code&gt;, &lt;code&gt;text&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 free text content fields with language-specific labels.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
