GraphQL OBJECT

TrackingParameter

X-parameter for a client account. X-parameters are components of URLs that are used to pass information through the checkout process.

link Definition

  • type TrackingParameter {
  • # Unique ID of the tracking parameter.
  • id: Int
  • # Client which the tracking parameter belongs to.
  • client: Client
  • # Items of the tracking parameter.
  • items: [TrackingParameterItem]
  • # Key of the tracking parameter.
  • key: String
  • # Name of the tracking parameter.
  • name: String
  • # Number in which the parameters are sorted.
  • runningNo: Int
  • }

link Required by