ProductForPriceBook
Details of product along with the metadata and pricing
This page contains
Fields
| id: String! | Id of the product (Long) |
| uuid: String! | UUID of the product |
| name: String! | Name of the product |
| description: String | Detailed explanation of the application's features, functionality, and value proposition |
| productType: String! | Specifies the category or type of the application |
| iconUrl: String | Url referring to the main listing icon for an application |
| blurb: String | A short textual tagline or summary of the application |
| myAppLogoIconUrl: String | This is a specialized icon URL, specifically formatted for the MyApps context. |
| editions: [EditionsForPriceBook!] | A sub part of product with a defined set of features and independent pricing |
Parent objects of ProductForPriceBook
| ProductsInPriceBookConnection | A list of products along with pagination information |
Queries for ProductForPriceBook
| productDetails | Returns the paginated list of products from catalog or products in pricebook according to selected context |