Preview

MarketplaceSettingValueInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

MarketplaceSettingValueInput

Value input for a marketplace setting. Exactly one of single, list, or map must be provided.

This page contains

    Fields

    single String

    Scalar value for a single-type setting.

    list [String!]

    List value for a list-type setting.

    map [MarketplaceSettingValueMapInput!] PREVIEW

    Map value for a map-type setting.