# createPartNumbers **Type:** GraphQL mutations **Description:** Create one or more part numbers. ## Arguments - input (CreatePartNumberInput, Not Null): Input data for creating part numbers - partNumbers (PartNumberInput, Not Null): List of part numbers to create. Must not be empty. - description (String): Describe the characteristics of this part number. Maximum length: 2000 characters. Example: "This part number is for enterprise customers." - partNumber (String): Name to uniquely identify the part number. Can only contain ASCII letters, numbers, spaces, dots, or _ (underscore) and - (hyphen). Cannot be only spaces. Maximum length: 200 characters. Example: "MyPartNumber" - product (PartNumberProductInput): Optional Product to be assigned to this part number. - licenseModel (String): License model associated with the product. Example: "LicenseModelName" - name (String): Name of the product. Example: "SampleProduct" - version (String): Version of the product. Example: "SampleVersion-1.0" - trialAvailability (Boolean): Trial Availability flag to indicate whether the part number is available for trial. Default: false. ## Response **Type:** PartNumberGraphQLResponse **Description:** Response for part number creation ### Fields - response (PartNumberResultEntry): List of part number creation results