Export Item Description

JSON-REST endpoints for item descriptions including language-specific variants.

Purpose

This page describes exporting item descriptions (meta title, short description, long description) per language.

Endpoints

  • Via item export with expand: http://<server>:<port>/<service-tier>/api/beTerna/export/v2.0/companies(<company-system-id>)/items?$filter=webshopChannelCode eq '<webshop-channel-code>' and no eq '<item-no>'&$expand=wsItemDescriptions
  • Direct description query: http://<server>:<port>/<service-tier>/api/beTerna/export/v2.0/companies(<company-system-id>)/wsItemDescriptions?$filter=webshopChannel eq '<webshop-channel-code>'

Required Parameters

  • webshopChannelCode or webshopChannel
  • For item export additionally no

Key Response Fields

  • itemNo, language, descriptionType, descriptionText

Result

  • The webshop receives language-specific item content for product and SEO presentation.