Social Shopping + Grundpreis

Hallo,

kann mir jemand sagen, wie ich den Grundpreis in fb/Instagram-shopping übertrage?

Diese Produktzeilen-xml für einen Instagram-Verkaufskanal geht:

<item>
  <id>{{ product.productNumber }}</id>
  <title>{{ product.translated.name|escape }}</title>
  <description>{{ product.translated.description |striptags | raw |replace({'&': ' ', '&nbsp;': " ", '​': ''})}}</description>
  <availability></availability> {%- if product.availableStock >= product.minPurchase and product.deliveryTime -%} in_stock {%- elseif product.availableStock < product.minPurchase and product.deliveryTime and product.restockTime -%} preorder {%- else -%} out_of_stock {%- endif -%}
  <condition>new</condition>
  <price>{{ product.calculatedListingPrice.from.unitPrice|number_format(context.currency.decimalPrecision, '.', '') }} {{ context.currency.isoCode }}</price>
  <link>{{ seoUrl('frontend.detail.page', {'productId': product.id}) }}</link>
  <image_link>{% if product.cover.media.url is defined and product.cover.media.url is not null %} {{ product.cover.media.url }} {% endif %}</image_link>
  <brand></brand>
</item>

Aber die Grundpreis-Angabe ist ja inzwischen Pflicht - FAQ: Grundpreisangabe rechtssicher meistern