Commerce / Template

CommerceOps ERP Produkt- und Bestandsquelle

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

RLS aktiv Host ortho-live

api_import · commerceops_erp

commerce_import_commerceops_erp_products

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
pull Runner
commerceops_erp Kanal
api_import Rolle

YAML

Template-Inhalt

Source_Config: commerceops_erp
Target_Config: dataengine
Engine_Mode: full
Call_Type: GET
Call_Endpoint: /api/v1/products
Auth:
  Type: bearer
  Token_Env: DATAENGINE_ERP_API_TOKEN
Headers:
  X-Tenant: "${DATAENGINE_ERP_TENANT:-default}"
Target_Datapool: commerce_product_master_v2
Raw_Product_Datapool: erp_products_raw_v1
Raw_Stock_Datapool: erp_stock_raw_v1
Companion_Endpoints:
  - /api/v1/stock
Operational_Command: >
  php bin/console app:commerce:import-erp-products "$DATAENGINE_ERP_PRODUCTS_SOURCE"
  --stock-source="$DATAENGINE_ERP_STOCK_SOURCE" --tenant=default --commit
Notes:
  - ERP is the source of truth for master data, tax rates, costs and stock.
  - DataEngine stores raw snapshots plus the normalized Commerce Product Master v2.
  - Channel-specific changes must be expressed as Channel Overrides, not ERP master mutations.