# ProductInput **Type:** GraphQL inputs **Description:** Represents a Product ## Fields - licenseModel (LicenseModelInput): License model associated with the product - issuer (String): specify who is issuing the license. Example: "SampleLicenseIssuer" - licenseModelName (String): specify a name that uniquely identifies this license model. Example: "LicenseModelName" - notice (String): This field is usually set at entitlement time and includes customer name and purchase order. Example: "Premium Feature A" - serialNumber (String): specify the serial number of the license. Example: "SampleSerialno" - vendorString (String): Unique value assigned by each publisher to each license. Example: "uniqueVendorString" - productName (String): Name of the product. Example: "SampleProduct" - productVersion (String): Version of the product. Example: "SampleVersion-1.0"