Export Dynamic Attributes
JSON-REST endpoints for dynamic attributes, values, and multilingual descriptions.
Purpose
This page describes exporting dynamic attributes including value and language datasets.
Endpoints
- Attributes:
http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/dynamicAttributes - Attribute descriptions:
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> - Attribute values:
http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/dynamicAttributeValues?$filter=dynamicAttributeCode eq '<dynamic-attribute-code>' - Value descriptions:
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>
Key Response Fields
- Attributes:
dynamicAttributeCode,filter,show - Values:
dynamicAttributeValueCode - Descriptions:
language,text
Result
- The webshop receives structured attribute and translation data for product presentation.