CartItemProduct
Product information for a cart item
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 | 
| source: CartItemProductSource PREVIEW | Details of the source of the product, if its sourced from distributors | 
Parent objects of CartItemProduct
| CartItem | A single item in the cart |