Export Dynamische Attribute

JSON-REST Endpunkte fuer dynamische Attribute, deren Werte und mehrsprachige Beschreibungen.

Zweck

Diese Seite beschreibt den Export dynamischer Attribute inklusive Werte- und Sprachdaten.

Endpunkte

  • Attribute: http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/dynamicAttributes
  • Attributbeschreibungen: http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/dynamicAttributeDescriptions?$filter=webshopChannelCode eq '<webshop-channel-code>' and dynamicAttributeSystemId eq <dynamic-attribute-system-id>
  • Attributwerte: http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/dynamicAttributeValues?$filter=dynamicAttributeCode eq '<dynamic-attribute-code>'
  • Wertbeschreibungen: http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/dynamicAttributeValueDescriptions?$filter=webshopChannelCode eq '<webshop-channel-code>' and dynamicAttributeValueSystemId eq <dynamic-attribute-value-system-id>

Zentrale Rueckgabefelder

  • Attribute: dynamicAttributeCode, filter, show
  • Werte: dynamicAttributeValueCode
  • Beschreibungen: language, text

Ergebnis

  • Der Shop erhaelt strukturierte Attribut- und Uebersetzungsdaten fuer die Produktdarstellung.