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