Commerce / Template

Shopify Produkt-Export

Read-only Template-Definition aus dem DataEngine-Commerce-Katalog. Importiert wird immer als tenant-isolierter Managed Draft.

RLS aktiv Host ortho-live

export · shopify

commerce_export_shopify

Diese Vorlage ist Teil der Tool-Implementierung und wird nicht direkt editiert. Für fachliche Anpassungen wird sie als Managed Definition in den Tenant importiert.

engine Typ
export Runner
shopify Kanal
export Rolle

YAML

Template-Inhalt

Source_Config: enhanceEngine
Target_Config: exportEngine
Source_Datapool: commerce_product_v1
Target_Datapool: commerce_feed_shopify
Primary_Key: [sku]
Datapool_Definition:
  sku: TEXT
  title: TEXT
  body_html: TEXT
  vendor: TEXT
  product_type: TEXT
  tags: TEXT
  price: TEXT
  barcode: TEXT
  inventory_quantity: TEXT
  image_src: TEXT
  status: TEXT
Mapping:
  sku: commerce_product_v1.sku
  title: commerce_product_v1.title
  body_html: commerce_product_v1.description
  vendor: commerce_product_v1.brand
  product_type: commerce_product_v1.product_type
  tags: commerce_product_v1.custom_label_0
  price: commerce_product_v1.price
  barcode: commerce_product_v1.gtin
  inventory_quantity: commerce_product_v1.quantity
  image_src: commerce_product_v1.image_link
  status: (active)
Filters: []
Engine_Mode: full