MarketplaceProduct
Product for the marketplace UI
This page contains
Fields
id: ID! | Unique identifier of the product |
variantOptions: [MarketplaceProductVariantOption!] PREVIEW | 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" )PREVIEW | Default product variant |
templateVariant: MarketplaceProductVariant PREVIEW | Template product variant |
supplierId: ID | Supplier id |
editions: [MarketplaceProductEdition!]! PREVIEW | Editions of the product |
externalSource: String | External source to which price book prices are associated |
Parent objects of MarketplaceProduct
MarketplaceProductEdition PREVIEW | Edition for the marketplace UI |
Queries for MarketplaceProduct
marketplaceProduct PREVIEW | Query a marketplace product |