RecommendationItemProduct
This page contains
Fields
| id: ID! | Unique identifier of the product |
| type: CartItemProductType! | Type of the product |
| name: String! | Name of the product |
| vendor: CartItemProductVendor! | Account information of the product vendor |
| vendorName: String! | Custom display name of the vendor |
| iconUrl: String | URL of the product tile icon image |
| storefrontUrl: String! | URL of the product details page in storefront |
| customIntegration: String | Custom integration type (e.g., MOSI, CISCO, DOCUSIGN) |
| legalAndCompliance: CartItemProductLegalAndCompliance | Legal and compliance information for the product |
| editions: [CartItemEdition!]! | Available editions of the product |
| linkToProductWebsite: String | URL of the product website |
| shortDescription: String | Short description of the product |
| description: String | Long description of the product |
| overviewImageUrl: String | URL of the product overview image |
Parent objects of RecommendationItemProduct
| ProductRecommendation PREVIEW | Product recommendation response |
Queries for RecommendationItemProduct
| productRecommendations PREVIEW | Retrieves the product recommendations |