CartItemProduct
Represents the product of the cart item
This page contains
Fields
| id: ID! | unqiue identifier of the product |
| type: CartItemProductType! PREVIEW | Type of the product |
| name: String! | Name of the product |
| vendor: CartItemProductVendor! PREVIEW | Information about account of the vendor of the Product |
| vendorName: String! | Customized name of the vendor |
| iconUrl: String | URL of the image used for product tile icon |
| storefrontUrl: String! | URL of the storefront product profile page |
| customIntegration: String | Custom integration type if used. e.g. MOSI, CISCO, DOCUSIGN, etc |
| legalAndCompliance: CartItemProductLegalAndCompliance PREVIEW | Legal and Compliance of the product |
| editions: [CartItemEdition!]! PREVIEW | Editions of the product |
| linkToProductWebsite: String | Link to the product website |
Parent objects of CartItemProduct
| CartItem PREVIEW | Represents single item in the cart |


