GraphQL OBJECT

SellingEntityContextPlaceholderItem

Contains one Placeholder of a selling entity context text resource.

link Definition

  • type SellingEntityContextPlaceholderItem {
  • # Key of the referenced placeholder.
  • placeholderKey: String
  • # Value of the referenced placeholder.
  • placeholderValue: String
  • }