# Social Shopping + Grundpreis

**URL:** https://forum.shopware.com/t/social-shopping-grundpreis/95028
**Category:** Shopware 6 (German)
**Created:** [29. Juni 2022 um 11:54 UTC](https://forum.shopware.com/t/social-shopping-grundpreis/95028 "2022-06-29T11:54:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![FragenAnsForum](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/fragenansforum/32/7849_2.png) [@FragenAnsForum](https://forum.shopware.com/u/FragenAnsForum)
#### Post date: [29. Juni 2022 um 11:54 UTC](https://forum.shopware.com/t/social-shopping-grundpreis/95028/1 "2022-06-29T11:54:21Z")

</div>

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](https://www.haendlerbund.de/de/ratgeber/recht/3766-grundpreisangabe)
