MarketplaceProduct

Product for the marketplace UI

This page contains

    Fields

    id: ID!

    Unique identifier of the product

    variantOptions: [MarketplaceProductVariantOption!]

    Variant options of the product

    variants(configuration: [MarketplaceProductVariantConfigurationInput!]): [MarketplaceProductVariant!]

    Variants of the product

    version: String!

    Version of the product edition "WORKING" for the current working version used for the preview version of the product "PUBLISHED" for the latest published version A product publication request id for the version at the moment the product's publication was requested

    name: String

    The name of the product

    defaultVariant: MarketplaceProductVariant @deprecated( reason: "Replaced by templateVariant in favour of better naming" )

    Default product variant

    templateVariant: MarketplaceProductVariant

    Template product variant

    supplierId: ID

    Supplier id

    editions: [MarketplaceProductEdition!]!

    Editions of the product

    externalSource: String

    External source to which price book prices are associated

    Parent objects of MarketplaceProduct

    MarketplaceProductEdition

    Edition for the marketplace UI

    Queries for MarketplaceProduct

    marketplaceProduct

    Query a marketplace product