# PartNumberResultEntry **Type:** GraphQL objects **Description:** Entry in the part number creation response. Represents the result of creating a part number at a specific index. ## Fields - index (Int): Index of the part number in the input array. This maintains the same order as the input request. Example: 0, 1, 2 - result (ResultItem): Result of the operation (success/error) - errorMsg (String): Error message if status is error - status (String): Status of the operation (success/error)