Preview

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

MarketplaceSetting

A single marketplace setting and its effective value for the requested marketplace.

This page contains

    Fields

    marketplace: Marketplace! PREVIEW

    The marketplace this setting belongs to.

    key: String!

    The setting key.

    value: MarketplaceSettingValue PREVIEW

    Effective value for this marketplace. Null when the caller lacks read access for this setting.

    overridden: Boolean

    Whether a marketplace-specific value overrides the platform default. Null when the caller lacks read access for this setting.

    defaultValue: MarketplaceSettingValue PREVIEW

    Platform default value for this setting. Null when the caller lacks read access for this setting.

    Parent objects of MarketplaceSetting

    Marketplace PREVIEW

    Mutations for MarketplaceSetting

    setMarketplaceSettings PREVIEW

    Creates or updates settings for a marketplace. Processes up to 50 entries per request. Successfully written settings are returned in settings; validation failures are returned in userErrors.

    Queries for MarketplaceSetting

    marketplace PREVIEW